Eclipse SUMO - Simulation of Urban MObility
|
The dialog to change the view (gui) settings. More...
#include <GUIDialog_ViewSettings.h>
Data Structures | |
class | NamePanel |
FOX Declaration. More... | |
class | RainbowPanel |
NamePanel. More... | |
class | SizePanel |
SizePanel. More... | |
Public Member Functions | |
std::string | getCurrentScheme () const |
Returns the name of the currently chosen scheme. | |
GUISUMOAbstractView * | getSUMOAbstractView () |
get GUISUMOAbstractView parent | |
GUIDialog_ViewSettings () | |
FOX need this. | |
GUIDialog_ViewSettings (GUISUMOAbstractView *parent, GUIVisualizationSettings *settings) | |
Constructor. | |
void | hide () |
void | loadWindowPos () |
void | saveWindowPos () |
void | setCurrent (GUIVisualizationSettings *settings) |
Sets current settings (called if reopened) | |
void | setCurrentScheme (const std::string &) |
Sets the named scheme as the current. | |
void | show () |
show view settings dialog | |
~GUIDialog_ViewSettings () | |
Destructor. | |
FOX-callbacks | |
long | onCmdOk (FXObject *, FXSelector, void *) |
Called if the OK-button was pressed. | |
long | onCmdCancel (FXObject *, FXSelector, void *) |
Called if the Cancel-button was pressed. | |
long | onCmdColorChange (FXObject *, FXSelector, void *) |
Called if something (color, width, etc.) has been changed. | |
long | onCmdNameChange (FXObject *, FXSelector, void *) |
Called if the name of the scheme was changed. | |
long | onCmdSaveSetting (FXObject *, FXSelector, void *data) |
Called if the settings shall be saved into the registry. | |
long | onUpdSaveSetting (FXObject *, FXSelector, void *data) |
Called when updating the button that allows to save the settings into the registry. | |
long | onCmdDeleteSetting (FXObject *, FXSelector, void *data) |
Called if the settings shall be deleted. | |
long | onUpdDeleteSetting (FXObject *, FXSelector, void *data) |
Called when updating the button that allows to delete settings. | |
long | onCmdExportSetting (FXObject *, FXSelector, void *data) |
Called if the settings shall be exported into a file. | |
long | onUpdExportSetting (FXObject *, FXSelector, void *data) |
Called when updating the button that allows to export settings into a file. | |
long | onCmdImportSetting (FXObject *, FXSelector, void *data) |
Called if the settings shall be read from a file. | |
long | onUpdImportSetting (FXObject *, FXSelector, void *data) |
Called when updating the button that allows to read settings from a file. | |
long | onCmdLoadDecal (FXObject *, FXSelector, void *data) |
Called if the decal shall be loaded from a file. | |
long | onCmdLoadXMLDecals (FXObject *, FXSelector, void *data) |
Called if the decals shall be loaded from a file. | |
long | onCmdSaveXMLDecals (FXObject *, FXSelector, void *data) |
Called if the decals shall be saved to a file. | |
long | onCmdClearDecals (FXObject *, FXSelector, void *data) |
Called if the decals shall be cleared. | |
Protected Member Functions | |
void | buildButtons (FXVerticalFrame *contentFrame) |
build buttons | |
void | buildHeader (FXVerticalFrame *contentFrame) |
build header | |
void | loadDecals (const std::string &file) |
Loads decals from a file. | |
void | loadSettings (const std::string &file) |
Loads a scheme from a file. | |
void | rebuildColorMatrices (bool doCreate=false) |
Rebuilds color changing dialogs after choosing another coloring scheme. | |
FXMatrix * | rebuildColorMatrix (FXVerticalFrame *frame, std::vector< FXColorWell * > &colors, std::vector< FXRealSpinner * > &thresholds, std::vector< FXButton * > &buttons, FXCheckButton *interpolation, GUIColorScheme &scheme) |
Rebuilds manipulators for the current coloring scheme. | |
FXMatrix * | rebuildScaleMatrix (FXVerticalFrame *frame, std::vector< FXRealSpinner * > &scales, std::vector< FXRealSpinner * > &thresholds, std::vector< FXButton * > &buttons, FXCheckButton *interpolation, GUIScaleScheme &scheme) |
Rebuilds manipulators for the current scaling scheme. | |
void | saveDecals (OutputDevice &dev) const |
Writes the currently used decals into a file. | |
bool | updateColorRanges (FXObject *sender, std::vector< FXColorWell * >::const_iterator colIt, std::vector< FXColorWell * >::const_iterator colEnd, std::vector< FXRealSpinner * >::const_iterator threshIt, std::vector< FXRealSpinner * >::const_iterator threshEnd, std::vector< FXButton * >::const_iterator buttonIt, GUIColorScheme &scheme) |
update color ranges | |
void | updatePOIParams () |
reload known POI parameters | |
bool | updateScaleRanges (FXObject *sender, std::vector< FXRealSpinner * >::const_iterator colIt, std::vector< FXRealSpinner * >::const_iterator colEnd, std::vector< FXRealSpinner * >::const_iterator threshIt, std::vector< FXRealSpinner * >::const_iterator threshEnd, std::vector< FXButton * >::const_iterator buttonIt, GUIScaleScheme &scheme) |
update scale ranges | |
void | updateVehicleParams () |
reload known vehicle parameters | |
void | buildBackgroundFrame (FXTabBook *tabbook) |
build frames | |
void | buildStreetsFrame (FXTabBook *tabbook) |
void | buildVehiclesFrame (FXTabBook *tabbook) |
void | buildPersonsFrame (FXTabBook *tabbook) |
void | buildContainersFrame (FXTabBook *tabbook) |
void | buildJunctionsFrame (FXTabBook *tabbook) |
void | buildAdditionalsFrame (FXTabBook *tabbook) |
void | buildDemandFrame (FXTabBook *tabbook) |
void | buildPOIsFrame (FXTabBook *tabbook) |
void | buildPolygonsFrame (FXTabBook *tabbook) |
void | buildSelectionFrame (FXTabBook *tabbook) |
void | buildDataFrame (FXTabBook *tabbook) |
void | buildLegendFrame (FXTabBook *tabbook) |
void | buildOpenGLFrame (FXTabBook *tabbook) |
void | build3DFrame (FXTabBook *tabbook) |
Protected Attributes | |
GUIVisualizationSettings | myBackup |
A backup of the settings (used if the "Cancel" button is pressed) | |
int | myDefaultHeight |
int | myDefaultWidth |
int | myDefaultX |
int | myDefaultY |
FXTabItem * | myFrame3D = nullptr |
Frame3D. | |
int | myMinSize |
int | myMinTitlebarHeight |
GUISUMOAbstractView * | myParent = nullptr |
The parent view (which settings are changed) | |
GUIVisualizationSettings * | mySettings = nullptr |
The current settings. | |
bool | myStoreSize |
whether window size shall be stored | |
std::string | myWindowName |
Name for storing in the registry. | |
Dialog elements | |
MFXComboBoxIcon * | mySchemeName = nullptr |
FXCheckButton * | myShowGrid = nullptr |
FXRealSpinner * | myGridXSizeDialer = nullptr |
FXRealSpinner * | myGridYSizeDialer = nullptr |
FXColorWell * | myBackgroundColor = nullptr |
MFXDecalsTable * | myDecalsTable = nullptr |
FXColorWell * | mySelectionColor = nullptr |
selection colors | |
FXColorWell * | mySelectedEdgeColor = nullptr |
FXColorWell * | mySelectedLaneColor = nullptr |
FXColorWell * | mySelectedConnectionColor = nullptr |
FXColorWell * | mySelectedProhibitionColor = nullptr |
FXColorWell * | mySelectedCrossingColor = nullptr |
FXColorWell * | mySelectedAdditionalColor = nullptr |
FXColorWell * | mySelectedRouteColor = nullptr |
FXColorWell * | mySelectedVehicleColor = nullptr |
FXColorWell * | mySelectedPersonColor = nullptr |
FXColorWell * | mySelectedPersonPlanColor = nullptr |
FXColorWell * | mySelectedEdgeDataColor = nullptr |
FXColorWell * | myBusStopColor = nullptr |
additional colors | |
FXColorWell * | myBusStopColorSign = nullptr |
FXColorWell * | myTrainStopColor = nullptr |
FXColorWell * | myTrainStopColorSign = nullptr |
FXColorWell * | myContainerStopColor = nullptr |
FXColorWell * | myContainerStopColorSign = nullptr |
FXColorWell * | myChargingStationColor = nullptr |
FXColorWell * | myChargingStationColorSign = nullptr |
FXColorWell * | myStopColor = nullptr |
FXColorWell * | myWaypointColor = nullptr |
FXColorWell * | myVehicleTripsColor = nullptr |
FXColorWell * | myStopPersonsColor = nullptr |
FXColorWell * | myPersonTripColor = nullptr |
FXColorWell * | myWalkColor = nullptr |
FXColorWell * | myRideColor = nullptr |
FXColorWell * | myStopContainersColor = nullptr |
FXColorWell * | myTransportColor = nullptr |
FXColorWell * | myTranshipColor = nullptr |
FXRealSpinner * | myTripWidth = nullptr |
demand widths | |
FXRealSpinner * | myPersonTripWidth = nullptr |
FXRealSpinner * | myWalkWidth = nullptr |
FXRealSpinner * | myRideWidth = nullptr |
FXRealSpinner * | myTransportWidth = nullptr |
FXRealSpinner * | myTranshipWidth = nullptr |
MFXComboBoxIcon * | myLaneEdgeColorMode = nullptr |
... lane colorer | |
FXVerticalFrame * | myLaneColorSettingFrame = nullptr |
std::vector< FXColorWell * > | myLaneColors |
std::vector< FXRealSpinner * > | myLaneThresholds |
std::vector< FXButton * > | myLaneButtons |
FXCheckButton * | myLaneColorInterpolation = nullptr |
RainbowPanel * | myJunctionRainbowPanel = nullptr |
FXComboBox * | myParamKey = nullptr |
FXComboBox * | myScalingParamKey = nullptr |
MFXComboBoxIcon * | myMeanDataID = nullptr |
MFXComboBoxIcon * | myLaneEdgeScaleMode = nullptr |
... lane scaler | |
FXVerticalFrame * | myLaneScaleSettingFrame = nullptr |
std::vector< FXRealSpinner * > | myLaneScales |
std::vector< FXRealSpinner * > | myLaneScaleThresholds |
std::vector< FXButton * > | myLaneScaleButtons |
FXCheckButton * | myLaneScaleInterpolation = nullptr |
FXCheckButton * | myShowLaneBorders = nullptr |
FXCheckButton * | myShowBikeMarkings = nullptr |
FXCheckButton * | myShowLaneDecals = nullptr |
FXCheckButton * | myRealisticLinkRules = nullptr |
FXCheckButton * | myShowLinkRules = nullptr |
FXCheckButton * | myShowRails = nullptr |
FXCheckButton * | mySecondaryShape = nullptr |
FXCheckButton * | myHideMacroConnectors = nullptr |
FXCheckButton * | myShowLaneDirection = nullptr |
FXCheckButton * | myShowSublanes = nullptr |
FXCheckButton * | mySpreadSuperposed = nullptr |
FXCheckButton * | myDisableHideByZoom = nullptr |
FXRealSpinner * | myLaneWidthUpscaleDialer = nullptr |
FXRealSpinner * | myLaneMinWidthDialer = nullptr |
MFXComboBoxIcon * | myVehicleColorMode |
Vehicles. | |
MFXComboBoxIcon * | myVehicleShapeDetail = nullptr |
FXVerticalFrame * | myVehicleColorSettingFrame = nullptr |
std::vector< FXColorWell * > | myVehicleColors |
std::vector< FXRealSpinner * > | myVehicleThresholds |
std::vector< FXButton * > | myVehicleButtons |
FXCheckButton * | myVehicleColorInterpolation = nullptr |
MFXComboBoxIcon * | myVehicleScaleMode = nullptr |
vehicle scaler | |
FXVerticalFrame * | myVehicleScaleSettingFrame = nullptr |
std::vector< FXRealSpinner * > | myVehicleScales |
std::vector< FXRealSpinner * > | myVehicleScaleThresholds |
std::vector< FXButton * > | myVehicleScaleButtons |
FXCheckButton * | myVehicleScaleInterpolation = nullptr |
FXCheckButton * | myShowBlinker = nullptr |
FXCheckButton * | myShowMinGap = nullptr |
FXCheckButton * | myShowBrakeGap = nullptr |
FXCheckButton * | myShowBTRange = nullptr |
FXCheckButton * | myShowRouteIndex = nullptr |
FXCheckButton * | myScaleLength = nullptr |
FXCheckButton * | myDrawReversed = nullptr |
FXCheckButton * | myShowParkingInfo = nullptr |
FXCheckButton * | myShowChargingInfo = nullptr |
FXComboBox * | myVehicleParamKey = nullptr |
FXComboBox * | myVehicleScalingParamKey = nullptr |
FXComboBox * | myVehicleTextParamKey = nullptr |
MFXComboBoxIcon * | myPersonColorMode |
Persons. | |
MFXComboBoxIcon * | myPersonShapeDetail = nullptr |
FXVerticalFrame * | myPersonColorSettingFrame = nullptr |
std::vector< FXColorWell * > | myPersonColors |
std::vector< FXRealSpinner * > | myPersonThresholds |
std::vector< FXButton * > | myPersonButtons |
FXCheckButton * | myPersonColorInterpolation = nullptr |
FXCheckButton * | myShowPedestrianNetwork = nullptr |
FXColorWell * | myPedestrianNetworkColor = nullptr |
MFXComboBoxIcon * | myContainerColorMode |
Containers. | |
MFXComboBoxIcon * | myContainerShapeDetail = nullptr |
FXVerticalFrame * | myContainerColorSettingFrame = nullptr |
std::vector< FXColorWell * > | myContainerColors |
std::vector< FXRealSpinner * > | myContainerThresholds |
std::vector< FXButton * > | myContainerButtons |
FXCheckButton * | myContainerColorInterpolation = nullptr |
FXRealSpinner * | myContainerMinSizeDialer |
FXRealSpinner * | myContainerUpscaleDialer = nullptr |
MFXComboBoxIcon * | myJunctionColorMode = nullptr |
junctions | |
FXVerticalFrame * | myJunctionColorSettingFrame = nullptr |
std::vector< FXColorWell * > | myJunctionColors |
std::vector< FXRealSpinner * > | myJunctionThresholds |
std::vector< FXButton * > | myJunctionButtons |
FXCheckButton * | myJunctionColorInterpolation = nullptr |
MFXComboBoxIcon * | myPOIColorMode |
POIs. | |
MFXComboBoxIcon * | myPOIShapeDetail = nullptr |
FXVerticalFrame * | myPOIColorSettingFrame = nullptr |
std::vector< FXColorWell * > | myPOIColors |
std::vector< FXRealSpinner * > | myPOIThresholds |
std::vector< FXButton * > | myPOIButtons |
FXCheckButton * | myPOIColorInterpolation = nullptr |
FXComboBox * | myPOITextParamKey = nullptr |
FXSpinner * | myPoiDetail = nullptr |
FXCheckButton * | myPOIUseCustomLayer = nullptr |
FXSpinner * | myPOICustomLayer = nullptr |
MFXComboBoxIcon * | myPolyColorMode |
Polygons. | |
MFXComboBoxIcon * | myPolyShapeDetail = nullptr |
FXVerticalFrame * | myPolyColorSettingFrame = nullptr |
std::vector< FXColorWell * > | myPolyColors |
std::vector< FXRealSpinner * > | myPolyThresholds |
std::vector< FXButton * > | myPolyButtons |
FXCheckButton * | myPolyColorInterpolation = nullptr |
FXCheckButton * | myPolyUseCustomLayer = nullptr |
FXSpinner * | myPolyCustomLayer = nullptr |
MFXComboBoxIcon * | myDataColorMode = nullptr |
Data. | |
FXVerticalFrame * | myDataColorSettingFrame = nullptr |
std::vector< FXColorWell * > | myDataColors |
std::vector< FXRealSpinner * > | myDataThresholds |
std::vector< FXButton * > | myDataButtons |
FXCheckButton * | myDataColorInterpolation = nullptr |
FXComboBox * | myDataParamKey = nullptr |
FXRealSpinner * | myEdgeRelationUpscaleDialer = nullptr |
FXRealSpinner * | myTazRelationUpscaleDialer = nullptr |
RainbowPanel * | myDataRainbowPanel = nullptr |
FXCheckButton * | myShowLane2Lane = nullptr |
buttons | |
FXCheckButton * | myDrawJunctionShape = nullptr |
FXCheckButton * | myDrawCrossingsAndWalkingAreas = nullptr |
FXCheckButton * | myShowSizeLegend = nullptr |
FXCheckButton * | myShowColorLegend = nullptr |
FXCheckButton * | myShowVehicleColorLegend = nullptr |
FXCheckButton * | myShow3DTLSLinkMarkers = nullptr |
3D | |
FXCheckButton * | myShow3DTLSDomes = nullptr |
FXCheckButton * | myShow3DHeadUpDisplay = nullptr |
FXCheckButton * | myGenerate3DTLSModels = nullptr |
FXSpinner * | myLight3DFactor = nullptr |
FXColorWell * | mySkyColor = nullptr |
FXCheckButton * | myDither = nullptr |
openGL | |
FXCheckButton * | myFPS = nullptr |
FXCheckButton * | myTrueZ = nullptr |
FXCheckButton * | myDrawBoundaries = nullptr |
FXCheckButton * | myForceDrawForRectangleSelection = nullptr |
FXCheckButton * | myDisableDottedContours = nullptr |
FXButton * | myRecalculateBoundaries = nullptr |
FXRealSpinner * | myComboRows = nullptr |
NamePanel * | myEdgeNamePanel = nullptr |
name panels | |
NamePanel * | myInternalEdgeNamePanel = nullptr |
NamePanel * | myCwaEdgeNamePanel = nullptr |
NamePanel * | myStreetNamePanel = nullptr |
NamePanel * | myEdgeValuePanel = nullptr |
NamePanel * | myEdgeScaleValuePanel = nullptr |
NamePanel * | myJunctionIndexPanel = nullptr |
NamePanel * | myTLIndexPanel = nullptr |
NamePanel * | myJunctionIDPanel = nullptr |
NamePanel * | myJunctionNamePanel = nullptr |
NamePanel * | myInternalJunctionNamePanel = nullptr |
NamePanel * | myTLSPhaseIndexPanel = nullptr |
NamePanel * | myTLSPhaseNamePanel = nullptr |
NamePanel * | myVehicleNamePanel = nullptr |
NamePanel * | myVehicleValuePanel = nullptr |
NamePanel * | myVehicleScaleValuePanel = nullptr |
NamePanel * | myVehicleTextPanel = nullptr |
NamePanel * | myPersonNamePanel = nullptr |
NamePanel * | myPersonValuePanel = nullptr |
NamePanel * | myContainerNamePanel = nullptr |
NamePanel * | myAddNamePanel = nullptr |
NamePanel * | myAddFullNamePanel = nullptr |
NamePanel * | myPOINamePanel = nullptr |
NamePanel * | myPOITypePanel = nullptr |
NamePanel * | myPOITextPanel = nullptr |
NamePanel * | myPolyNamePanel = nullptr |
NamePanel * | myPolyTypePanel = nullptr |
NamePanel * | myDataValuePanel = nullptr |
NamePanel * | myGeometryIndicesPanel = nullptr |
SizePanel * | myVehicleSizePanel = nullptr |
size panels | |
SizePanel * | myPersonSizePanel = nullptr |
SizePanel * | myContainerSizePanel = nullptr |
SizePanel * | myPOISizePanel = nullptr |
SizePanel * | myPolySizePanel = nullptr |
SizePanel * | myAddSizePanel = nullptr |
SizePanel * | myJunctionSizePanel = nullptr |
RainbowPanel * | myEdgeRainbowPanel = nullptr |
rainbow panels | |
FXCheckButton * | mySaveViewPort = nullptr |
load/save-menu | |
FXCheckButton * | mySaveDelay = nullptr |
FXCheckButton * | mySaveDecals = nullptr |
FXCheckButton * | mySaveBreakpoints = nullptr |
Private Member Functions | |
GUIDialog_ViewSettings (const GUIDialog_ViewSettings &s)=delete | |
invalidated copy constructor | |
GUIDialog_ViewSettings & | operator= (const GUIDialog_ViewSettings &s)=delete |
invalidated assignment operator | |
The dialog to change the view (gui) settings.
Definition at line 46 of file GUIDialog_ViewSettings.h.
GUIDialog_ViewSettings::GUIDialog_ViewSettings | ( | GUISUMOAbstractView * | parent, |
GUIVisualizationSettings * | settings | ||
) |
Constructor.
[in] | parent | The view to report changed settings to |
[in,out] | settings | The current settings that can be changed |
Definition at line 86 of file GUIDialog_ViewSettings.cpp.
References EMPTY, GUIIconSubSys::getIcon(), GUIDesignViewSettingsTabBook1, and GUIDesignViewSettingsVerticalFrame1.
|
inline |
FOX need this.
Definition at line 182 of file GUIDialog_ViewSettings.h.
GUIDialog_ViewSettings::~GUIDialog_ViewSettings | ( | ) |
Destructor.
Definition at line 148 of file GUIDialog_ViewSettings.cpp.
References myAddFullNamePanel, myAddNamePanel, myAddSizePanel, myCwaEdgeNamePanel, myDataRainbowPanel, myDataValuePanel, myEdgeNamePanel, myEdgeRainbowPanel, myEdgeScaleValuePanel, myEdgeValuePanel, myGeometryIndicesPanel, myInternalEdgeNamePanel, myInternalJunctionNamePanel, myJunctionIDPanel, myJunctionIndexPanel, myJunctionNamePanel, myJunctionRainbowPanel, myJunctionSizePanel, myParent, myPersonNamePanel, myPersonSizePanel, myPersonValuePanel, myPOINamePanel, myPOISizePanel, myPOITextPanel, myPOITypePanel, myPolyNamePanel, myPolySizePanel, myPolyTypePanel, myStreetNamePanel, myTLIndexPanel, myTLSPhaseIndexPanel, myTLSPhaseNamePanel, myVehicleNamePanel, myVehicleScaleValuePanel, myVehicleSizePanel, myVehicleTextPanel, myVehicleValuePanel, and GUISUMOAbstractView::remove().
|
privatedelete |
invalidated copy constructor
|
protected |
Definition at line 2414 of file GUIDialog_ViewSettings.cpp.
References GUIVisualizationSettings::diffuse3DLight, GUIVisualizationSettings::generate3DTLSModels, MFXUtils::getFXColor(), GUIDesignHorizontalSeparator, GUIDesignMatrixViewSettings, GUIDesignViewSettingsColorWell, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsSpinDial1, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, MID_SIMPLE_VIEW_COLORCHANGE, myFrame3D, myGenerate3DTLSModels, myLight3DFactor, mySettings, myShow3DHeadUpDisplay, myShow3DTLSDomes, myShow3DTLSLinkMarkers, mySkyColor, RGBColor::red(), GUIVisualizationSettings::show3DHeadUpDisplay, GUIVisualizationSettings::show3DTLSDomes, GUIVisualizationSettings::show3DTLSLinkMarkers, GUIVisualizationSettings::skyColor, TL, and UNUSED_PARAMETER.
|
protected |
Definition at line 2127 of file GUIDialog_ViewSettings.cpp.
References GUIVisualizationSettings::addFullName, GUIVisualizationSettings::addName, GUIVisualizationSettings::addSize, GUIVisualizationColorSettings::busStopColor, GUIVisualizationColorSettings::busStopColorSign, GUIVisualizationColorSettings::chargingStationColor, GUIVisualizationColorSettings::chargingStationColorSign, GUIVisualizationSettings::colorSettings, GUIVisualizationColorSettings::containerStopColor, GUIVisualizationColorSettings::containerStopColorSign, MFXUtils::getFXColor(), GLO_ADDITIONALELEMENT, GUIDesignHorizontalSeparator, GUIDesignMatrixViewSettings, GUIDesignViewSettingsColorWell, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, MID_SIMPLE_VIEW_COLORCHANGE, myAddFullNamePanel, myAddNamePanel, myAddSizePanel, myBusStopColor, myBusStopColorSign, myChargingStationColor, myChargingStationColorSign, myContainerStopColor, myContainerStopColorSign, mySettings, myTrainStopColor, myTrainStopColorSign, TL, GUIVisualizationColorSettings::trainStopColor, and GUIVisualizationColorSettings::trainStopColorSign.
|
protected |
build frames
Definition at line 1773 of file GUIDialog_ViewSettings.cpp.
References GUIVisualizationSettings::backgroundColor, GUIDesigns::buildFXButton(), MFXUtils::getFXColor(), GUIVisualizationSettings::gridXSize, GUIVisualizationSettings::gridYSize, GUIDesignCheckButtonViewSettings, GUIDesignHorizontalSeparator, GUIDesignMatrixViewSettings, GUIDesignViewSettingsButton1, GUIDesignViewSettingsColorWell, GUIDesignViewSettingsHorizontalFrame2, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsMatrix1, GUIDesignViewSettingsMatrix2, GUIDesignViewSettingsSpinDial1, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, GUIDesignViewSettingsVerticalFrame3, MID_SIMPLE_VIEW_CLEAR_DECALS, MID_SIMPLE_VIEW_COLORCHANGE, MID_SIMPLE_VIEW_LOAD_DECALS_XML, MID_SIMPLE_VIEW_SAVE_DECALS_XML, myBackgroundColor, myDecalsTable, myGridXSizeDialer, myGridYSizeDialer, mySettings, myShowGrid, GUIVisualizationSettings::showGrid, and TL.
|
protected |
build buttons
Definition at line 2459 of file GUIDialog_ViewSettings.cpp.
References GUIDesigns::buildFXButton(), GUIDesignViewSettingsButton2, GUIDesignViewSettingsButton3, GUIDesignViewSettingsHorizontalFrame2, MID_SETTINGS_CANCEL, MID_SETTINGS_OK, OK, and TL.
|
protected |
Definition at line 2050 of file GUIDialog_ViewSettings.cpp.
References MFXComboBoxIcon::appendIconItem(), GUIVisualizationSettings::containerColorer, GUIVisualizationSettings::containerName, GUIVisualizationSettings::containerQuality, GUIVisualizationSettings::containerSize, GUIPropertySchemeStorage< T >::fill(), GLO_CONTAINER, GUIDesignCheckButtonViewSettings, GUIDesignComboBoxStatic, GUIDesignComboBoxVisibleItemsMedium, GUIDesignHorizontalSeparator, GUIDesignMatrixViewSettings, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsMatrix1, GUIDesignViewSettingsMatrix3, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, GUIDesignViewSettingsVerticalFrame4, MID_SIMPLE_VIEW_COLORCHANGE, myContainerColorInterpolation, myContainerColorMode, myContainerColorSettingFrame, myContainerNamePanel, myContainerShapeDetail, myContainerSizePanel, mySettings, MFXComboBoxIcon::setCurrentItem(), and TL.
|
protected |
Definition at line 2316 of file GUIDialog_ViewSettings.cpp.
References GUIVisualizationSettings::dataColorer, GUIVisualizationSettings::dataValue, GUIVisualizationSettings::dataValueRainBow, GUIVisualizationSettings::edgeRelWidthExaggeration, GUIPropertySchemeStorage< T >::fill(), GUIDesignCheckButtonViewSettings, GUIDesignComboBoxStatic, GUIDesignComboBoxVisibleItemsMedium, GUIDesignComboBoxWidth100, GUIDesignHorizontalSeparator, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsMatrix1, GUIDesignViewSettingsMatrix3, GUIDesignViewSettingsSpinDial2, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, GUIDesignViewSettingsVerticalFrame4, GUIDesignViewSettingsVerticalFrame6, MID_SIMPLE_VIEW_COLORCHANGE, myDataColorInterpolation, myDataColorMode, myDataColorSettingFrame, myDataParamKey, myDataRainbowPanel, myDataValuePanel, myEdgeRelationUpscaleDialer, mySettings, myTazRelationUpscaleDialer, GUIVisualizationSettings::tazRelWidthExaggeration, and TL.
|
protected |
Definition at line 2160 of file GUIDialog_ViewSettings.cpp.
References GUIVisualizationSettings::colorSettings, MFXUtils::getFXColor(), GUIDesignMatrixViewSettings, GUIDesignViewSettingsColorWell, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsSpinDial1, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, MID_SIMPLE_VIEW_COLORCHANGE, myPersonTripColor, myPersonTripWidth, myRideColor, myRideWidth, mySettings, myStopColor, myStopContainersColor, myStopPersonsColor, myTranshipColor, myTranshipWidth, myTransportColor, myTransportWidth, myTripWidth, myVehicleTripsColor, myWalkColor, myWalkWidth, myWaypointColor, GUIVisualizationColorSettings::personTripColor, GUIVisualizationWidthSettings::personTripWidth, GUIVisualizationColorSettings::rideColor, GUIVisualizationWidthSettings::rideWidth, GUIVisualizationColorSettings::stopColor, GUIVisualizationColorSettings::stopContainerColor, GUIVisualizationColorSettings::stopPersonColor, TL, GUIVisualizationColorSettings::transhipColor, GUIVisualizationWidthSettings::transhipWidth, GUIVisualizationColorSettings::transportColor, GUIVisualizationWidthSettings::transportWidth, GUIVisualizationColorSettings::vehicleTripColor, GUIVisualizationColorSettings::walkColor, GUIVisualizationWidthSettings::walkWidth, GUIVisualizationColorSettings::waypointColor, and GUIVisualizationSettings::widthSettings.
|
protected |
build header
Definition at line 1744 of file GUIDialog_ViewSettings.cpp.
References MFXComboBoxIcon::appendIconItem(), GUIDesigns::buildFXButton(), GUIIconSubSys::getIcon(), GUICompleteSchemeStorage::getNames(), gSchemeStorage, GUIDesignButtonToolbar, GUIDesignComboBoxVisibleItemsMedium, GUIDesignViewSettingsComboBox1, GUIDesignViewSettingsHorizontalFrame1, GUIDesignViewSettingsLabel1, MID_SIMPLE_VIEW_DELETE, MID_SIMPLE_VIEW_EXPORT, MID_SIMPLE_VIEW_IMPORT, MID_SIMPLE_VIEW_NAMECHANGE, MID_SIMPLE_VIEW_SAVE, mySaveBreakpoints, mySaveDecals, mySaveDelay, mySaveViewPort, mySchemeName, mySettings, GUIVisualizationSettings::name, GUIVisualizationSettings::netedit, OPEN, REMOVEDB, SAVE, SAVE_DATABASE, MFXComboBoxIcon::setCurrentItem(), and TL.
|
protected |
Definition at line 2089 of file GUIDialog_ViewSettings.cpp.
References GUIVisualizationSettings::cwaEdgeName, GUIVisualizationSettings::drawCrossingsAndWalkingareas, GUIVisualizationSettings::drawJunctionShape, GUIVisualizationSettings::drawLinkJunctionIndex, GUIVisualizationSettings::drawLinkTLIndex, GUIPropertySchemeStorage< T >::fill(), GLO_JUNCTION, GUIDesignCheckButtonViewSettings, GUIDesignComboBoxStatic, GUIDesignComboBoxVisibleItemsMedium, GUIDesignHorizontalSeparator, GUIDesignMatrixViewSettings, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsMatrix3, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, GUIDesignViewSettingsVerticalFrame4, GUIVisualizationSettings::internalEdgeName, GUIVisualizationSettings::internalJunctionName, GUIVisualizationSettings::junctionColorer, GUIVisualizationSettings::junctionID, GUIVisualizationSettings::junctionName, GUIVisualizationSettings::junctionSize, GUIVisualizationSettings::junctionValueRainBow, MID_SIMPLE_VIEW_COLORCHANGE, myCwaEdgeNamePanel, myDrawCrossingsAndWalkingAreas, myDrawJunctionShape, myInternalEdgeNamePanel, myInternalJunctionNamePanel, myJunctionColorInterpolation, myJunctionColorMode, myJunctionColorSettingFrame, myJunctionIDPanel, myJunctionIndexPanel, myJunctionNamePanel, myJunctionRainbowPanel, myJunctionSizePanel, mySettings, myShowLane2Lane, myTLIndexPanel, myTLSPhaseIndexPanel, myTLSPhaseNamePanel, GUIVisualizationSettings::showLane2Lane, TL, GUIVisualizationSettings::tlsPhaseIndex, and GUIVisualizationSettings::tlsPhaseName.
|
protected |
Definition at line 2355 of file GUIDialog_ViewSettings.cpp.
References GUIDesignMatrixViewSettings, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, MID_SIMPLE_VIEW_COLORCHANGE, mySettings, myShowColorLegend, myShowSizeLegend, myShowVehicleColorLegend, GUIVisualizationSettings::showColorLegend, GUIVisualizationSettings::showSizeLegend, GUIVisualizationSettings::showVehicleColorLegend, and TL.
|
protected |
Definition at line 2374 of file GUIDialog_ViewSettings.cpp.
References GUIDesigns::buildFXButton(), GUIVisualizationSettings::disableDottedContours, GUIVisualizationSettings::disableHideByZoom, GUIVisualizationSettings::dither, GUIVisualizationSettings::drawBoundaries, GUIVisualizationSettings::forceDrawForRectangleSelection, GUIVisualizationSettings::fps, GUIVisualizationSettings::geometryIndices, GUIDesignComboBoxVisibleItemsLarge, GUIDesignMatrixViewSettings, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsSpinDial1, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, MID_SIMPLE_VIEW_COLORCHANGE, myComboRows, myDisableDottedContours, myDisableHideByZoom, myDither, myDrawBoundaries, myForceDrawForRectangleSelection, myFPS, myGeometryIndicesPanel, myRecalculateBoundaries, mySettings, myTrueZ, TL, and GUIVisualizationSettings::trueZ.
|
protected |
Definition at line 1997 of file GUIDialog_ViewSettings.cpp.
References MFXComboBoxIcon::appendIconItem(), GUIPropertySchemeStorage< T >::fill(), MFXUtils::getFXColor(), GLO_PERSON, GUIDesignCheckButtonViewSettings, GUIDesignComboBoxStatic, GUIDesignComboBoxVisibleItemsMedium, GUIDesignHorizontalSeparator, GUIDesignMatrixViewSettings, GUIDesignViewSettingsColorWell, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsMatrix1, GUIDesignViewSettingsMatrix3, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, GUIDesignViewSettingsVerticalFrame4, MID_SIMPLE_VIEW_COLORCHANGE, myPedestrianNetworkColor, myPersonColorInterpolation, myPersonColorMode, myPersonColorSettingFrame, myPersonNamePanel, myPersonShapeDetail, myPersonSizePanel, myPersonValuePanel, mySettings, myShowPedestrianNetwork, GUIVisualizationSettings::netedit, GUIVisualizationSettings::pedestrianNetworkColor, GUIVisualizationSettings::personColorer, GUIVisualizationSettings::personName, GUIVisualizationSettings::personQuality, GUIVisualizationSettings::personSize, GUIVisualizationSettings::personValue, MFXComboBoxIcon::setCurrentItem(), GUIVisualizationSettings::showPedestrianNetwork, and TL.
|
protected |
Definition at line 2207 of file GUIDialog_ViewSettings.cpp.
References GUIPropertySchemeStorage< T >::fill(), GLO_POI, GUIDesignCheckButtonViewSettings, GUIDesignComboBoxStatic, GUIDesignComboBoxVisibleItemsMedium, GUIDesignHorizontalSeparator, GUIDesignMatrixViewSettings, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsMatrix3, GUIDesignViewSettingsSpinDial2, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, GUIDesignViewSettingsVerticalFrame4, MID_SIMPLE_VIEW_COLORCHANGE, GUIDialog_ViewSettings::NamePanel::myMatrix0, myPOIColorInterpolation, myPOIColorMode, myPOIColorSettingFrame, myPOICustomLayer, myPoiDetail, myPOINamePanel, myPOISizePanel, myPOITextPanel, myPOITextParamKey, myPOITypePanel, myPOIUseCustomLayer, mySettings, GUIVisualizationSettings::poiColorer, GUIVisualizationSettings::poiCustomLayer, GUIVisualizationSettings::poiDetail, GUIVisualizationSettings::poiName, GUIVisualizationSettings::poiSize, GUIVisualizationSettings::poiText, GUIVisualizationSettings::poiType, GUIVisualizationSettings::poiUseCustomLayer, and TL.
|
protected |
Definition at line 2248 of file GUIDialog_ViewSettings.cpp.
References GUIPropertySchemeStorage< T >::fill(), GLO_POLYGON, GUIDesignCheckButtonViewSettings, GUIDesignComboBoxStatic, GUIDesignComboBoxVisibleItemsMedium, GUIDesignHorizontalSeparator, GUIDesignMatrixViewSettings, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsMatrix3, GUIDesignViewSettingsSpinDial2, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, GUIDesignViewSettingsVerticalFrame4, MID_SIMPLE_VIEW_COLORCHANGE, myPolyColorInterpolation, myPolyColorMode, myPolyColorSettingFrame, myPolyCustomLayer, myPolyNamePanel, myPolySizePanel, myPolyTypePanel, myPolyUseCustomLayer, mySettings, GUIVisualizationSettings::polyColorer, GUIVisualizationSettings::polyCustomLayer, GUIVisualizationSettings::polyName, GUIVisualizationSettings::polySize, GUIVisualizationSettings::polyType, GUIVisualizationSettings::polyUseCustomLayer, and TL.
|
protected |
Definition at line 2279 of file GUIDialog_ViewSettings.cpp.
References GUIVisualizationSettings::colorSettings, MFXUtils::getFXColor(), GUIDesignMatrixViewSettings, GUIDesignViewSettingsColorWell, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, MID_SIMPLE_VIEW_COLORCHANGE, mySelectedAdditionalColor, mySelectedConnectionColor, mySelectedCrossingColor, mySelectedEdgeColor, mySelectedEdgeDataColor, mySelectedLaneColor, mySelectedPersonColor, mySelectedPersonPlanColor, mySelectedProhibitionColor, mySelectedRouteColor, mySelectedVehicleColor, mySelectionColor, mySettings, GUIVisualizationColorSettings::selectedAdditionalColor, GUIVisualizationColorSettings::selectedConnectionColor, GUIVisualizationColorSettings::selectedCrossingColor, GUIVisualizationColorSettings::selectedEdgeColor, GUIVisualizationColorSettings::selectedEdgeDataColor, GUIVisualizationColorSettings::selectedLaneColor, GUIVisualizationColorSettings::selectedPersonColor, GUIVisualizationColorSettings::selectedPersonPlanColor, GUIVisualizationColorSettings::selectedProhibitionColor, GUIVisualizationColorSettings::selectedRouteColor, GUIVisualizationColorSettings::selectedVehicleColor, GUIVisualizationColorSettings::selectionColor, and TL.
|
protected |
Definition at line 1811 of file GUIDialog_ViewSettings.cpp.
References MFXComboBoxIcon::disable(), GUIVisualizationSettings::edgeColorer, GUIVisualizationSettings::edgeName, GUIVisualizationSettings::edgeScaler, GUIVisualizationSettings::edgeScaleValue, GUIVisualizationSettings::edgeValue, GUIVisualizationSettings::edgeValueRainBow, GUIPropertySchemeStorage< T >::fill(), GUIDesignCheckButtonViewSettings, GUIDesignComboBoxStatic, GUIDesignComboBoxVisibleItemsMedium, GUIDesignHorizontalSeparator, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsMatrix1, GUIDesignViewSettingsMatrix3, GUIDesignViewSettingsMatrix5, GUIDesignViewSettingsSpinDial2, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, GUIDesignViewSettingsVerticalFrame4, GUIDesignViewSettingsVerticalFrame6, GUIVisualizationSettings::hideConnectors, GUIVisualizationSettings::laneColorer, GUIVisualizationSettings::laneMinSize, GUIVisualizationSettings::laneScaler, GUIVisualizationSettings::laneShowBorders, GUIVisualizationSettings::laneWidthExaggeration, MID_SIMPLE_VIEW_COLORCHANGE, myEdgeNamePanel, myEdgeRainbowPanel, myEdgeScaleValuePanel, myEdgeValuePanel, myHideMacroConnectors, myLaneColorInterpolation, myLaneColorSettingFrame, myLaneEdgeColorMode, myLaneEdgeScaleMode, myLaneMinWidthDialer, myLaneScaleInterpolation, myLaneScaleSettingFrame, myLaneWidthUpscaleDialer, myMeanDataID, myParamKey, myRealisticLinkRules, myScalingParamKey, mySecondaryShape, mySettings, myShowBikeMarkings, myShowLaneBorders, myShowLaneDecals, myShowLaneDirection, myShowLinkRules, myShowRails, myShowSublanes, mySpreadSuperposed, myStreetNamePanel, GUIVisualizationSettings::realisticLinkRules, GUIVisualizationSettings::secondaryShape, GUIVisualizationSettings::showBikeMarkings, GUIVisualizationSettings::showLaneDirection, GUIVisualizationSettings::showLinkDecals, GUIVisualizationSettings::showLinkRules, GUIVisualizationSettings::showRails, GUIVisualizationSettings::showSublanes, GUIVisualizationSettings::spreadSuperposed, GUIVisualizationSettings::streetName, TL, and GUIVisualizationSettings::UseMesoSim.
|
protected |
Definition at line 1910 of file GUIDialog_ViewSettings.cpp.
References MFXComboBoxIcon::appendIconItem(), GUIVisualizationSettings::drawBrakeGap, GUIVisualizationSettings::drawMinGap, GUIVisualizationSettings::drawReversed, GUIPropertySchemeStorage< T >::fill(), GLO_VEHICLE, GUIDesignCheckButtonViewSettings, GUIDesignComboBoxStatic, GUIDesignComboBoxVisibleItemsMedium, GUIDesignHorizontalSeparator, GUIDesignMatrixViewSettings, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsMatrix1, GUIDesignViewSettingsMatrix3, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, GUIDesignViewSettingsVerticalFrame4, GUIDesignViewSettingsVerticalFrame6, MID_SIMPLE_VIEW_COLORCHANGE, myDrawReversed, GUIDialog_ViewSettings::NamePanel::myMatrix0, myScaleLength, mySettings, myShowBlinker, myShowBrakeGap, myShowBTRange, myShowChargingInfo, myShowMinGap, myShowParkingInfo, myShowRouteIndex, myVehicleColorInterpolation, myVehicleColorMode, myVehicleColorSettingFrame, myVehicleNamePanel, myVehicleParamKey, myVehicleScaleInterpolation, myVehicleScaleMode, myVehicleScaleSettingFrame, myVehicleScaleValuePanel, myVehicleScalingParamKey, myVehicleShapeDetail, myVehicleSizePanel, myVehicleTextPanel, myVehicleTextParamKey, myVehicleValuePanel, GUIVisualizationSettings::scaleLength, MFXComboBoxIcon::setCurrentItem(), GUIVisualizationSettings::showBlinker, GUIVisualizationSettings::showBTRange, GUIVisualizationSettings::showChargingInfo, GUIVisualizationSettings::showParkingInfo, GUIVisualizationSettings::showRouteIndex, TL, GUIVisualizationSettings::vehicleColorer, GUIVisualizationSettings::vehicleName, GUIVisualizationSettings::vehicleQuality, GUIVisualizationSettings::vehicleScaler, GUIVisualizationSettings::vehicleScaleValue, GUIVisualizationSettings::vehicleSize, GUIVisualizationSettings::vehicleText, and GUIVisualizationSettings::vehicleValue.
std::string GUIDialog_ViewSettings::getCurrentScheme | ( | ) | const |
Returns the name of the currently chosen scheme.
Definition at line 1572 of file GUIDialog_ViewSettings.cpp.
References MFXComboBoxIcon::getCurrentItem(), MFXComboBoxIcon::getItemText(), and mySchemeName.
Referenced by GNEViewNet::setColorScheme(), and GUIViewTraffic::setColorScheme().
GUISUMOAbstractView * GUIDialog_ViewSettings::getSUMOAbstractView | ( | ) |
get GUISUMOAbstractView parent
Definition at line 207 of file GUIDialog_ViewSettings.cpp.
References myParent.
Referenced by MFXDecalsTable::Column::Column(), MFXDecalsTable::fillTable(), MFXDecalsTable::onCmdAddRow(), MFXDecalsTable::onCmdEditRowCheckBox(), MFXDecalsTable::onCmdEditRowSpinner(), MFXDecalsTable::onCmdEditRowString(), MFXDecalsTable::onCmdOpenDecal(), MFXDecalsTable::onCmdRemoveRow(), and MFXDecalsTable::onUpdAddRow().
|
inline |
Definition at line 260 of file GUIDialog_ViewSettings.h.
References GUIPersistentWindowPos::saveWindowPos().
Referenced by onCmdCancel(), and onCmdOk().
|
protected |
Loads decals from a file.
[in] | file | The name of the file to read the decals from |
Definition at line 993 of file GUIDialog_ViewSettings.cpp.
References MFXDecalsTable::fillTable(), GUISUMOAbstractView::getDecals(), GUISettingsHandler::getDecals(), GUISUMOAbstractView::getDecalsLockMutex(), GUISettingsHandler::hasDecals(), myDecalsTable, and myParent.
Referenced by onCmdLoadDecal(), and onCmdLoadXMLDecals().
|
protected |
Loads a scheme from a file.
[in] | file | The name of the file to read the settings from |
Definition at line 936 of file GUIDialog_ViewSettings.cpp.
References GUISettingsHandler::addSettings(), MFXComboBoxIcon::appendIconItem(), GUISettingsHandler::applyViewport(), MFXDecalsTable::fillTable(), GUICompleteSchemeStorage::get(), GUISettingsHandler::getBreakpoints(), GUISUMOAbstractView::getDecals(), GUISettingsHandler::getDecals(), GUISUMOAbstractView::getDecalsLockMutex(), GUISettingsHandler::getDelay(), gSchemeStorage, GUISettingsHandler::hasDecals(), myDecalsTable, myParent, mySchemeName, mySettings, GUIVisualizationSettings::netedit, rebuildColorMatrices(), GUISUMOAbstractView::setBreakpoints(), MFXComboBoxIcon::setCurrentItem(), and GUISUMOAbstractView::setDelay().
Referenced by onCmdImportSetting().
|
inherited |
Definition at line 84 of file GUIPersistentWindowPos.cpp.
References MAX2(), MIN2(), GUIPersistentWindowPos::myDefaultHeight, GUIPersistentWindowPos::myDefaultWidth, GUIPersistentWindowPos::myDefaultX, GUIPersistentWindowPos::myDefaultY, GUIPersistentWindowPos::myMinSize, GUIPersistentWindowPos::myMinTitlebarHeight, GUIPersistentWindowPos::myParent, GUIPersistentWindowPos::myStoreSize, and GUIPersistentWindowPos::myWindowName.
Referenced by GUIParameterTableWindow::GUIParameterTableWindow().
long GUIDialog_ViewSettings::onCmdCancel | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
Called if the Cancel-button was pressed.
Definition at line 229 of file GUIDialog_ViewSettings.cpp.
References GUIVisualizationSettings::copy(), hide(), myBackup, myParent, and mySettings.
Referenced by FXDEFMAP().
long GUIDialog_ViewSettings::onCmdClearDecals | ( | FXObject * | , |
FXSelector | , | ||
void * | data | ||
) |
Called if the decals shall be cleared.
Definition at line 1215 of file GUIDialog_ViewSettings.cpp.
References MFXDecalsTable::fillTable(), GUISUMOAbstractView::getDecals(), GUISUMOAbstractView::getDecalsLockMutex(), myDecalsTable, and myParent.
Referenced by FXDEFMAP().
long GUIDialog_ViewSettings::onCmdColorChange | ( | FXObject * | sender, |
FXSelector | , | ||
void * | |||
) |
Called if something (color, width, etc.) has been changed.
Definition at line 507 of file GUIDialog_ViewSettings.cpp.
References GUICompleteSchemeStorage::add(), GUIVisualizationSettings::addFullName, GUIVisualizationSettings::addName, GUIVisualizationSettings::addSize, GUIVisualizationSettings::ambient3DLight, MFXComboBoxIcon::appendIconItem(), GUIVisualizationSettings::backgroundColor, GUISUMOAbstractView::buildColorRainbow(), GUIVisualizationColorSettings::busStopColor, GUIVisualizationColorSettings::busStopColorSign, GUISUMOAbstractView::changePedestrianNetworkColor(), GUIVisualizationColorSettings::chargingStationColor, GUIVisualizationColorSettings::chargingStationColorSign, GUIVisualizationSettings::colorSettings, GUIVisualizationSettings::containerColorer, GUIVisualizationSettings::containerName, GUIVisualizationSettings::containerQuality, GUIVisualizationSettings::containerSize, GUIVisualizationColorSettings::containerStopColor, GUIVisualizationColorSettings::containerStopColorSign, GUICompleteSchemeStorage::contains(), GUIVisualizationSettings::copy(), GUIVisualizationSettings::cwaEdgeName, GUIVisualizationSettings::dataColorer, GUIVisualizationSettings::dataValue, GUIVisualizationSettings::dataValueRainBow, GUIVisualizationSettings::diffuse3DLight, GUIVisualizationSettings::disableDottedContours, GUIVisualizationSettings::disableHideByZoom, GUIVisualizationSettings::dither, GUIVisualizationSettings::drawBoundaries, GUIVisualizationSettings::drawBrakeGap, GUIVisualizationSettings::drawCrossingsAndWalkingareas, GUIVisualizationSettings::drawJunctionShape, GUIVisualizationSettings::drawLinkJunctionIndex, GUIVisualizationSettings::drawLinkTLIndex, GUIVisualizationSettings::drawMinGap, GUISUMOAbstractView::drawPedestrianNetwork(), GUIVisualizationSettings::drawReversed, GUIVisualizationSettings::edgeColorer, GUIVisualizationSettings::edgeData, GUIVisualizationSettings::edgeDataID, GUIVisualizationSettings::edgeDataScaling, GUIVisualizationSettings::edgeName, GUIVisualizationSettings::edgeParam, GUIVisualizationSettings::edgeRelWidthExaggeration, GUIVisualizationSettings::edgeScaler, GUIVisualizationSettings::edgeScaleValue, GUIVisualizationSettings::edgeValue, GUIVisualizationSettings::edgeValueRainBow, MFXComboBoxIcon::findItem(), GUIVisualizationSettings::forceDrawForRectangleSelection, GUIVisualizationSettings::fps, GUIVisualizationSettings::generate3DTLSModels, GUIVisualizationSettings::geometryIndices, GUICompleteSchemeStorage::get(), GUIPropertySchemeStorage< T >::getActive(), GUISUMOAbstractView::getColoringSchemesCombo(), MFXComboBoxIcon::getCurrentItem(), GUIVisualizationSettings::getLaneEdgeMode(), GUIVisualizationSettings::getLaneEdgeScaleMode(), GUIVisualizationSettings::getLaneEdgeScaleScheme(), GUIVisualizationSettings::getLaneEdgeScheme(), GUIPropertyScheme< T >::getName(), GUICompleteSchemeStorage::getNumInitialSettings(), MFXUtils::getRGBColor(), GUIPropertySchemeStorage< T >::getScheme(), GUIDialog_ViewSettings::NamePanel::getSettings(), GUIDialog_ViewSettings::SizePanel::getSettings(), GUIDialog_ViewSettings::RainbowPanel::getSettings(), MFXComboBoxIcon::getText(), GLO_JUNCTION, GLO_LANE, GLO_TAZRELDATA, GUIVisualizationSettings::gridXSize, GUIVisualizationSettings::gridYSize, gSchemeStorage, GUIVisualizationSettings::hideConnectors, GUIVisualizationSettings::internalEdgeName, GUIVisualizationSettings::internalJunctionName, GUIVisualizationSettings::junctionColorer, GUIVisualizationSettings::junctionID, GUIVisualizationSettings::junctionName, GUIVisualizationSettings::junctionSize, GUIVisualizationSettings::junctionValueRainBow, GUIVisualizationSettings::laneColorer, GUIVisualizationSettings::laneMinSize, GUIVisualizationSettings::laneParam, GUIVisualizationSettings::laneScaler, GUIVisualizationSettings::laneShowBorders, GUIVisualizationSettings::laneWidthExaggeration, MID_SIMPLE_VIEW_COLORCHANGE, myAddFullNamePanel, myAddNamePanel, myAddSizePanel, myBackgroundColor, myBusStopColor, myBusStopColorSign, myChargingStationColor, myChargingStationColorSign, GUIDialog_ViewSettings::NamePanel::myCheck, GUIDialog_ViewSettings::RainbowPanel::myColorRainbow, myContainerButtons, myContainerColorInterpolation, myContainerColorMode, myContainerColors, myContainerNamePanel, myContainerShapeDetail, myContainerSizePanel, myContainerStopColor, myContainerStopColorSign, myContainerThresholds, myCwaEdgeNamePanel, myDataButtons, myDataColorInterpolation, myDataColorMode, myDataColors, myDataParamKey, myDataRainbowPanel, myDataThresholds, myDataValuePanel, myDisableDottedContours, myDisableHideByZoom, myDither, myDrawBoundaries, myDrawCrossingsAndWalkingAreas, myDrawJunctionShape, myDrawReversed, myEdgeNamePanel, myEdgeRainbowPanel, myEdgeRelationUpscaleDialer, myEdgeScaleValuePanel, myEdgeValuePanel, myForceDrawForRectangleSelection, myFPS, myGenerate3DTLSModels, myGeometryIndicesPanel, myGridXSizeDialer, myGridYSizeDialer, myHideMacroConnectors, myInternalEdgeNamePanel, myInternalJunctionNamePanel, myJunctionButtons, myJunctionColorInterpolation, myJunctionColorMode, myJunctionColors, myJunctionIDPanel, myJunctionIndexPanel, myJunctionNamePanel, myJunctionRainbowPanel, myJunctionSizePanel, myJunctionThresholds, myLaneButtons, myLaneColorInterpolation, myLaneColors, myLaneEdgeColorMode, myLaneEdgeScaleMode, myLaneMinWidthDialer, myLaneScaleButtons, myLaneScaleInterpolation, myLaneScales, myLaneScaleThresholds, myLaneThresholds, myLaneWidthUpscaleDialer, myLight3DFactor, myMeanDataID, myParamKey, myParent, myPedestrianNetworkColor, myPersonButtons, myPersonColorInterpolation, myPersonColorMode, myPersonColors, myPersonNamePanel, myPersonShapeDetail, myPersonSizePanel, myPersonThresholds, myPersonTripColor, myPersonTripWidth, myPersonValuePanel, myPOIButtons, myPOIColorInterpolation, myPOIColorMode, myPOIColors, myPOICustomLayer, myPoiDetail, myPOINamePanel, myPOISizePanel, myPOITextPanel, myPOITextParamKey, myPOIThresholds, myPOITypePanel, myPOIUseCustomLayer, myPolyButtons, myPolyColorInterpolation, myPolyColorMode, myPolyColors, myPolyCustomLayer, myPolyNamePanel, myPolySizePanel, myPolyThresholds, myPolyTypePanel, myPolyUseCustomLayer, myRealisticLinkRules, myRecalculateBoundaries, myRideColor, myRideWidth, myScaleLength, myScalingParamKey, mySchemeName, mySecondaryShape, mySelectedAdditionalColor, mySelectedConnectionColor, mySelectedCrossingColor, mySelectedEdgeColor, mySelectedEdgeDataColor, mySelectedLaneColor, mySelectedPersonColor, mySelectedPersonPlanColor, mySelectedProhibitionColor, mySelectedRouteColor, mySelectedVehicleColor, mySelectionColor, mySettings, myShow3DHeadUpDisplay, myShow3DTLSDomes, myShow3DTLSLinkMarkers, myShowBikeMarkings, myShowBlinker, myShowBrakeGap, myShowBTRange, myShowChargingInfo, myShowColorLegend, myShowGrid, myShowLane2Lane, myShowLaneBorders, myShowLaneDecals, myShowLaneDirection, myShowLinkRules, myShowMinGap, myShowParkingInfo, myShowPedestrianNetwork, myShowRails, myShowRouteIndex, myShowSizeLegend, myShowSublanes, myShowVehicleColorLegend, mySkyColor, mySpreadSuperposed, myStopColor, myStopContainersColor, myStopPersonsColor, myStreetNamePanel, myTazRelationUpscaleDialer, myTLIndexPanel, myTLSPhaseIndexPanel, myTLSPhaseNamePanel, myTrainStopColor, myTrainStopColorSign, myTranshipColor, myTranshipWidth, myTransportColor, myTransportWidth, myTripWidth, myTrueZ, myVehicleButtons, myVehicleColorInterpolation, myVehicleColorMode, myVehicleColors, myVehicleNamePanel, myVehicleParamKey, myVehicleScaleButtons, myVehicleScaleInterpolation, myVehicleScaleMode, myVehicleScales, myVehicleScaleThresholds, myVehicleScaleValuePanel, myVehicleScalingParamKey, myVehicleShapeDetail, myVehicleSizePanel, myVehicleTextPanel, myVehicleTextParamKey, myVehicleThresholds, myVehicleTripsColor, myVehicleValuePanel, myWalkColor, myWalkWidth, myWaypointColor, GUIVisualizationSettings::name, GUIVisualizationSettings::netedit, GUIVisualizationSettings::pedestrianNetworkColor, GUIVisualizationSettings::personColorer, GUIVisualizationSettings::personName, GUIVisualizationSettings::personQuality, GUIVisualizationSettings::personSize, GUIVisualizationColorSettings::personTripColor, GUIVisualizationWidthSettings::personTripWidth, GUIVisualizationSettings::personValue, GUIVisualizationSettings::poiColorer, GUIVisualizationSettings::poiCustomLayer, GUIVisualizationSettings::poiDetail, GUIVisualizationSettings::poiName, GUIVisualizationSettings::poiSize, GUIVisualizationSettings::poiText, GUIVisualizationSettings::poiTextParam, GUIVisualizationSettings::poiType, GUIVisualizationSettings::poiUseCustomLayer, GUIVisualizationSettings::polyColorer, GUIVisualizationSettings::polyCustomLayer, GUIVisualizationSettings::polyName, GUIVisualizationSettings::polySize, GUIVisualizationSettings::polyType, GUIVisualizationSettings::polyUseCustomLayer, GUIVisualizationSettings::realisticLinkRules, rebuildColorMatrices(), GUISUMOAbstractView::recalculateBoundaries(), GUIVisualizationSettings::relDataAttr, GUIVisualizationColorSettings::rideColor, GUIVisualizationWidthSettings::rideWidth, GUIVisualizationSettings::scaleLength, GUIVisualizationSettings::SCHEME_NAME_DATA_ATTRIBUTE_NUMERICAL, GUIVisualizationSettings::SCHEME_NAME_EDGE_PARAM_NUMERICAL, GUIVisualizationSettings::SCHEME_NAME_EDGEDATA_LIVE, GUIVisualizationSettings::SCHEME_NAME_EDGEDATA_NUMERICAL, GUIVisualizationSettings::SCHEME_NAME_LANE_PARAM_NUMERICAL, GUIVisualizationSettings::SCHEME_NAME_PARAM_NUMERICAL, GUIVisualizationSettings::secondaryShape, GUIVisualizationColorSettings::selectedAdditionalColor, GUIVisualizationColorSettings::selectedConnectionColor, GUIVisualizationColorSettings::selectedCrossingColor, GUIVisualizationColorSettings::selectedEdgeColor, GUIVisualizationColorSettings::selectedEdgeDataColor, GUIVisualizationColorSettings::selectedLaneColor, GUIVisualizationColorSettings::selectedPersonColor, GUIVisualizationColorSettings::selectedPersonPlanColor, GUIVisualizationColorSettings::selectedProhibitionColor, GUIVisualizationColorSettings::selectedRouteColor, GUIVisualizationColorSettings::selectedVehicleColor, GUIVisualizationColorSettings::selectionColor, RGBColor::set(), GUIPropertySchemeStorage< T >::setActive(), GUISUMOAbstractView::setColorScheme(), MFXComboBoxIcon::setCurrentItem(), GUIPropertyScheme< T >::setInterpolated(), GUIVisualizationSettings::show3DHeadUpDisplay, GUIVisualizationSettings::show3DTLSDomes, GUIVisualizationSettings::show3DTLSLinkMarkers, GUIVisualizationSettings::showBikeMarkings, GUIVisualizationSettings::showBlinker, GUIVisualizationSettings::showBTRange, GUIVisualizationSettings::showChargingInfo, GUIVisualizationSettings::showColorLegend, GUIVisualizationSettings::showGrid, GUIVisualizationSettings::showLane2Lane, GUIVisualizationSettings::showLaneDirection, GUIVisualizationSettings::showLinkDecals, GUIVisualizationSettings::showLinkRules, GUIVisualizationSettings::showParkingInfo, GUIVisualizationSettings::showPedestrianNetwork, GUIVisualizationSettings::showRails, GUIVisualizationSettings::showRouteIndex, GUIVisualizationSettings::showSizeLegend, GUIVisualizationSettings::showSublanes, GUIVisualizationSettings::showVehicleColorLegend, GUIVisualizationSettings::skyColor, GUIVisualizationSettings::spreadSuperposed, GUIVisualizationColorSettings::stopColor, GUIVisualizationColorSettings::stopContainerColor, GUIVisualizationColorSettings::stopPersonColor, GUIVisualizationSettings::streetName, GUIVisualizationSettings::tazRelWidthExaggeration, GUIVisualizationSettings::tlsPhaseIndex, GUIVisualizationSettings::tlsPhaseName, toString(), GUIVisualizationColorSettings::trainStopColor, GUIVisualizationColorSettings::trainStopColorSign, GUIVisualizationColorSettings::transhipColor, GUIVisualizationWidthSettings::transhipWidth, GUIVisualizationColorSettings::transportColor, GUIVisualizationWidthSettings::transportWidth, GUIVisualizationWidthSettings::tripWidth, GUIVisualizationSettings::trueZ, updateColorRanges(), updatePOIParams(), updateScaleRanges(), updateVehicleParams(), GUIVisualizationSettings::UseMesoSim, GUIVisualizationSettings::vehicleColorer, GUIVisualizationSettings::vehicleName, GUIVisualizationSettings::vehicleParam, GUIVisualizationSettings::vehicleQuality, GUIVisualizationSettings::vehicleScaleParam, GUIVisualizationSettings::vehicleScaler, GUIVisualizationSettings::vehicleScaleValue, GUIVisualizationSettings::vehicleSize, GUIVisualizationSettings::vehicleText, GUIVisualizationSettings::vehicleTextParam, GUIVisualizationColorSettings::vehicleTripColor, GUIVisualizationSettings::vehicleValue, GUIVisualizationColorSettings::walkColor, GUIVisualizationWidthSettings::walkWidth, GUIVisualizationColorSettings::waypointColor, and GUIVisualizationSettings::widthSettings.
Referenced by FXDEFMAP().
long GUIDialog_ViewSettings::onCmdDeleteSetting | ( | FXObject * | , |
FXSelector | , | ||
void * | data | ||
) |
Called if the settings shall be deleted.
Definition at line 1069 of file GUIDialog_ViewSettings.cpp.
References MFXComboBoxIcon::getCurrentItem(), MFXComboBoxIcon::getItemText(), GUICompleteSchemeStorage::getNumInitialSettings(), gSchemeStorage, mySchemeName, onCmdNameChange(), GUICompleteSchemeStorage::remove(), MFXComboBoxIcon::removeItem(), and GUICompleteSchemeStorage::writeSettings().
Referenced by FXDEFMAP().
long GUIDialog_ViewSettings::onCmdExportSetting | ( | FXObject * | , |
FXSelector | , | ||
void * | data | ||
) |
Called if the settings shall be exported into a file.
Definition at line 1094 of file GUIDialog_ViewSettings.cpp.
References OutputDevice::close(), OutputDevice::closeTag(), gCurrentFolder, GUISUMOAbstractView::getDelay(), OutputDevice::getDevice(), MFXUtils::getFilename2Write(), GUIIconSubSys::getIcon(), GUISUMOAbstractView::getViewportEditor(), GUISUMOAbstractView::is3DView(), myParent, mySaveBreakpoints, mySaveDecals, mySaveDelay, mySaveViewPort, mySettings, GUIVisualizationSettings::netedit, OutputDevice::openTag(), GUISUMOAbstractView::retrieveBreakpoints(), SAVE, GUIVisualizationSettings::save(), saveDecals(), SUMO_ATTR_TIME, SUMO_ATTR_TYPE, SUMO_ATTR_VALUE, SUMO_TAG_BREAKPOINT, SUMO_TAG_DELAY, SUMO_TAG_VIEWSETTINGS, time2string(), TL, OutputDevice::writeAttr(), and GUIDialog_EditViewport::writeXML().
Referenced by FXDEFMAP().
long GUIDialog_ViewSettings::onCmdImportSetting | ( | FXObject * | , |
FXSelector | , | ||
void * | data | ||
) |
Called if the settings shall be read from a file.
Definition at line 1145 of file GUIDialog_ViewSettings.cpp.
References gCurrentFolder, GUIIconSubSys::getIcon(), loadSettings(), OPEN, and TL.
Referenced by FXDEFMAP().
long GUIDialog_ViewSettings::onCmdLoadDecal | ( | FXObject * | , |
FXSelector | , | ||
void * | data | ||
) |
Called if the decal shall be loaded from a file.
Definition at line 1162 of file GUIDialog_ViewSettings.cpp.
References EMPTY, gCurrentFolder, GUIIconSubSys::getIcon(), loadDecals(), and TL.
Referenced by FXDEFMAP().
long GUIDialog_ViewSettings::onCmdLoadXMLDecals | ( | FXObject * | , |
FXSelector | , | ||
void * | data | ||
) |
Called if the decals shall be loaded from a file.
Definition at line 1179 of file GUIDialog_ViewSettings.cpp.
References EMPTY, gCurrentFolder, GUIIconSubSys::getIcon(), loadDecals(), and TL.
Referenced by FXDEFMAP().
long GUIDialog_ViewSettings::onCmdNameChange | ( | FXObject * | , |
FXSelector | , | ||
void * | ptr | ||
) |
Called if the name of the scheme was changed.
Definition at line 238 of file GUIDialog_ViewSettings.cpp.
References GUIVisualizationSettings::addFullName, GUIVisualizationSettings::addName, GUIVisualizationSettings::addSize, GUIVisualizationSettings::backgroundColor, GUIVisualizationColorSettings::busStopColor, GUIVisualizationColorSettings::busStopColorSign, GUIVisualizationColorSettings::chargingStationColor, GUIVisualizationColorSettings::chargingStationColorSign, GUIVisualizationSettings::colorSettings, GUIVisualizationSettings::containerColorer, GUIVisualizationSettings::containerName, GUIVisualizationSettings::containerQuality, GUIVisualizationSettings::containerSize, GUIVisualizationColorSettings::containerStopColor, GUIVisualizationColorSettings::containerStopColorSign, GUIVisualizationSettings::copy(), GUIVisualizationSettings::cwaEdgeName, GUIVisualizationSettings::dataColorer, GUIVisualizationSettings::dataValue, GUIVisualizationSettings::dataValueRainBow, GUIVisualizationSettings::disableDottedContours, GUIVisualizationSettings::disableHideByZoom, GUIVisualizationSettings::dither, GUIVisualizationSettings::drawBoundaries, GUIVisualizationSettings::drawBrakeGap, GUIVisualizationSettings::drawCrossingsAndWalkingareas, GUIVisualizationSettings::drawJunctionShape, GUIVisualizationSettings::drawLinkJunctionIndex, GUIVisualizationSettings::drawLinkTLIndex, GUIVisualizationSettings::drawMinGap, GUIVisualizationSettings::drawReversed, GUIVisualizationSettings::edgeName, GUIVisualizationSettings::edgeRelWidthExaggeration, GUIVisualizationSettings::edgeScaleValue, GUIVisualizationSettings::edgeValue, GUIVisualizationSettings::edgeValueRainBow, GUIVisualizationSettings::forceDrawForRectangleSelection, GUIVisualizationSettings::fps, GUIVisualizationSettings::geometryIndices, GUICompleteSchemeStorage::get(), GUIPropertySchemeStorage< T >::getActive(), MFXUtils::getFXColor(), MFXComboBoxIcon::getItemText(), GUIVisualizationSettings::getLaneEdgeMode(), GUIVisualizationSettings::getLaneEdgeScaleMode(), MFXComboBoxIcon::getNumItems(), gSchemeStorage, GUIVisualizationSettings::hideConnectors, GUIVisualizationSettings::internalEdgeName, GUIVisualizationSettings::internalJunctionName, GUIVisualizationSettings::junctionColorer, GUIVisualizationSettings::junctionID, GUIVisualizationSettings::junctionName, GUIVisualizationSettings::junctionSize, GUIVisualizationSettings::junctionValueRainBow, GUIVisualizationSettings::laneMinSize, GUIVisualizationSettings::laneShowBorders, GUIVisualizationSettings::laneWidthExaggeration, myAddFullNamePanel, myAddNamePanel, myAddSizePanel, myBackgroundColor, myBackup, myBusStopColor, myBusStopColorSign, myChargingStationColor, myChargingStationColorSign, myContainerColorMode, myContainerNamePanel, myContainerShapeDetail, myContainerSizePanel, myContainerStopColor, myContainerStopColorSign, myCwaEdgeNamePanel, myDataColorMode, myDataRainbowPanel, myDataValuePanel, myDisableDottedContours, myDisableHideByZoom, myDither, myDrawBoundaries, myDrawCrossingsAndWalkingAreas, myDrawJunctionShape, myDrawReversed, myEdgeNamePanel, myEdgeRainbowPanel, myEdgeRelationUpscaleDialer, myEdgeScaleValuePanel, myEdgeValuePanel, myForceDrawForRectangleSelection, myFPS, myGeometryIndicesPanel, myHideMacroConnectors, myInternalEdgeNamePanel, myInternalJunctionNamePanel, myJunctionColorMode, myJunctionIDPanel, myJunctionIndexPanel, myJunctionNamePanel, myJunctionRainbowPanel, myJunctionSizePanel, myLaneEdgeColorMode, myLaneEdgeScaleMode, myLaneMinWidthDialer, myLaneWidthUpscaleDialer, myParent, myPedestrianNetworkColor, myPersonColorMode, myPersonNamePanel, myPersonShapeDetail, myPersonSizePanel, myPersonTripColor, myPersonTripWidth, myPersonValuePanel, myPOICustomLayer, myPoiDetail, myPOINamePanel, myPOISizePanel, myPOITextPanel, myPOITypePanel, myPOIUseCustomLayer, myPolyCustomLayer, myPolyNamePanel, myPolySizePanel, myPolyTypePanel, myPolyUseCustomLayer, myRealisticLinkRules, myRideColor, myRideWidth, myScaleLength, mySchemeName, mySecondaryShape, mySelectedAdditionalColor, mySelectedConnectionColor, mySelectedCrossingColor, mySelectedEdgeColor, mySelectedEdgeDataColor, mySelectedLaneColor, mySelectedPersonColor, mySelectedPersonPlanColor, mySelectedProhibitionColor, mySelectedRouteColor, mySelectedVehicleColor, mySelectionColor, mySettings, myShowBikeMarkings, myShowBlinker, myShowBrakeGap, myShowBTRange, myShowChargingInfo, myShowColorLegend, myShowLane2Lane, myShowLaneBorders, myShowLaneDecals, myShowLaneDirection, myShowLinkRules, myShowMinGap, myShowParkingInfo, myShowPedestrianNetwork, myShowRails, myShowRouteIndex, myShowSizeLegend, myShowSublanes, myShowVehicleColorLegend, mySpreadSuperposed, myStopColor, myStopContainersColor, myStopPersonsColor, myStreetNamePanel, myTazRelationUpscaleDialer, myTLIndexPanel, myTLSPhaseIndexPanel, myTLSPhaseNamePanel, myTrainStopColor, myTrainStopColorSign, myTranshipColor, myTranshipWidth, myTransportColor, myTransportWidth, myTripWidth, myTrueZ, myVehicleColorMode, myVehicleNamePanel, myVehicleScaleMode, myVehicleScaleValuePanel, myVehicleShapeDetail, myVehicleSizePanel, myVehicleTextPanel, myVehicleTripsColor, myVehicleValuePanel, myWalkColor, myWalkWidth, myWaypointColor, GUIVisualizationSettings::name, GUIVisualizationSettings::netedit, GUIVisualizationSettings::pedestrianNetworkColor, GUIVisualizationSettings::personColorer, GUIVisualizationSettings::personName, GUIVisualizationSettings::personQuality, GUIVisualizationSettings::personSize, GUIVisualizationColorSettings::personTripColor, GUIVisualizationWidthSettings::personTripWidth, GUIVisualizationSettings::personValue, GUIVisualizationSettings::poiCustomLayer, GUIVisualizationSettings::poiDetail, GUIVisualizationSettings::poiName, GUIVisualizationSettings::poiSize, GUIVisualizationSettings::poiText, GUIVisualizationSettings::poiType, GUIVisualizationSettings::poiUseCustomLayer, GUIVisualizationSettings::polyCustomLayer, GUIVisualizationSettings::polyName, GUIVisualizationSettings::polySize, GUIVisualizationSettings::polyType, GUIVisualizationSettings::polyUseCustomLayer, GUIVisualizationSettings::realisticLinkRules, rebuildColorMatrices(), MFXComboBoxIcon::removeItem(), GUIVisualizationColorSettings::rideColor, GUIVisualizationWidthSettings::rideWidth, GUIVisualizationSettings::scaleLength, GUIVisualizationSettings::secondaryShape, GUIVisualizationColorSettings::selectedAdditionalColor, GUIVisualizationColorSettings::selectedConnectionColor, GUIVisualizationColorSettings::selectedCrossingColor, GUIVisualizationColorSettings::selectedEdgeColor, GUIVisualizationColorSettings::selectedEdgeDataColor, GUIVisualizationColorSettings::selectedLaneColor, GUIVisualizationColorSettings::selectedPersonColor, GUIVisualizationColorSettings::selectedPersonPlanColor, GUIVisualizationColorSettings::selectedProhibitionColor, GUIVisualizationColorSettings::selectedRouteColor, GUIVisualizationColorSettings::selectedVehicleColor, GUIVisualizationColorSettings::selectionColor, GUISUMOAbstractView::setColorScheme(), MFXComboBoxIcon::setCurrentItem(), GUIVisualizationSettings::showBikeMarkings, GUIVisualizationSettings::showBlinker, GUIVisualizationSettings::showBTRange, GUIVisualizationSettings::showChargingInfo, GUIVisualizationSettings::showColorLegend, GUIVisualizationSettings::showLane2Lane, GUIVisualizationSettings::showLaneDirection, GUIVisualizationSettings::showLinkDecals, GUIVisualizationSettings::showLinkRules, GUIVisualizationSettings::showParkingInfo, GUIVisualizationSettings::showPedestrianNetwork, GUIVisualizationSettings::showRails, GUIVisualizationSettings::showRouteIndex, GUIVisualizationSettings::showSizeLegend, GUIVisualizationSettings::showSublanes, GUIVisualizationSettings::showVehicleColorLegend, GUIVisualizationSettings::spreadSuperposed, GUIVisualizationColorSettings::stopColor, GUIVisualizationColorSettings::stopContainerColor, GUIVisualizationColorSettings::stopPersonColor, GUIVisualizationSettings::streetName, GUIVisualizationSettings::tazRelWidthExaggeration, GUIVisualizationSettings::tlsPhaseIndex, GUIVisualizationSettings::tlsPhaseName, GUIVisualizationColorSettings::trainStopColor, GUIVisualizationColorSettings::trainStopColorSign, GUIVisualizationColorSettings::transhipColor, GUIVisualizationWidthSettings::transhipWidth, GUIVisualizationColorSettings::transportColor, GUIVisualizationWidthSettings::transportWidth, GUIVisualizationWidthSettings::tripWidth, GUIVisualizationSettings::trueZ, GUIDialog_ViewSettings::RainbowPanel::update(), GUIDialog_ViewSettings::SizePanel::update(), GUIDialog_ViewSettings::NamePanel::update(), GUIVisualizationSettings::vehicleColorer, GUIVisualizationSettings::vehicleName, GUIVisualizationSettings::vehicleQuality, GUIVisualizationSettings::vehicleScaler, GUIVisualizationSettings::vehicleScaleValue, GUIVisualizationSettings::vehicleSize, GUIVisualizationSettings::vehicleText, GUIVisualizationColorSettings::vehicleTripColor, GUIVisualizationSettings::vehicleValue, GUIVisualizationColorSettings::walkColor, GUIVisualizationWidthSettings::walkWidth, GUIVisualizationColorSettings::waypointColor, and GUIVisualizationSettings::widthSettings.
Referenced by FXDEFMAP(), onCmdDeleteSetting(), setCurrent(), and setCurrentScheme().
long GUIDialog_ViewSettings::onCmdOk | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
Called if the OK-button was pressed.
Definition at line 221 of file GUIDialog_ViewSettings.cpp.
References hide(), and myComboRows.
Referenced by FXDEFMAP().
long GUIDialog_ViewSettings::onCmdSaveSetting | ( | FXObject * | , |
FXSelector | , | ||
void * | data | ||
) |
Called if the settings shall be saved into the registry.
Definition at line 1006 of file GUIDialog_ViewSettings.cpp.
References GUICompleteSchemeStorage::add(), MFXComboBoxIcon::appendIconItem(), GUIDesigns::buildFXButton(), GUIVisualizationSettings::copy(), MFXComboBoxIcon::findItem(), GUICompleteSchemeStorage::get(), GUISUMOAbstractView::getColoringSchemesCombo(), MFXComboBoxIcon::getCurrentItem(), GUICompleteSchemeStorage::getNumInitialSettings(), gSchemeStorage, GUIDesignHorizontalSeparator, GUIDesignViewSettingsButton4, GUIDesignViewSettingsButton5, GUIDesignViewSettingsDialog, GUIDesignViewSettingsHorizontalFrame3, GUIDesignViewSettingsLabel2, GUIDesignViewSettingsTextField1, GUIDesignViewSettingsVerticalFrame5, MFXComboBoxIcon::insertIconItem(), myBackup, myParent, mySchemeName, mySettings, GUIVisualizationSettings::name, GUIVisualizationSettings::netedit, GUICompleteSchemeStorage::remove(), GUISUMOAbstractView::setColorScheme(), MFXComboBoxIcon::setCurrentItem(), StringUtils::startsWith(), TL, and GUICompleteSchemeStorage::writeSettings().
Referenced by FXDEFMAP().
long GUIDialog_ViewSettings::onCmdSaveXMLDecals | ( | FXObject * | , |
FXSelector | , | ||
void * | data | ||
) |
Called if the decals shall be saved to a file.
Definition at line 1196 of file GUIDialog_ViewSettings.cpp.
References OutputDevice::close(), OutputDevice::closeTag(), EMPTY, gCurrentFolder, OutputDevice::getDevice(), MFXUtils::getFilename2Write(), GUIIconSubSys::getIcon(), myParent, OutputDevice::openTag(), saveDecals(), and TL.
Referenced by FXDEFMAP().
long GUIDialog_ViewSettings::onUpdDeleteSetting | ( | FXObject * | sender, |
FXSelector | , | ||
void * | data | ||
) |
Called when updating the button that allows to delete settings.
Definition at line 1084 of file GUIDialog_ViewSettings.cpp.
References MFXComboBoxIcon::getCurrentItem(), GUICompleteSchemeStorage::getNumInitialSettings(), gSchemeStorage, and mySchemeName.
Referenced by FXDEFMAP().
long GUIDialog_ViewSettings::onUpdExportSetting | ( | FXObject * | sender, |
FXSelector | , | ||
void * | data | ||
) |
Called when updating the button that allows to export settings into a file.
Definition at line 1134 of file GUIDialog_ViewSettings.cpp.
References MFXComboBoxIcon::getCurrentItem(), GUICompleteSchemeStorage::getNumInitialSettings(), gSchemeStorage, mySaveBreakpoints, mySaveDecals, mySaveDelay, mySaveViewPort, and mySchemeName.
Referenced by FXDEFMAP().
long GUIDialog_ViewSettings::onUpdImportSetting | ( | FXObject * | sender, |
FXSelector | , | ||
void * | data | ||
) |
Called when updating the button that allows to read settings from a file.
Definition at line 1231 of file GUIDialog_ViewSettings.cpp.
Referenced by FXDEFMAP().
long GUIDialog_ViewSettings::onUpdSaveSetting | ( | FXObject * | sender, |
FXSelector | , | ||
void * | data | ||
) |
Called when updating the button that allows to save the settings into the registry.
Definition at line 1059 of file GUIDialog_ViewSettings.cpp.
References MFXComboBoxIcon::getCurrentItem(), GUICompleteSchemeStorage::getNumInitialSettings(), gSchemeStorage, and mySchemeName.
Referenced by FXDEFMAP().
|
privatedelete |
invalidated assignment operator
|
protected |
Rebuilds color changing dialogs after choosing another coloring scheme.
[in] | doCreate | Whether "create" shall be called (only if built the first time) |
Definition at line 1366 of file GUIDialog_ViewSettings.cpp.
References MFXComboBoxIcon::appendIconItem(), MFXComboBoxIcon::clearItems(), GUIVisualizationSettings::containerColorer, GUIVisualizationSettings::dataColorer, GUIVisualizationSettings::edgeData, GUIVisualizationSettings::edgeDataID, GUIVisualizationSettings::edgeDataScaling, GUIVisualizationSettings::edgeParam, MFXComboBoxIcon::enable(), GUISUMOAbstractView::getEdgeDataAttrs(), GUISUMOAbstractView::getEdgeLaneParamKeys(), MFXComboBoxIcon::getItemText(), GUIVisualizationSettings::getLaneEdgeScaleScheme(), GUIVisualizationSettings::getLaneEdgeScheme(), GUISUMOAbstractView::getMeanDataAttrs(), GUISUMOAbstractView::getMeanDataIDs(), MFXComboBoxIcon::getNumItems(), GUISUMOAbstractView::getRelDataAttrs(), GUIPropertySchemeStorage< T >::getScheme(), MFXComboBoxIcon::getText(), GUIPropertyScheme< T >::isFixed(), GUIVisualizationSettings::junctionColorer, GUIVisualizationSettings::laneParam, GUIDialog_ViewSettings::RainbowPanel::myColorRainbow, myContainerButtons, myContainerColorInterpolation, myContainerColors, myContainerColorSettingFrame, myContainerThresholds, myDataButtons, myDataColorInterpolation, myDataColorMode, myDataColors, myDataColorSettingFrame, myDataParamKey, myDataThresholds, myEdgeRainbowPanel, myJunctionButtons, myJunctionColorInterpolation, myJunctionColors, myJunctionColorSettingFrame, myJunctionRainbowPanel, myJunctionThresholds, myLaneButtons, myLaneColorInterpolation, myLaneColors, myLaneColorSettingFrame, myLaneEdgeColorMode, myLaneEdgeScaleMode, myLaneScaleButtons, myLaneScaleInterpolation, myLaneScales, myLaneScaleSettingFrame, myLaneScaleThresholds, myLaneThresholds, myMeanDataID, myParamKey, myParent, myPersonButtons, myPersonColorInterpolation, myPersonColors, myPersonColorSettingFrame, myPersonThresholds, myPOIButtons, myPOIColorInterpolation, myPOIColors, myPOIColorSettingFrame, myPOIThresholds, myPolyButtons, myPolyColorInterpolation, myPolyColors, myPolyColorSettingFrame, myPolyThresholds, myScalingParamKey, mySettings, myVehicleButtons, myVehicleColorInterpolation, myVehicleColorMode, myVehicleColors, myVehicleColorSettingFrame, myVehicleParamKey, myVehicleScaleButtons, myVehicleScaleInterpolation, myVehicleScaleMode, myVehicleScales, myVehicleScaleSettingFrame, myVehicleScaleThresholds, myVehicleScalingParamKey, myVehicleThresholds, GUIVisualizationSettings::netedit, GUIVisualizationSettings::personColorer, GUIVisualizationSettings::poiColorer, GUIVisualizationSettings::polyColorer, rebuildColorMatrix(), rebuildScaleMatrix(), GUIVisualizationSettings::relDataAttr, GUIVisualizationSettings::SCHEME_NAME_DATA_ATTRIBUTE_NUMERICAL, GUIVisualizationSettings::SCHEME_NAME_EDGE_PARAM_NUMERICAL, GUIVisualizationSettings::SCHEME_NAME_EDGEDATA_LIVE, GUIVisualizationSettings::SCHEME_NAME_EDGEDATA_NUMERICAL, GUIVisualizationSettings::SCHEME_NAME_LANE_PARAM_NUMERICAL, GUIVisualizationSettings::SCHEME_NAME_PARAM_NUMERICAL, updateVehicleParams(), GUIVisualizationSettings::vehicleColorer, and GUIVisualizationSettings::vehicleScaler.
Referenced by loadSettings(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Rebuilds manipulators for the current coloring scheme.
Definition at line 1238 of file GUIDialog_ViewSettings.cpp.
References GUIPropertyScheme< T >::allowsNegativeValues(), GUIDesigns::buildFXButton(), MFXUtils::deleteChildren(), GUIPropertyScheme< T >::getColors(), MFXUtils::getFXColor(), GUIPropertyScheme< T >::getNames(), GUIPropertyScheme< T >::getThresholds(), GUIDesignViewSettingsButton1, GUIDesignViewSettingsColorWell1, GUIDesignViewSettingsMatrix4, GUIPropertyScheme< T >::isFixed(), GUIPropertyScheme< T >::isInterpolated(), MID_SIMPLE_VIEW_COLORCHANGE, GUIVisualizationSettings::MISSING_DATA, and TL.
Referenced by rebuildColorMatrices().
|
protected |
Rebuilds manipulators for the current scaling scheme.
Definition at line 1301 of file GUIDialog_ViewSettings.cpp.
References GUIPropertyScheme< T >::allowsNegativeValues(), GUIDesigns::buildFXButton(), MFXUtils::deleteChildren(), GUIPropertyScheme< T >::getColors(), GUIPropertyScheme< T >::getNames(), GUIPropertyScheme< T >::getThresholds(), GUIDesignViewSettingsButton1, GUIDesignViewSettingsMatrix4, GUIPropertyScheme< T >::isFixed(), GUIPropertyScheme< T >::isInterpolated(), MID_SIMPLE_VIEW_COLORCHANGE, GUIVisualizationSettings::MISSING_DATA, and TL.
Referenced by rebuildColorMatrices().
|
protected |
Writes the currently used decals into a file.
[in] | file | The name of the file to write the decals into |
Definition at line 962 of file GUIDialog_ViewSettings.cpp.
References OutputDevice::closeTag(), GUISUMOAbstractView::getDecals(), myParent, OutputDevice::openTag(), SUMO_ATTR_CENTER_X, SUMO_ATTR_CENTER_Y, SUMO_ATTR_CENTER_Z, SUMO_ATTR_HEIGHT, SUMO_ATTR_INDEX, SUMO_ATTR_LAYER, SUMO_ATTR_WIDTH, SUMO_TAG_VIEWSETTINGS_DECAL, SUMO_TAG_VIEWSETTINGS_LIGHT, and OutputDevice::writeAttr().
Referenced by onCmdExportSetting(), and onCmdSaveXMLDecals().
|
inherited |
Definition at line 71 of file GUIPersistentWindowPos.cpp.
References GUIPersistentWindowPos::myParent, GUIPersistentWindowPos::myStoreSize, and GUIPersistentWindowPos::myWindowName.
Referenced by hide(), and GUIPersistentWindowPos::~GUIPersistentWindowPos().
void GUIDialog_ViewSettings::setCurrent | ( | GUIVisualizationSettings * | settings | ) |
Sets current settings (called if reopened)
[in,out] | settings | The current settings that can be changed |
Definition at line 213 of file GUIDialog_ViewSettings.cpp.
References GUIVisualizationSettings::copy(), myBackup, mySettings, and onCmdNameChange().
Referenced by GUISUMOAbstractView::showViewschemeEditor().
void GUIDialog_ViewSettings::setCurrentScheme | ( | const std::string & | name | ) |
Sets the named scheme as the current.
[in] | The | name of the scheme that shall be set as current |
Definition at line 1578 of file GUIDialog_ViewSettings.cpp.
References MFXComboBoxIcon::getCurrentItem(), MFXComboBoxIcon::getItemText(), MFXComboBoxIcon::getNumItems(), mySchemeName, onCmdNameChange(), and MFXComboBoxIcon::setCurrentItem().
Referenced by GNEViewNet::setColorScheme(), and GUIViewTraffic::setColorScheme().
void GUIDialog_ViewSettings::show | ( | ) |
show view settings dialog
Definition at line 194 of file GUIDialog_ViewSettings.cpp.
References MFXDecalsTable::fillTable(), GUIVisualizationSettings::gridXSize, GUIVisualizationSettings::gridYSize, myDecalsTable, myGridXSizeDialer, myGridYSizeDialer, mySettings, myShowGrid, and GUIVisualizationSettings::showGrid.
Referenced by GUISUMOAbstractView::showViewschemeEditor().
|
protected |
update color ranges
Definition at line 413 of file GUIDialog_ViewSettings.cpp.
References GUIPropertyScheme< T >::addColor(), MFXUtils::getRGBColor(), GUIPropertyScheme< T >::isFixed(), GUIPropertyScheme< T >::removeColor(), GUIPropertyScheme< T >::setColor(), GUIPropertyScheme< T >::setThreshold(), and UNUSED_PARAMETER.
Referenced by onCmdColorChange().
|
protected |
reload known POI parameters
Definition at line 1561 of file GUIDialog_ViewSettings.cpp.
References GUISUMOAbstractView::getPOIParamKeys(), myParent, myPOITextParamKey, mySettings, and GUIVisualizationSettings::poiTextParam.
Referenced by onCmdColorChange().
|
protected |
update scale ranges
Definition at line 455 of file GUIDialog_ViewSettings.cpp.
References GUIPropertyScheme< T >::addColor(), GUIPropertyScheme< T >::isFixed(), GUIPropertyScheme< T >::removeColor(), GUIPropertyScheme< T >::setColor(), and GUIPropertyScheme< T >::setThreshold().
Referenced by onCmdColorChange().
|
protected |
reload known vehicle parameters
Definition at line 1542 of file GUIDialog_ViewSettings.cpp.
References GUISUMOAbstractView::getVehicleParamKeys(), myParent, mySettings, myVehicleParamKey, myVehicleScalingParamKey, myVehicleTextParamKey, GUIVisualizationSettings::vehicleParam, GUIVisualizationSettings::vehicleScaleParam, and GUIVisualizationSettings::vehicleTextParam.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 506 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 505 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 521 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 283 of file GUIDialog_ViewSettings.h.
Referenced by buildBackgroundFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
A backup of the settings (used if the "Cancel" button is pressed)
Definition at line 273 of file GUIDialog_ViewSettings.h.
Referenced by onCmdCancel(), onCmdNameChange(), onCmdSaveSetting(), and setCurrent().
|
protected |
additional colors
Definition at line 301 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 302 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 307 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 308 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 482 of file GUIDialog_ViewSettings.h.
Referenced by buildOpenGLFrame(), and onCmdOk().
|
protected |
Definition at line 410 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 411 of file GUIDialog_ViewSettings.h.
Referenced by buildContainersFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Containers.
Definition at line 406 of file GUIDialog_ViewSettings.h.
Referenced by buildContainersFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 408 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 407 of file GUIDialog_ViewSettings.h.
Referenced by buildContainersFrame(), and rebuildColorMatrices().
|
protected |
Definition at line 412 of file GUIDialog_ViewSettings.h.
|
protected |
Definition at line 504 of file GUIDialog_ViewSettings.h.
Referenced by buildContainersFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 406 of file GUIDialog_ViewSettings.h.
Referenced by buildContainersFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 518 of file GUIDialog_ViewSettings.h.
Referenced by buildContainersFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 305 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 306 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 409 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 412 of file GUIDialog_ViewSettings.h.
|
protected |
Definition at line 487 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 449 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 450 of file GUIDialog_ViewSettings.h.
Referenced by buildDataFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Data.
Definition at line 445 of file GUIDialog_ViewSettings.h.
Referenced by buildDataFrame(), onCmdColorChange(), onCmdNameChange(), and rebuildColorMatrices().
|
protected |
Definition at line 447 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 446 of file GUIDialog_ViewSettings.h.
Referenced by buildDataFrame(), and rebuildColorMatrices().
|
protected |
Definition at line 451 of file GUIDialog_ViewSettings.h.
Referenced by buildDataFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 454 of file GUIDialog_ViewSettings.h.
Referenced by buildDataFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 448 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 512 of file GUIDialog_ViewSettings.h.
Referenced by buildDataFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 284 of file GUIDialog_ViewSettings.h.
Referenced by buildBackgroundFrame(), loadDecals(), loadSettings(), onCmdClearDecals(), and show().
|
protectedinherited |
Definition at line 65 of file GUIPersistentWindowPos.h.
Referenced by GUIPersistentWindowPos::loadWindowPos().
|
protectedinherited |
Definition at line 64 of file GUIPersistentWindowPos.h.
Referenced by GUIPersistentWindowPos::loadWindowPos().
|
protectedinherited |
Definition at line 61 of file GUIPersistentWindowPos.h.
Referenced by GUIPersistentWindowPos::loadWindowPos().
|
protectedinherited |
Definition at line 62 of file GUIPersistentWindowPos.h.
Referenced by GUIPersistentWindowPos::loadWindowPos().
|
protected |
Definition at line 480 of file GUIDialog_ViewSettings.h.
Referenced by buildOpenGLFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 360 of file GUIDialog_ViewSettings.h.
Referenced by buildOpenGLFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
openGL
Definition at line 475 of file GUIDialog_ViewSettings.h.
Referenced by buildOpenGLFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 478 of file GUIDialog_ViewSettings.h.
Referenced by buildOpenGLFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 459 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 458 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 386 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
name panels
Definition at line 485 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
rainbow panels
Definition at line 525 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), onCmdNameChange(), rebuildColorMatrices(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 452 of file GUIDialog_ViewSettings.h.
Referenced by buildDataFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 490 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 489 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 479 of file GUIDialog_ViewSettings.h.
Referenced by buildOpenGLFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 476 of file GUIDialog_ViewSettings.h.
Referenced by buildOpenGLFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
|
protected |
Definition at line 468 of file GUIDialog_ViewSettings.h.
Referenced by build3DFrame(), and onCmdColorChange().
|
protected |
Definition at line 513 of file GUIDialog_ViewSettings.h.
Referenced by buildOpenGLFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 280 of file GUIDialog_ViewSettings.h.
Referenced by buildBackgroundFrame(), onCmdColorChange(), and show().
|
protected |
Definition at line 281 of file GUIDialog_ViewSettings.h.
Referenced by buildBackgroundFrame(), onCmdColorChange(), and show().
|
protected |
Definition at line 356 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 486 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 495 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 419 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 420 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
junctions
Definition at line 415 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 417 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 416 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), and rebuildColorMatrices().
|
protected |
Definition at line 493 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 491 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 494 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 336 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), onCmdNameChange(), rebuildColorMatrices(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 522 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 418 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 334 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 335 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 332 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 331 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), and rebuildColorMatrices().
|
protected |
... lane colorer
Definition at line 330 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), onCmdNameChange(), and rebuildColorMatrices().
|
protected |
... lane scaler
Definition at line 342 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), onCmdNameChange(), and rebuildColorMatrices().
|
protected |
Definition at line 362 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 346 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 347 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 344 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 343 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), and rebuildColorMatrices().
|
protected |
Definition at line 345 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 333 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 361 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 469 of file GUIDialog_ViewSettings.h.
Referenced by build3DFrame(), and onCmdColorChange().
|
protected |
Definition at line 339 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protectedinherited |
Definition at line 67 of file GUIPersistentWindowPos.h.
Referenced by GUIPersistentWindowPos::loadWindowPos().
|
protectedinherited |
Definition at line 68 of file GUIPersistentWindowPos.h.
Referenced by GUIPersistentWindowPos::loadWindowPos().
|
protected |
Definition at line 337 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
The parent view (which settings are changed)
Definition at line 267 of file GUIDialog_ViewSettings.h.
Referenced by getSUMOAbstractView(), loadDecals(), loadSettings(), onCmdCancel(), onCmdClearDecals(), onCmdColorChange(), onCmdExportSetting(), onCmdNameChange(), onCmdSaveSetting(), onCmdSaveXMLDecals(), rebuildColorMatrices(), saveDecals(), updatePOIParams(), updateVehicleParams(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 403 of file GUIDialog_ViewSettings.h.
Referenced by buildPersonsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 400 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 401 of file GUIDialog_ViewSettings.h.
Referenced by buildPersonsFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Persons.
Definition at line 396 of file GUIDialog_ViewSettings.h.
Referenced by buildPersonsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 398 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 397 of file GUIDialog_ViewSettings.h.
Referenced by buildPersonsFrame(), and rebuildColorMatrices().
|
protected |
Definition at line 502 of file GUIDialog_ViewSettings.h.
Referenced by buildPersonsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 396 of file GUIDialog_ViewSettings.h.
Referenced by buildPersonsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 517 of file GUIDialog_ViewSettings.h.
Referenced by buildPersonsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 399 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 313 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 323 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 503 of file GUIDialog_ViewSettings.h.
Referenced by buildPersonsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 427 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 428 of file GUIDialog_ViewSettings.h.
Referenced by buildPOIsFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
POIs.
Definition at line 423 of file GUIDialog_ViewSettings.h.
Referenced by buildPOIsFrame(), and onCmdColorChange().
|
protected |
Definition at line 425 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 424 of file GUIDialog_ViewSettings.h.
Referenced by buildPOIsFrame(), and rebuildColorMatrices().
|
protected |
Definition at line 432 of file GUIDialog_ViewSettings.h.
Referenced by buildPOIsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 430 of file GUIDialog_ViewSettings.h.
Referenced by buildPOIsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 507 of file GUIDialog_ViewSettings.h.
Referenced by buildPOIsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 423 of file GUIDialog_ViewSettings.h.
|
protected |
Definition at line 519 of file GUIDialog_ViewSettings.h.
Referenced by buildPOIsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 509 of file GUIDialog_ViewSettings.h.
Referenced by buildPOIsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 429 of file GUIDialog_ViewSettings.h.
Referenced by buildPOIsFrame(), onCmdColorChange(), and updatePOIParams().
|
protected |
Definition at line 426 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 508 of file GUIDialog_ViewSettings.h.
Referenced by buildPOIsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 431 of file GUIDialog_ViewSettings.h.
Referenced by buildPOIsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 439 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 440 of file GUIDialog_ViewSettings.h.
Referenced by buildPolygonsFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Polygons.
Definition at line 435 of file GUIDialog_ViewSettings.h.
Referenced by buildPolygonsFrame(), and onCmdColorChange().
|
protected |
Definition at line 437 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 436 of file GUIDialog_ViewSettings.h.
Referenced by buildPolygonsFrame(), and rebuildColorMatrices().
|
protected |
Definition at line 442 of file GUIDialog_ViewSettings.h.
Referenced by buildPolygonsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 510 of file GUIDialog_ViewSettings.h.
Referenced by buildPolygonsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 435 of file GUIDialog_ViewSettings.h.
|
protected |
Definition at line 520 of file GUIDialog_ViewSettings.h.
Referenced by buildPolygonsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 438 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 511 of file GUIDialog_ViewSettings.h.
Referenced by buildPolygonsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 441 of file GUIDialog_ViewSettings.h.
Referenced by buildPolygonsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 352 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 481 of file GUIDialog_ViewSettings.h.
Referenced by buildOpenGLFrame(), and onCmdColorChange().
|
protected |
Definition at line 315 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 325 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 531 of file GUIDialog_ViewSettings.h.
Referenced by buildHeader(), onCmdExportSetting(), and onUpdExportSetting().
|
protected |
Definition at line 530 of file GUIDialog_ViewSettings.h.
Referenced by buildHeader(), onCmdExportSetting(), and onUpdExportSetting().
|
protected |
Definition at line 529 of file GUIDialog_ViewSettings.h.
Referenced by buildHeader(), onCmdExportSetting(), and onUpdExportSetting().
|
protected |
load/save-menu
Definition at line 528 of file GUIDialog_ViewSettings.h.
Referenced by buildHeader(), onCmdExportSetting(), and onUpdExportSetting().
|
protected |
Definition at line 385 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 338 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 278 of file GUIDialog_ViewSettings.h.
Referenced by buildHeader(), getCurrentScheme(), loadSettings(), onCmdColorChange(), onCmdDeleteSetting(), onCmdNameChange(), onCmdSaveSetting(), onUpdDeleteSetting(), onUpdExportSetting(), onUpdSaveSetting(), and setCurrentScheme().
|
protected |
Definition at line 355 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 293 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 290 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 292 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 288 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 298 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 289 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 296 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 297 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 291 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 294 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 295 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
selection colors
Definition at line 287 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
The current settings.
Definition at line 270 of file GUIDialog_ViewSettings.h.
Referenced by build3DFrame(), buildAdditionalsFrame(), buildBackgroundFrame(), buildContainersFrame(), buildDataFrame(), buildDemandFrame(), buildHeader(), buildJunctionsFrame(), buildLegendFrame(), buildOpenGLFrame(), buildPersonsFrame(), buildPOIsFrame(), buildPolygonsFrame(), buildSelectionFrame(), buildStreetsFrame(), buildVehiclesFrame(), loadSettings(), onCmdCancel(), onCmdColorChange(), onCmdExportSetting(), onCmdNameChange(), onCmdSaveSetting(), rebuildColorMatrices(), setCurrent(), show(), updatePOIParams(), and updateVehicleParams().
|
protected |
Definition at line 467 of file GUIDialog_ViewSettings.h.
Referenced by build3DFrame(), and onCmdColorChange().
|
protected |
Definition at line 466 of file GUIDialog_ViewSettings.h.
Referenced by build3DFrame(), and onCmdColorChange().
|
protected |
3D
Definition at line 465 of file GUIDialog_ViewSettings.h.
Referenced by build3DFrame(), and onCmdColorChange().
|
protected |
Definition at line 350 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 380 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 382 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 383 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 388 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 461 of file GUIDialog_ViewSettings.h.
Referenced by buildLegendFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 279 of file GUIDialog_ViewSettings.h.
Referenced by buildBackgroundFrame(), onCmdColorChange(), and show().
|
protected |
buttons
Definition at line 457 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 349 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 351 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 357 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 353 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 381 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 387 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 402 of file GUIDialog_ViewSettings.h.
Referenced by buildPersonsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 354 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 384 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 460 of file GUIDialog_ViewSettings.h.
Referenced by buildLegendFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 358 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 462 of file GUIDialog_ViewSettings.h.
Referenced by buildLegendFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 472 of file GUIDialog_ViewSettings.h.
Referenced by build3DFrame(), and onCmdColorChange().
|
protected |
Definition at line 359 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 309 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 316 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 312 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protectedinherited |
whether window size shall be stored
Definition at line 59 of file GUIPersistentWindowPos.h.
Referenced by GUIPersistentWindowPos::loadWindowPos(), and GUIPersistentWindowPos::saveWindowPos().
|
protected |
Definition at line 488 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 453 of file GUIDialog_ViewSettings.h.
Referenced by buildDataFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 492 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 496 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 497 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 303 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 304 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 318 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 327 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 317 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 326 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
demand widths
Definition at line 322 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 477 of file GUIDialog_ViewSettings.h.
Referenced by buildOpenGLFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 369 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 370 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Vehicles.
Definition at line 365 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), onCmdNameChange(), and rebuildColorMatrices().
|
protected |
Definition at line 367 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 366 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), and rebuildColorMatrices().
|
protected |
Definition at line 498 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 391 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), rebuildColorMatrices(), and updateVehicleParams().
|
protected |
Definition at line 377 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 378 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
vehicle scaler
Definition at line 373 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), onCmdNameChange(), and rebuildColorMatrices().
|
protected |
Definition at line 375 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 374 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), and rebuildColorMatrices().
|
protected |
Definition at line 376 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 500 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 392 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), rebuildColorMatrices(), and updateVehicleParams().
|
protected |
Definition at line 365 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
size panels
Definition at line 516 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 501 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 393 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and updateVehicleParams().
|
protected |
Definition at line 368 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 311 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 499 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 314 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 324 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 310 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protectedinherited |
Name for storing in the registry.
Definition at line 56 of file GUIPersistentWindowPos.h.
Referenced by GUIPersistentWindowPos::loadWindowPos(), and GUIPersistentWindowPos::saveWindowPos().