![]() |
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 | SizePanel |
SizePanel. More... | |
Public Member Functions | |
std::string | getCurrentScheme () const |
Returns the name of the currently chosen scheme. More... | |
GUIDialog_ViewSettings () | |
FOX need this. More... | |
GUIDialog_ViewSettings (GUISUMOAbstractView *parent, GUIVisualizationSettings *settings, std::vector< GUISUMOAbstractView::Decal > *decals, FXMutex *decalsLock) | |
Constructor. More... | |
void | setCurrent (GUIVisualizationSettings *settings) |
Sets current settings (called if reopened) More... | |
void | setCurrentScheme (const std::string &) |
Sets the named scheme as the current. More... | |
void | show () |
show view settings dialog More... | |
~GUIDialog_ViewSettings () | |
Destructor. More... | |
FOX-callbacks | |
long | onCmdOk (FXObject *, FXSelector, void *) |
Called if the OK-button was pressed. More... | |
long | onCmdCancel (FXObject *, FXSelector, void *) |
Called if the Cancel-button was pressed. More... | |
long | onCmdColorChange (FXObject *, FXSelector, void *) |
Called if something (color, width, etc.) has been changed. More... | |
long | onCmdEditTable (FXObject *, FXSelector, void *data) |
Called if the decals-table was changed. More... | |
long | onCmdNameChange (FXObject *, FXSelector, void *) |
Called if the name of the scheme was changed. More... | |
long | onCmdSaveSetting (FXObject *, FXSelector, void *data) |
Called if the settings shall be saved into the registry. More... | |
long | onUpdSaveSetting (FXObject *, FXSelector, void *data) |
Called when updating the button that allows to save the settings into the registry. More... | |
long | onCmdDeleteSetting (FXObject *, FXSelector, void *data) |
Called if the settings shall be deleted. More... | |
long | onUpdDeleteSetting (FXObject *, FXSelector, void *data) |
Called when updating the button that allows to delete settings. More... | |
long | onCmdExportSetting (FXObject *, FXSelector, void *data) |
Called if the settings shall be exported into a file. More... | |
long | onUpdExportSetting (FXObject *, FXSelector, void *data) |
Called when updating the button that allows to export settings into a file. More... | |
long | onCmdImportSetting (FXObject *, FXSelector, void *data) |
Called if the settings shall be read from a file. More... | |
long | onUpdImportSetting (FXObject *, FXSelector, void *data) |
Called when updating the button that allows to read settings from a file. More... | |
long | onCmdLoadDecals (FXObject *, FXSelector, void *data) |
Called if the decals shall be loaded from a file. More... | |
long | onCmdSaveDecals (FXObject *, FXSelector, void *data) |
Called if the decals shall be saved to a file. More... | |
long | onCmdClearDecals (FXObject *, FXSelector, void *data) |
Called if the decals shall be cleared. More... | |
Protected Member Functions | |
void | buildButtons (FXVerticalFrame *contentFrame) |
build buttons More... | |
void | buildHeader (FXVerticalFrame *contentFrame) |
build header More... | |
void | loadDecals (const std::string &file) |
Loads decals from a file. More... | |
void | loadSettings (const std::string &file) |
Loads a scheme from a file. More... | |
void | loadWindowSize () |
load window position and size from the registry More... | |
void | rebuildColorMatrices (bool doCreate=false) |
Rebuilds color changing dialogs after choosing another coloring scheme. More... | |
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. More... | |
void | rebuildDecalsTable () |
Rebuilds the decals table. More... | |
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. More... | |
void | saveDecals (OutputDevice &dev) const |
Writes the currently used decals into a file. More... | |
void | saveWindowSize () |
save window position and size to the registry More... | |
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 More... | |
void | updatePOIParams () |
reload known POI parameters More... | |
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 More... | |
void | updateVehicleParams () |
reload known vehicle parameters More... | |
void | buildBackgroundFrame (FXTabBook *tabbook) |
build frames More... | |
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) More... | |
std::vector< GUISUMOAbstractView::Decal > * | myDecals = nullptr |
The parent's decals. More... | |
FXMutex * | myDecalsLock = nullptr |
Lock used when changing the decals. More... | |
FXTabItem * | myFrame3D = nullptr |
Frame3D. More... | |
GUISUMOAbstractView * | myParent = nullptr |
The parent view (which settings are changed) More... | |
GUIVisualizationSettings * | mySettings = nullptr |
The current settings. More... | |
Dialog elements | |
FXComboBox * | mySchemeName = nullptr |
FXCheckButton * | myShowGrid = nullptr |
FXRealSpinner * | myGridXSizeDialer = nullptr |
FXRealSpinner * | myGridYSizeDialer = nullptr |
FXColorWell * | myBackgroundColor = nullptr |
FXVerticalFrame * | myDecalsFrame = nullptr |
MFXAddEditTypedTable * | myDecalsTable = nullptr |
FXColorWell * | mySelectionColor = nullptr |
selection colors More... | |
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 More... | |
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 More... | |
FXRealSpinner * | myPersonTripWidth = nullptr |
FXRealSpinner * | myWalkWidth = nullptr |
FXRealSpinner * | myRideWidth = nullptr |
FXRealSpinner * | myTransportWidth = nullptr |
FXRealSpinner * | myTranshipWidth = nullptr |
MFXIconComboBox * | myLaneEdgeColorMode = nullptr |
... lane colorer More... | |
FXVerticalFrame * | myLaneColorSettingFrame = nullptr |
std::vector< FXColorWell * > | myLaneColors |
std::vector< FXRealSpinner * > | myLaneThresholds |
std::vector< FXButton * > | myLaneButtons |
FXCheckButton * | myLaneColorInterpolation = nullptr |
FXButton * | myLaneColorRainbow = nullptr |
FXCheckButton * | myLaneColorRainbowCheck = nullptr |
FXRealSpinner * | myLaneColorRainbowThreshold = nullptr |
FXCheckButton * | myLaneColorRainbowCheck2 = nullptr |
FXRealSpinner * | myLaneColorRainbowThreshold2 = nullptr |
FXButton * | myJunctionColorRainbow = nullptr |
FXComboBox * | myParamKey = nullptr |
FXComboBox * | myMeanDataID = nullptr |
MFXIconComboBox * | myLaneEdgeScaleMode = nullptr |
... lane scaler More... | |
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 * | myHideMacroConnectors = nullptr |
FXCheckButton * | myShowLaneDirection = nullptr |
FXCheckButton * | myShowSublanes = nullptr |
FXCheckButton * | mySpreadSuperposed = nullptr |
FXRealSpinner * | myLaneWidthUpscaleDialer = nullptr |
FXRealSpinner * | myLaneMinWidthDialer = nullptr |
MFXIconComboBox * | myVehicleColorMode |
Vehicles. More... | |
MFXIconComboBox * | myVehicleShapeDetail = nullptr |
FXVerticalFrame * | myVehicleColorSettingFrame = nullptr |
std::vector< FXColorWell * > | myVehicleColors |
std::vector< FXRealSpinner * > | myVehicleThresholds |
std::vector< FXButton * > | myVehicleButtons |
FXCheckButton * | myVehicleColorInterpolation = nullptr |
MFXIconComboBox * | myVehicleScaleMode = nullptr |
vehicle scaler More... | |
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 * | myShowParkingInfo = nullptr |
FXComboBox * | myVehicleParamKey = nullptr |
FXComboBox * | myVehicleTextParamKey = nullptr |
MFXIconComboBox * | myPersonColorMode |
Persons. More... | |
MFXIconComboBox * | myPersonShapeDetail = nullptr |
FXVerticalFrame * | myPersonColorSettingFrame = nullptr |
std::vector< FXColorWell * > | myPersonColors |
std::vector< FXRealSpinner * > | myPersonThresholds |
std::vector< FXButton * > | myPersonButtons |
FXCheckButton * | myPersonColorInterpolation = nullptr |
MFXIconComboBox * | myContainerColorMode |
Containers. More... | |
MFXIconComboBox * | 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 |
MFXIconComboBox * | myJunctionColorMode = nullptr |
junctions More... | |
FXVerticalFrame * | myJunctionColorSettingFrame = nullptr |
std::vector< FXColorWell * > | myJunctionColors |
std::vector< FXRealSpinner * > | myJunctionThresholds |
std::vector< FXButton * > | myJunctionButtons |
FXCheckButton * | myJunctionColorInterpolation = nullptr |
MFXIconComboBox * | myPOIColorMode |
POIs. More... | |
MFXIconComboBox * | 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 |
MFXIconComboBox * | myPolyColorMode |
Polygons. More... | |
MFXIconComboBox * | myPolyShapeDetail = nullptr |
FXVerticalFrame * | myPolyColorSettingFrame = nullptr |
std::vector< FXColorWell * > | myPolyColors |
std::vector< FXRealSpinner * > | myPolyThresholds |
std::vector< FXButton * > | myPolyButtons |
FXCheckButton * | myPolyColorInterpolation = nullptr |
MFXIconComboBox * | myDataColorMode = nullptr |
Data. More... | |
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 |
FXButton * | myDataColorRainbow = nullptr |
FXCheckButton * | myDataColorRainbowCheck = nullptr |
FXRealSpinner * | myDataColorRainbowThreshold = nullptr |
FXCheckButton * | myShowLane2Lane = nullptr |
buttons More... | |
FXCheckButton * | myDrawJunctionShape = nullptr |
FXCheckButton * | myDrawCrossingsAndWalkingAreas = nullptr |
FXCheckButton * | myShowSizeLegend = nullptr |
FXCheckButton * | myShowColorLegend = nullptr |
FXCheckButton * | myShowVehicleColorLegend = nullptr |
FXCheckButton * | myShow3DTLSLinkMarkers = nullptr |
3D More... | |
FXCheckButton * | myShow3DTLSDomes = nullptr |
FXCheckButton * | myGenerate3DTLSModels = nullptr |
FXSpinner * | myLight3DFactor = nullptr |
FXColorWell * | mySkyColor = nullptr |
FXCheckButton * | myDither = nullptr |
openGL More... | |
FXCheckButton * | myFPS = nullptr |
FXCheckButton * | myDrawBoundaries = nullptr |
FXCheckButton * | myForceDrawForPositionSelection = nullptr |
FXCheckButton * | myForceDrawForRectangleSelection = nullptr |
FXButton * | myRecalculateBoundaries = nullptr |
NamePanel * | myEdgeNamePanel = nullptr |
name panels More... | |
NamePanel * | myInternalEdgeNamePanel = nullptr |
NamePanel * | myCwaEdgeNamePanel = nullptr |
NamePanel * | myStreetNamePanel = nullptr |
NamePanel * | myEdgeValuePanel = 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 More... | |
SizePanel * | myPersonSizePanel = nullptr |
SizePanel * | myContainerSizePanel = nullptr |
SizePanel * | myPOISizePanel = nullptr |
SizePanel * | myPolySizePanel = nullptr |
SizePanel * | myAddSizePanel = nullptr |
SizePanel * | myJunctionSizePanel = nullptr |
FXCheckButton * | mySaveViewPort = nullptr |
load/save-menu More... | |
FXCheckButton * | mySaveDelay = nullptr |
FXCheckButton * | mySaveDecals = nullptr |
FXCheckButton * | mySaveBreakpoints = nullptr |
Private Member Functions | |
GUIDialog_ViewSettings (const GUIDialog_ViewSettings &s)=delete | |
invalidated copy constructor More... | |
GUIDialog_ViewSettings & | operator= (const GUIDialog_ViewSettings &s)=delete |
invalidated assignment operator More... | |
The dialog to change the view (gui) settings.
Definition at line 45 of file GUIDialog_ViewSettings.h.
GUIDialog_ViewSettings::GUIDialog_ViewSettings | ( | GUISUMOAbstractView * | parent, |
GUIVisualizationSettings * | settings, | ||
std::vector< GUISUMOAbstractView::Decal > * | decals, | ||
FXMutex * | decalsLock | ||
) |
Constructor.
[in] | parent | The view to report changed settings to |
[in,out] | settings | The current settings that can be changed |
[in] | laneEdgeModeSource | Class storing known lane coloring schemes |
[in] | vehicleModeSource | Class storing known vehicle coloring schemes |
[in] | decals | Decals used |
[in] | decalsLock | A lock to set if the decals are changed |
Definition at line 87 of file GUIDialog_ViewSettings.cpp.
References EMPTY, GUIIconSubSys::getIcon(), GUIDesignViewSettingsTabBook1, and GUIDesignViewSettingsVerticalFrame1.
|
inline |
FOX need this.
Definition at line 148 of file GUIDialog_ViewSettings.h.
GUIDialog_ViewSettings::~GUIDialog_ViewSettings | ( | ) |
Destructor.
Definition at line 147 of file GUIDialog_ViewSettings.cpp.
References myAddFullNamePanel, myAddNamePanel, myAddSizePanel, myCwaEdgeNamePanel, myDataValuePanel, myEdgeNamePanel, myEdgeValuePanel, myGeometryIndicesPanel, myInternalEdgeNamePanel, myInternalJunctionNamePanel, myJunctionIDPanel, myJunctionIndexPanel, myJunctionNamePanel, 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 2411 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, myShow3DTLSDomes, myShow3DTLSLinkMarkers, mySkyColor, RGBColor::red(), GUIVisualizationSettings::show3DTLSDomes, GUIVisualizationSettings::show3DTLSLinkMarkers, GUIVisualizationSettings::skyColor, and UNUSED_PARAMETER.
|
protected |
Definition at line 2142 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, GUIVisualizationColorSettings::trainStopColor, and GUIVisualizationColorSettings::trainStopColorSign.
|
protected |
build frames
Definition at line 1804 of file GUIDialog_ViewSettings.cpp.
References GUIVisualizationSettings::backgroundColor, 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, MID_SIMPLE_VIEW_SAVE_DECALS, myBackgroundColor, myDecalsFrame, myGridXSizeDialer, myGridYSizeDialer, mySettings, myShowGrid, GUIVisualizationSettings::showGrid, and TL.
|
protected |
build buttons
Definition at line 2454 of file GUIDialog_ViewSettings.cpp.
References GUIDesignViewSettingsButton2, GUIDesignViewSettingsButton3, GUIDesignViewSettingsHorizontalFrame2, MID_SETTINGS_CANCEL, MID_SETTINGS_OK, OK, and TL.
|
protected |
Definition at line 2064 of file GUIDialog_ViewSettings.cpp.
References MFXIconComboBox::appendIconItem(), GUIVisualizationSettings::containerColorer, GUIVisualizationSettings::containerName, GUIVisualizationSettings::containerQuality, GUIVisualizationSettings::containerSize, GUIPropertySchemeStorage< T >::fill(), GLO_CONTAINER, GUIDesignCheckButtonViewSettings, GUIDesignComboBoxStatic, GUIDesignHorizontalSeparator, GUIDesignMatrixViewSettings, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsMatrix1, GUIDesignViewSettingsMatrix3, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, GUIDesignViewSettingsVerticalFrame4, MID_SIMPLE_VIEW_COLORCHANGE, myContainerColorInterpolation, myContainerColorMode, myContainerColorSettingFrame, myContainerNamePanel, myContainerShapeDetail, myContainerSizePanel, mySettings, MFXIconComboBox::setCurrentItem(), and MFXIconComboBox::setNumVisible().
|
protected |
Definition at line 2319 of file GUIDialog_ViewSettings.cpp.
References GUIVisualizationSettings::dataColorer, GUIVisualizationSettings::dataValue, GUIVisualizationSettings::edgeRelWidthExaggeration, GUIPropertySchemeStorage< T >::fill(), GUIDesignCheckButtonViewSettings, GUIDesignComboBoxStatic, GUIDesignHorizontalSeparator, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsMatrix1, GUIDesignViewSettingsMatrix3, GUIDesignViewSettingsSpinDial2, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, GUIDesignViewSettingsVerticalFrame4, GUIDesignViewSettingsVerticalFrame6, MID_SIMPLE_VIEW_COLORCHANGE, myDataColorInterpolation, myDataColorMode, myDataColorRainbow, myDataColorRainbowCheck, myDataColorRainbowThreshold, myDataColorSettingFrame, myDataParamKey, myDataValuePanel, myEdgeRelationUpscaleDialer, mySettings, myTazRelationUpscaleDialer, MFXIconComboBox::setNumVisible(), GUIPropertySchemeStorage< T >::size(), and GUIVisualizationSettings::tazRelWidthExaggeration.
|
protected |
Definition at line 2175 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, 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 1775 of file GUIDialog_ViewSettings.cpp.
References GUIIconSubSys::getIcon(), GUICompleteSchemeStorage::getNames(), gSchemeStorage, GUIDesignButtonToolbar, 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_CONFIG, REMOVEDB, SAVE, SAVEDB, and TL.
|
protected |
Definition at line 2103 of file GUIDialog_ViewSettings.cpp.
References GUIVisualizationSettings::cwaEdgeName, GUIVisualizationSettings::drawCrossingsAndWalkingareas, GUIVisualizationSettings::drawJunctionShape, GUIVisualizationSettings::drawLinkJunctionIndex, GUIVisualizationSettings::drawLinkTLIndex, GUIPropertySchemeStorage< T >::fill(), GLO_JUNCTION, GUIDesignCheckButtonViewSettings, GUIDesignComboBoxStatic, GUIDesignHorizontalSeparator, GUIDesignMatrixViewSettings, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsMatrix3, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, GUIDesignViewSettingsVerticalFrame4, GUIVisualizationSettings::internalEdgeName, GUIVisualizationSettings::internalJunctionName, GUIVisualizationSettings::junctionColorer, GUIVisualizationSettings::junctionID, GUIVisualizationSettings::junctionName, GUIVisualizationSettings::junctionSize, MID_SIMPLE_VIEW_COLORCHANGE, myCwaEdgeNamePanel, myDrawCrossingsAndWalkingAreas, myDrawJunctionShape, myInternalEdgeNamePanel, myInternalJunctionNamePanel, myJunctionColorInterpolation, myJunctionColorMode, myJunctionColorRainbow, myJunctionColorSettingFrame, myJunctionIDPanel, myJunctionIndexPanel, myJunctionNamePanel, myJunctionSizePanel, mySettings, myShowLane2Lane, myTLIndexPanel, myTLSPhaseIndexPanel, myTLSPhaseNamePanel, MFXIconComboBox::setNumVisible(), GUIVisualizationSettings::showLane2Lane, TL, GUIVisualizationSettings::tlsPhaseIndex, and GUIVisualizationSettings::tlsPhaseName.
|
protected |
Definition at line 2363 of file GUIDialog_ViewSettings.cpp.
References GUIDesignMatrixViewSettings, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, MID_SIMPLE_VIEW_COLORCHANGE, mySettings, myShowColorLegend, myShowSizeLegend, myShowVehicleColorLegend, GUIVisualizationSettings::showColorLegend, GUIVisualizationSettings::showSizeLegend, and GUIVisualizationSettings::showVehicleColorLegend.
|
protected |
Definition at line 2382 of file GUIDialog_ViewSettings.cpp.
References GUIVisualizationSettings::dither, GUIVisualizationSettings::drawBoundaries, GUIVisualizationSettings::forceDrawForPositionSelection, GUIVisualizationSettings::forceDrawForRectangleSelection, GUIVisualizationSettings::fps, GUIVisualizationSettings::geometryIndices, GUIDesignMatrixViewSettings, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, MID_SIMPLE_VIEW_COLORCHANGE, myDither, myDrawBoundaries, myForceDrawForPositionSelection, myForceDrawForRectangleSelection, myFPS, myGeometryIndicesPanel, myRecalculateBoundaries, and mySettings.
|
protected |
Definition at line 2024 of file GUIDialog_ViewSettings.cpp.
References MFXIconComboBox::appendIconItem(), GUIPropertySchemeStorage< T >::fill(), GLO_PERSON, GUIDesignCheckButtonViewSettings, GUIDesignComboBoxStatic, GUIDesignHorizontalSeparator, GUIDesignMatrixViewSettings, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsMatrix1, GUIDesignViewSettingsMatrix3, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, GUIDesignViewSettingsVerticalFrame4, MID_SIMPLE_VIEW_COLORCHANGE, myPersonColorInterpolation, myPersonColorMode, myPersonColorSettingFrame, myPersonNamePanel, myPersonShapeDetail, myPersonSizePanel, myPersonValuePanel, mySettings, GUIVisualizationSettings::personColorer, GUIVisualizationSettings::personName, GUIVisualizationSettings::personQuality, GUIVisualizationSettings::personSize, GUIVisualizationSettings::personValue, MFXIconComboBox::setCurrentItem(), MFXIconComboBox::setNumVisible(), and GUIPropertySchemeStorage< T >::size().
|
protected |
Definition at line 2222 of file GUIDialog_ViewSettings.cpp.
References GUIPropertySchemeStorage< T >::fill(), GLO_POI, GUIDesignCheckButtonViewSettings, GUIDesignComboBoxStatic, GUIDesignHorizontalSeparator, GUIDesignMatrixViewSettings, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsMatrix3, GUIDesignViewSettingsSpinDial2, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, GUIDesignViewSettingsVerticalFrame4, MID_SIMPLE_VIEW_COLORCHANGE, GUIDialog_ViewSettings::NamePanel::myMatrix0, myPOIColorInterpolation, myPOIColorMode, myPOIColorSettingFrame, myPoiDetail, myPOINamePanel, myPOISizePanel, myPOITextPanel, myPOITextParamKey, myPOITypePanel, mySettings, GUIVisualizationSettings::poiColorer, GUIVisualizationSettings::poiDetail, GUIVisualizationSettings::poiName, GUIVisualizationSettings::poiSize, GUIVisualizationSettings::poiText, GUIVisualizationSettings::poiType, and MFXIconComboBox::setNumVisible().
|
protected |
Definition at line 2257 of file GUIDialog_ViewSettings.cpp.
References GUIPropertySchemeStorage< T >::fill(), GLO_POLYGON, GUIDesignCheckButtonViewSettings, GUIDesignComboBoxStatic, GUIDesignHorizontalSeparator, GUIDesignMatrixViewSettings, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsMatrix3, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, GUIDesignViewSettingsVerticalFrame4, MID_SIMPLE_VIEW_COLORCHANGE, myPolyColorInterpolation, myPolyColorMode, myPolyColorSettingFrame, myPolyNamePanel, myPolySizePanel, myPolyTypePanel, mySettings, GUIVisualizationSettings::polyColorer, GUIVisualizationSettings::polyName, GUIVisualizationSettings::polySize, GUIVisualizationSettings::polyType, MFXIconComboBox::setNumVisible(), and GUIPropertySchemeStorage< T >::size().
|
protected |
Definition at line 2282 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, and GUIVisualizationColorSettings::selectionColor.
|
protected |
Definition at line 1842 of file GUIDialog_ViewSettings.cpp.
References GUIVisualizationSettings::edgeColorer, GUIVisualizationSettings::edgeName, GUIVisualizationSettings::edgeScaler, GUIVisualizationSettings::edgeValue, GUIVisualizationSettings::edgeValueHideThreshold, GUIVisualizationSettings::edgeValueHideThreshold2, GUIPropertySchemeStorage< T >::fill(), GUIDesignCheckButtonViewSettings, GUIDesignComboBoxStatic, GUIDesignHorizontalSeparator, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsMatrix1, GUIDesignViewSettingsMatrix3, GUIDesignViewSettingsSpinDial2, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, GUIDesignViewSettingsVerticalFrame4, GUIDesignViewSettingsVerticalFrame6, GUIVisualizationSettings::hideConnectors, GUIVisualizationSettings::laneColorer, GUIVisualizationSettings::laneMinSize, GUIVisualizationSettings::laneScaler, GUIVisualizationSettings::laneShowBorders, GUIVisualizationSettings::laneWidthExaggeration, MID_SIMPLE_VIEW_COLORCHANGE, myEdgeNamePanel, myEdgeValuePanel, myHideMacroConnectors, myLaneColorInterpolation, myLaneColorRainbow, myLaneColorRainbowCheck, myLaneColorRainbowCheck2, myLaneColorRainbowThreshold, myLaneColorRainbowThreshold2, myLaneColorSettingFrame, myLaneEdgeColorMode, myLaneEdgeScaleMode, myLaneMinWidthDialer, myLaneScaleInterpolation, myLaneScaleSettingFrame, myLaneWidthUpscaleDialer, myMeanDataID, myParamKey, myRealisticLinkRules, mySettings, myShowBikeMarkings, myShowLaneBorders, myShowLaneDecals, myShowLaneDirection, myShowLinkRules, myShowRails, myShowSublanes, mySpreadSuperposed, myStreetNamePanel, GUIVisualizationSettings::realisticLinkRules, MFXIconComboBox::setNumVisible(), GUIVisualizationSettings::showBikeMarkings, GUIVisualizationSettings::showLaneDirection, GUIVisualizationSettings::showLinkDecals, GUIVisualizationSettings::showLinkRules, GUIVisualizationSettings::showRails, GUIVisualizationSettings::showSublanes, GUIPropertySchemeStorage< T >::size(), GUIVisualizationSettings::spreadSuperposed, GUIVisualizationSettings::streetName, TL, and GUIVisualizationSettings::UseMesoSim.
|
protected |
Definition at line 1943 of file GUIDialog_ViewSettings.cpp.
References MFXIconComboBox::appendIconItem(), GUIVisualizationSettings::drawBrakeGap, GUIVisualizationSettings::drawMinGap, GUIPropertySchemeStorage< T >::fill(), GLO_VEHICLE, GUIDesignCheckButtonViewSettings, GUIDesignComboBoxStatic, GUIDesignHorizontalSeparator, GUIDesignMatrixViewSettings, GUIDesignViewSettingsLabel1, GUIDesignViewSettingsMatrix1, GUIDesignViewSettingsMatrix3, GUIDesignViewSettingsTabItemBook1, GUIDesignViewSettingsVerticalFrame2, GUIDesignViewSettingsVerticalFrame4, GUIDesignViewSettingsVerticalFrame6, MID_SIMPLE_VIEW_COLORCHANGE, GUIDialog_ViewSettings::NamePanel::myMatrix0, myScaleLength, mySettings, myShowBlinker, myShowBrakeGap, myShowBTRange, myShowMinGap, myShowParkingInfo, myShowRouteIndex, myVehicleColorInterpolation, myVehicleColorMode, myVehicleColorSettingFrame, myVehicleNamePanel, myVehicleParamKey, myVehicleScaleInterpolation, myVehicleScaleMode, myVehicleScaleSettingFrame, myVehicleScaleValuePanel, myVehicleShapeDetail, myVehicleSizePanel, myVehicleTextPanel, myVehicleTextParamKey, myVehicleValuePanel, GUIVisualizationSettings::scaleLength, MFXIconComboBox::setCurrentItem(), MFXIconComboBox::setNumVisible(), GUIVisualizationSettings::showBlinker, GUIVisualizationSettings::showBTRange, GUIVisualizationSettings::showParkingInfo, GUIVisualizationSettings::showRouteIndex, GUIPropertySchemeStorage< T >::size(), 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 1638 of file GUIDialog_ViewSettings.cpp.
References mySchemeName.
Referenced by GUIViewTraffic::setColorScheme(), and GNEViewNet::setColorScheme().
|
protected |
Loads decals from a file.
[in] | file | The name of the file to read the decals from |
Definition at line 943 of file GUIDialog_ViewSettings.cpp.
References GUISettingsHandler::getDecals(), GUISettingsHandler::hasDecals(), myDecalsLock, myParent, and rebuildDecalsTable().
Referenced by onCmdLoadDecals().
|
protected |
Loads a scheme from a file.
[in] | file | The name of the file to read the settings from |
Definition at line 888 of file GUIDialog_ViewSettings.cpp.
References GUISettingsHandler::addSettings(), GUISettingsHandler::applyViewport(), GUICompleteSchemeStorage::get(), GUISettingsHandler::getBreakpoints(), GUISettingsHandler::getDecals(), GUISettingsHandler::getDelay(), gSchemeStorage, GUISettingsHandler::hasDecals(), myDecalsLock, myParent, mySchemeName, mySettings, GUIVisualizationSettings::netedit, rebuildColorMatrices(), rebuildDecalsTable(), GUISUMOAbstractView::setBreakpoints(), and GUISUMOAbstractView::setDelay().
Referenced by onCmdImportSetting().
|
protected |
load window position and size from the registry
Definition at line 1760 of file GUIDialog_ViewSettings.cpp.
long GUIDialog_ViewSettings::onCmdCancel | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
Called if the Cancel-button was pressed.
Definition at line 214 of file GUIDialog_ViewSettings.cpp.
References GUIVisualizationSettings::copy(), myBackup, myParent, mySettings, and saveWindowSize().
Referenced by FXDEFMAP().
long GUIDialog_ViewSettings::onCmdClearDecals | ( | FXObject * | , |
FXSelector | , | ||
void * | data | ||
) |
Called if the decals shall be cleared.
Definition at line 1148 of file GUIDialog_ViewSettings.cpp.
References myDecals, myDecalsLock, myParent, and rebuildDecalsTable().
Referenced by FXDEFMAP().
long GUIDialog_ViewSettings::onCmdColorChange | ( | FXObject * | sender, |
FXSelector | , | ||
void * | |||
) |
Called if something (color, width, etc.) has been changed.
Definition at line 483 of file GUIDialog_ViewSettings.cpp.
References GUICompleteSchemeStorage::add(), GUIVisualizationSettings::addFullName, GUIVisualizationSettings::addName, GUIVisualizationSettings::addSize, GUIVisualizationSettings::ambient3DLight, GUIVisualizationSettings::backgroundColor, GUISUMOAbstractView::buildColorRainbow(), GUIVisualizationColorSettings::busStopColor, GUIVisualizationColorSettings::busStopColorSign, 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::dataValueHideCheck, GUIVisualizationSettings::dataValueHideThreshold, GUIVisualizationSettings::diffuse3DLight, GUIVisualizationSettings::dither, GUIVisualizationSettings::drawBoundaries, GUIVisualizationSettings::drawBrakeGap, GUIVisualizationSettings::drawCrossingsAndWalkingareas, GUIVisualizationSettings::drawJunctionShape, GUIVisualizationSettings::drawLinkJunctionIndex, GUIVisualizationSettings::drawLinkTLIndex, GUIVisualizationSettings::drawMinGap, GUIVisualizationSettings::edgeColorer, GUIVisualizationSettings::edgeData, GUIVisualizationSettings::edgeDataID, GUIVisualizationSettings::edgeName, GUIVisualizationSettings::edgeParam, GUIVisualizationSettings::edgeRelWidthExaggeration, GUIVisualizationSettings::edgeScaler, GUIVisualizationSettings::edgeValue, GUIVisualizationSettings::edgeValueHideCheck, GUIVisualizationSettings::edgeValueHideCheck2, GUIVisualizationSettings::edgeValueHideThreshold, GUIVisualizationSettings::edgeValueHideThreshold2, GUIVisualizationSettings::forceDrawForPositionSelection, GUIVisualizationSettings::forceDrawForRectangleSelection, GUIVisualizationSettings::fps, GUIVisualizationSettings::generate3DTLSModels, GUIVisualizationSettings::geometryIndices, GUICompleteSchemeStorage::get(), GUIPropertySchemeStorage< T >::getActive(), GUISUMOAbstractView::getColoringSchemesCombo(), MFXIconComboBox::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(), 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::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, myContainerButtons, myContainerColorInterpolation, myContainerColorMode, myContainerColors, myContainerNamePanel, myContainerShapeDetail, myContainerSizePanel, myContainerStopColor, myContainerStopColorSign, myContainerThresholds, myCwaEdgeNamePanel, myDataButtons, myDataColorInterpolation, myDataColorMode, myDataColorRainbow, myDataColorRainbowCheck, myDataColorRainbowThreshold, myDataColors, myDataParamKey, myDataThresholds, myDataValuePanel, myDither, myDrawBoundaries, myDrawCrossingsAndWalkingAreas, myDrawJunctionShape, myEdgeNamePanel, myEdgeRelationUpscaleDialer, myEdgeValuePanel, myForceDrawForPositionSelection, myForceDrawForRectangleSelection, myFPS, myGenerate3DTLSModels, myGeometryIndicesPanel, myGridXSizeDialer, myGridYSizeDialer, myHideMacroConnectors, myInternalEdgeNamePanel, myInternalJunctionNamePanel, myJunctionButtons, myJunctionColorInterpolation, myJunctionColorMode, myJunctionColorRainbow, myJunctionColors, myJunctionIDPanel, myJunctionIndexPanel, myJunctionNamePanel, myJunctionSizePanel, myJunctionThresholds, myLaneButtons, myLaneColorInterpolation, myLaneColorRainbow, myLaneColorRainbowCheck, myLaneColorRainbowCheck2, myLaneColorRainbowThreshold, myLaneColorRainbowThreshold2, myLaneColors, myLaneEdgeColorMode, myLaneEdgeScaleMode, myLaneMinWidthDialer, myLaneScaleButtons, myLaneScaleInterpolation, myLaneScales, myLaneScaleThresholds, myLaneThresholds, myLaneWidthUpscaleDialer, myLight3DFactor, myMeanDataID, myParamKey, myParent, myPersonButtons, myPersonColorInterpolation, myPersonColorMode, myPersonColors, myPersonNamePanel, myPersonShapeDetail, myPersonSizePanel, myPersonThresholds, myPersonTripColor, myPersonTripWidth, myPersonValuePanel, myPOIButtons, myPOIColorInterpolation, myPOIColorMode, myPOIColors, myPoiDetail, myPOINamePanel, myPOISizePanel, myPOITextPanel, myPOITextParamKey, myPOIThresholds, myPOITypePanel, myPolyButtons, myPolyColorInterpolation, myPolyColorMode, myPolyColors, myPolyNamePanel, myPolySizePanel, myPolyThresholds, myPolyTypePanel, myRealisticLinkRules, myRecalculateBoundaries, myRideColor, myRideWidth, myScaleLength, mySchemeName, mySelectedAdditionalColor, mySelectedConnectionColor, mySelectedCrossingColor, mySelectedEdgeColor, mySelectedEdgeDataColor, mySelectedLaneColor, mySelectedPersonColor, mySelectedPersonPlanColor, mySelectedProhibitionColor, mySelectedRouteColor, mySelectedVehicleColor, mySelectionColor, mySettings, myShow3DTLSDomes, myShow3DTLSLinkMarkers, myShowBikeMarkings, myShowBlinker, myShowBrakeGap, myShowBTRange, myShowColorLegend, myShowGrid, myShowLane2Lane, myShowLaneBorders, myShowLaneDecals, myShowLaneDirection, myShowLinkRules, myShowMinGap, myShowParkingInfo, myShowRails, myShowRouteIndex, myShowSizeLegend, myShowSublanes, myShowVehicleColorLegend, mySkyColor, mySpreadSuperposed, myStopColor, myStopContainersColor, myStopPersonsColor, myStreetNamePanel, myTazRelationUpscaleDialer, myTLIndexPanel, myTLSPhaseIndexPanel, myTLSPhaseNamePanel, myTrainStopColor, myTrainStopColorSign, myTranshipColor, myTranshipWidth, myTransportColor, myTransportWidth, myTripWidth, myVehicleButtons, myVehicleColorInterpolation, myVehicleColorMode, myVehicleColors, myVehicleNamePanel, myVehicleParamKey, myVehicleScaleButtons, myVehicleScaleInterpolation, myVehicleScaleMode, myVehicleScales, myVehicleScaleThresholds, myVehicleScaleValuePanel, myVehicleShapeDetail, myVehicleSizePanel, myVehicleTextPanel, myVehicleTextParamKey, myVehicleThresholds, myVehicleTripsColor, myVehicleValuePanel, myWalkColor, myWalkWidth, myWaypointColor, GUIVisualizationSettings::name, GUIVisualizationSettings::netedit, GUIVisualizationSettings::personColorer, GUIVisualizationSettings::personName, GUIVisualizationSettings::personQuality, GUIVisualizationSettings::personSize, GUIVisualizationColorSettings::personTripColor, GUIVisualizationWidthSettings::personTripWidth, GUIVisualizationSettings::personValue, GUIVisualizationSettings::poiColorer, GUIVisualizationSettings::poiDetail, GUIVisualizationSettings::poiName, GUIVisualizationSettings::poiSize, GUIVisualizationSettings::poiText, GUIVisualizationSettings::poiTextParam, GUIVisualizationSettings::poiType, GUIVisualizationSettings::polyColorer, GUIVisualizationSettings::polyName, GUIVisualizationSettings::polySize, GUIVisualizationSettings::polyType, 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, 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(), GUIPropertyScheme< T >::setInterpolated(), GUIVisualizationSettings::show3DTLSDomes, GUIVisualizationSettings::show3DTLSLinkMarkers, GUIVisualizationSettings::showBikeMarkings, GUIVisualizationSettings::showBlinker, GUIVisualizationSettings::showBTRange, GUIVisualizationSettings::showColorLegend, GUIVisualizationSettings::showGrid, GUIVisualizationSettings::showLane2Lane, GUIVisualizationSettings::showLaneDirection, GUIVisualizationSettings::showLinkDecals, GUIVisualizationSettings::showLinkRules, GUIVisualizationSettings::showParkingInfo, 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, updateColorRanges(), updatePOIParams(), updateScaleRanges(), updateVehicleParams(), GUIVisualizationSettings::UseMesoSim, GUIVisualizationSettings::vehicleColorer, GUIVisualizationSettings::vehicleName, GUIVisualizationSettings::vehicleParam, GUIVisualizationSettings::vehicleQuality, 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 1019 of file GUIDialog_ViewSettings.cpp.
References GUICompleteSchemeStorage::getNumInitialSettings(), gSchemeStorage, mySchemeName, onCmdNameChange(), GUICompleteSchemeStorage::remove(), and GUICompleteSchemeStorage::writeSettings().
Referenced by FXDEFMAP().
long GUIDialog_ViewSettings::onCmdEditTable | ( | FXObject * | , |
FXSelector | , | ||
void * | data | ||
) |
Called if the decals-table was changed.
Definition at line 1532 of file GUIDialog_ViewSettings.cpp.
References GUISUMOAbstractView::Decal::centerX, GUISUMOAbstractView::Decal::centerY, MFXEditedTableItem::col, GUISUMOAbstractView::Decal::filename, GUISUMOAbstractView::getGridHeight(), GUISUMOAbstractView::getGridWidth(), GUISUMOAbstractView::Decal::height, GUISUMOAbstractView::Decal::initialised, MFXEditedTableItem::item, GUISUMOAbstractView::Decal::layer, myDecals, myDecalsLock, myParent, rebuildDecalsTable(), GUISUMOAbstractView::Decal::rot, MFXEditedTableItem::row, GUISUMOAbstractView::Decal::screenRelative, StringUtils::substituteEnvironment(), TL, StringUtils::toBool(), StringUtils::toDouble(), StringUtils::trim(), MFXEditedTableItem::updateOnly, and GUISUMOAbstractView::Decal::width.
Referenced by FXDEFMAP().
long GUIDialog_ViewSettings::onCmdExportSetting | ( | FXObject * | , |
FXSelector | , | ||
void * | data | ||
) |
Called if the settings shall be exported into a file.
Definition at line 1044 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 1095 of file GUIDialog_ViewSettings.cpp.
References gCurrentFolder, GUIIconSubSys::getIcon(), loadSettings(), OPEN_CONFIG, and TL.
Referenced by FXDEFMAP().
long GUIDialog_ViewSettings::onCmdLoadDecals | ( | FXObject * | , |
FXSelector | , | ||
void * | data | ||
) |
Called if the decals shall be loaded from a file.
Definition at line 1112 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 224 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::dataValueHideCheck, GUIVisualizationSettings::dataValueHideThreshold, GUIVisualizationSettings::dither, GUIVisualizationSettings::drawBoundaries, GUIVisualizationSettings::drawBrakeGap, GUIVisualizationSettings::drawCrossingsAndWalkingareas, GUIVisualizationSettings::drawJunctionShape, GUIVisualizationSettings::drawLinkJunctionIndex, GUIVisualizationSettings::drawLinkTLIndex, GUIVisualizationSettings::drawMinGap, GUIVisualizationSettings::edgeName, GUIVisualizationSettings::edgeRelWidthExaggeration, GUIVisualizationSettings::edgeValue, GUIVisualizationSettings::edgeValueHideCheck, GUIVisualizationSettings::edgeValueHideCheck2, GUIVisualizationSettings::edgeValueHideThreshold, GUIVisualizationSettings::edgeValueHideThreshold2, GUIVisualizationSettings::forceDrawForPositionSelection, GUIVisualizationSettings::forceDrawForRectangleSelection, GUIVisualizationSettings::fps, GUIVisualizationSettings::geometryIndices, GUICompleteSchemeStorage::get(), GUIPropertySchemeStorage< T >::getActive(), MFXUtils::getFXColor(), GUIVisualizationSettings::getLaneEdgeMode(), GUIVisualizationSettings::getLaneEdgeScaleMode(), gSchemeStorage, GUIVisualizationSettings::hideConnectors, GUIVisualizationSettings::internalEdgeName, GUIVisualizationSettings::internalJunctionName, GUIVisualizationSettings::junctionColorer, GUIVisualizationSettings::junctionID, GUIVisualizationSettings::junctionName, GUIVisualizationSettings::junctionSize, GUIVisualizationSettings::laneMinSize, GUIVisualizationSettings::laneShowBorders, GUIVisualizationSettings::laneWidthExaggeration, myAddFullNamePanel, myAddNamePanel, myAddSizePanel, myBackgroundColor, myBackup, myBusStopColor, myBusStopColorSign, myChargingStationColor, myChargingStationColorSign, myContainerColorMode, myContainerNamePanel, myContainerShapeDetail, myContainerSizePanel, myContainerStopColor, myContainerStopColorSign, myCwaEdgeNamePanel, myDataColorMode, myDataColorRainbowCheck, myDataColorRainbowThreshold, myDataValuePanel, myDither, myDrawBoundaries, myDrawCrossingsAndWalkingAreas, myDrawJunctionShape, myEdgeNamePanel, myEdgeRelationUpscaleDialer, myEdgeValuePanel, myForceDrawForPositionSelection, myForceDrawForRectangleSelection, myFPS, myGeometryIndicesPanel, myHideMacroConnectors, myInternalEdgeNamePanel, myInternalJunctionNamePanel, myJunctionColorMode, myJunctionIDPanel, myJunctionIndexPanel, myJunctionNamePanel, myJunctionSizePanel, myLaneColorRainbowCheck, myLaneColorRainbowCheck2, myLaneColorRainbowThreshold, myLaneColorRainbowThreshold2, myLaneEdgeColorMode, myLaneEdgeScaleMode, myLaneMinWidthDialer, myLaneWidthUpscaleDialer, myParent, myPersonColorMode, myPersonNamePanel, myPersonShapeDetail, myPersonSizePanel, myPersonTripColor, myPersonTripWidth, myPersonValuePanel, myPoiDetail, myPOINamePanel, myPOISizePanel, myPOITextPanel, myPOITypePanel, myPolyNamePanel, myPolySizePanel, myPolyTypePanel, myRealisticLinkRules, myRideColor, myRideWidth, myScaleLength, mySchemeName, mySelectedAdditionalColor, mySelectedConnectionColor, mySelectedCrossingColor, mySelectedEdgeColor, mySelectedEdgeDataColor, mySelectedLaneColor, mySelectedPersonColor, mySelectedPersonPlanColor, mySelectedProhibitionColor, mySelectedRouteColor, mySelectedVehicleColor, mySelectionColor, mySettings, myShowBikeMarkings, myShowBlinker, myShowBrakeGap, myShowBTRange, myShowColorLegend, myShowLane2Lane, myShowLaneBorders, myShowLaneDecals, myShowLaneDirection, myShowLinkRules, myShowMinGap, myShowParkingInfo, myShowRails, myShowRouteIndex, myShowSizeLegend, myShowSublanes, myShowVehicleColorLegend, mySpreadSuperposed, myStopColor, myStopContainersColor, myStopPersonsColor, myStreetNamePanel, myTazRelationUpscaleDialer, myTLIndexPanel, myTLSPhaseIndexPanel, myTLSPhaseNamePanel, myTrainStopColor, myTrainStopColorSign, myTranshipColor, myTranshipWidth, myTransportColor, myTransportWidth, myTripWidth, myVehicleColorMode, myVehicleNamePanel, myVehicleScaleMode, myVehicleScaleValuePanel, myVehicleShapeDetail, myVehicleSizePanel, myVehicleTextPanel, myVehicleTripsColor, myVehicleValuePanel, myWalkColor, myWalkWidth, myWaypointColor, GUIVisualizationSettings::name, GUIVisualizationSettings::netedit, GUIVisualizationSettings::personColorer, GUIVisualizationSettings::personName, GUIVisualizationSettings::personQuality, GUIVisualizationSettings::personSize, GUIVisualizationColorSettings::personTripColor, GUIVisualizationWidthSettings::personTripWidth, GUIVisualizationSettings::personValue, GUIVisualizationSettings::poiDetail, GUIVisualizationSettings::poiName, GUIVisualizationSettings::poiSize, GUIVisualizationSettings::poiText, GUIVisualizationSettings::poiType, GUIVisualizationSettings::polyName, GUIVisualizationSettings::polySize, GUIVisualizationSettings::polyType, GUIVisualizationSettings::realisticLinkRules, rebuildColorMatrices(), GUIVisualizationColorSettings::rideColor, GUIVisualizationWidthSettings::rideWidth, GUIVisualizationSettings::scaleLength, 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(), MFXIconComboBox::setCurrentItem(), GUIVisualizationSettings::showBikeMarkings, GUIVisualizationSettings::showBlinker, GUIVisualizationSettings::showBTRange, GUIVisualizationSettings::showColorLegend, GUIVisualizationSettings::showLane2Lane, GUIVisualizationSettings::showLaneDirection, GUIVisualizationSettings::showLinkDecals, GUIVisualizationSettings::showLinkRules, GUIVisualizationSettings::showParkingInfo, 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, 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 206 of file GUIDialog_ViewSettings.cpp.
References saveWindowSize().
Referenced by FXDEFMAP().
long GUIDialog_ViewSettings::onCmdSaveDecals | ( | FXObject * | , |
FXSelector | , | ||
void * | data | ||
) |
Called if the decals shall be saved to a file.
Definition at line 1129 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::onCmdSaveSetting | ( | FXObject * | , |
FXSelector | , | ||
void * | data | ||
) |
Called if the settings shall be saved into the registry.
Definition at line 956 of file GUIDialog_ViewSettings.cpp.
References GUICompleteSchemeStorage::add(), GUIVisualizationSettings::copy(), GUICompleteSchemeStorage::get(), GUISUMOAbstractView::getColoringSchemesCombo(), GUICompleteSchemeStorage::getNumInitialSettings(), gSchemeStorage, GUIDesignHorizontalSeparator, GUIDesignViewSettingsButton4, GUIDesignViewSettingsButton5, GUIDesignViewSettingsDialog, GUIDesignViewSettingsHorizontalFrame3, GUIDesignViewSettingsLabel2, GUIDesignViewSettingsTextField1, GUIDesignViewSettingsVerticalFrame5, myBackup, myParent, mySchemeName, mySettings, GUIVisualizationSettings::name, GUIVisualizationSettings::netedit, GUICompleteSchemeStorage::remove(), GUISUMOAbstractView::setColorScheme(), StringUtils::startsWith(), TL, and GUICompleteSchemeStorage::writeSettings().
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 1034 of file GUIDialog_ViewSettings.cpp.
References 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 1084 of file GUIDialog_ViewSettings.cpp.
References 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 1164 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 1009 of file GUIDialog_ViewSettings.cpp.
References 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 1333 of file GUIDialog_ViewSettings.cpp.
References GUIVisualizationSettings::containerColorer, CT_REAL, GUIVisualizationSettings::dataColorer, GUIVisualizationSettings::edgeData, GUIVisualizationSettings::edgeDataID, GUIVisualizationSettings::edgeParam, GUISUMOAbstractView::getEdgeDataAttrs(), GUISUMOAbstractView::getEdgeLaneParamKeys(), GUIVisualizationSettings::getLaneEdgeScaleScheme(), GUIVisualizationSettings::getLaneEdgeScheme(), GUISUMOAbstractView::getMeanDataAttrs(), GUISUMOAbstractView::getMeanDataIDs(), GUISUMOAbstractView::getRelDataAttrs(), GUIPropertySchemeStorage< T >::getScheme(), MFXIconComboBox::getText(), GUIDesignViewSettingsMFXTable, GUIPropertyScheme< T >::isFixed(), GUIVisualizationSettings::junctionColorer, GUIVisualizationSettings::laneParam, MID_TABLE, myContainerButtons, myContainerColorInterpolation, myContainerColors, myContainerColorSettingFrame, myContainerThresholds, myDataButtons, myDataColorInterpolation, myDataColorMode, myDataColors, myDataColorSettingFrame, myDataParamKey, myDataThresholds, myDecalsFrame, myDecalsTable, myJunctionButtons, myJunctionColorInterpolation, myJunctionColorRainbow, myJunctionColors, myJunctionColorSettingFrame, myJunctionThresholds, myLaneButtons, myLaneColorInterpolation, myLaneColorRainbow, myLaneColors, myLaneColorSettingFrame, myLaneEdgeColorMode, myLaneScaleButtons, myLaneScaleInterpolation, myLaneScales, myLaneScaleSettingFrame, myLaneScaleThresholds, myLaneThresholds, myMeanDataID, myParamKey, myParent, myPersonButtons, myPersonColorInterpolation, myPersonColors, myPersonColorSettingFrame, myPersonThresholds, myPOIButtons, myPOIColorInterpolation, myPOIColors, myPOIColorSettingFrame, myPOIThresholds, myPolyButtons, myPolyColorInterpolation, myPolyColors, myPolyColorSettingFrame, myPolyThresholds, mySettings, myVehicleButtons, myVehicleColorInterpolation, myVehicleColorMode, myVehicleColors, myVehicleColorSettingFrame, myVehicleParamKey, myVehicleScaleButtons, myVehicleScaleInterpolation, myVehicleScales, myVehicleScaleSettingFrame, myVehicleScaleThresholds, myVehicleThresholds, GUIVisualizationSettings::netedit, GUIVisualizationSettings::personColorer, GUIVisualizationSettings::poiColorer, GUIVisualizationSettings::polyColorer, rebuildColorMatrix(), rebuildDecalsTable(), 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, MFXAddEditTypedTable::setCellType(), MFXAddEditTypedTable::setNumberCellParams(), updateVehicleParams(), GUIVisualizationSettings::vehicleColorer, and GUIVisualizationSettings::vehicleScaler.
Referenced by loadSettings(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Rebuilds manipulators for the current coloring scheme.
Definition at line 1214 of file GUIDialog_ViewSettings.cpp.
References GUIPropertyScheme< T >::allowsNegativeValues(), 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 the decals table.
Definition at line 1171 of file GUIDialog_ViewSettings.cpp.
References GUIDesignViewSettingsMFXTableJustify, MAX2(), myDecals, and myDecalsTable.
Referenced by loadDecals(), loadSettings(), onCmdClearDecals(), onCmdEditTable(), and rebuildColorMatrices().
|
protected |
Rebuilds manipulators for the current scaling scheme.
Definition at line 1277 of file GUIDialog_ViewSettings.cpp.
References GUIPropertyScheme< T >::allowsNegativeValues(), MFXUtils::deleteChildren(), GUIPropertyScheme< T >::getColors(), GUIPropertyScheme< T >::getNames(), GUIPropertyScheme< T >::getThresholds(), GUIDesignViewSettingsButton1, GUIDesignViewSettingsMatrix4, GUIPropertyScheme< T >::isFixed(), GUIPropertyScheme< T >::isInterpolated(), MID_SIMPLE_VIEW_COLORCHANGE, 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 914 of file GUIDialog_ViewSettings.cpp.
References GUISUMOAbstractView::Decal::altitude, GUISUMOAbstractView::Decal::centerX, GUISUMOAbstractView::Decal::centerY, GUISUMOAbstractView::Decal::centerZ, OutputDevice::closeTag(), GUISUMOAbstractView::Decal::filename, GUISUMOAbstractView::Decal::height, GUISUMOAbstractView::Decal::layer, myDecals, OutputDevice::openTag(), GUISUMOAbstractView::Decal::roll, GUISUMOAbstractView::Decal::rot, GUISUMOAbstractView::Decal::screenRelative, 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, GUISUMOAbstractView::Decal::tilt, GUISUMOAbstractView::Decal::width, and OutputDevice::writeAttr().
Referenced by onCmdExportSetting(), and onCmdSaveDecals().
|
protected |
save window position and size to the registry
Definition at line 1752 of file GUIDialog_ViewSettings.cpp.
Referenced by onCmdCancel(), and onCmdOk().
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 198 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 1644 of file GUIDialog_ViewSettings.cpp.
References mySchemeName, and onCmdNameChange().
Referenced by GUIViewTraffic::setColorScheme(), and GNEViewNet::setColorScheme().
void GUIDialog_ViewSettings::show | ( | ) |
show view settings dialog
Definition at line 188 of file GUIDialog_ViewSettings.cpp.
References GUIVisualizationSettings::gridXSize, GUIVisualizationSettings::gridYSize, myGridXSizeDialer, myGridYSizeDialer, mySettings, myShowGrid, and GUIVisualizationSettings::showGrid.
Referenced by GUISUMOAbstractView::showViewschemeEditor().
|
protected |
update color ranges
Definition at line 389 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 1522 of file GUIDialog_ViewSettings.cpp.
References GUISUMOAbstractView::getPOIParamKeys(), myParent, myPOITextParamKey, mySettings, and GUIVisualizationSettings::poiTextParam.
Referenced by onCmdColorChange().
|
protected |
update scale ranges
Definition at line 431 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 1508 of file GUIDialog_ViewSettings.cpp.
References GUISUMOAbstractView::getVehicleParamKeys(), myParent, mySettings, myVehicleParamKey, myVehicleTextParamKey, GUIVisualizationSettings::vehicleParam, and GUIVisualizationSettings::vehicleTextParam.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 461 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 460 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 476 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 246 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 231 of file GUIDialog_ViewSettings.h.
Referenced by onCmdCancel(), onCmdNameChange(), onCmdSaveSetting(), and setCurrent().
|
protected |
additional colors
Definition at line 265 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 266 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 271 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 272 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 371 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 372 of file GUIDialog_ViewSettings.h.
Referenced by buildContainersFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Containers.
Definition at line 367 of file GUIDialog_ViewSettings.h.
Referenced by buildContainersFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 369 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 368 of file GUIDialog_ViewSettings.h.
Referenced by buildContainersFrame(), and rebuildColorMatrices().
|
protected |
Definition at line 373 of file GUIDialog_ViewSettings.h.
|
protected |
Definition at line 459 of file GUIDialog_ViewSettings.h.
Referenced by buildContainersFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 367 of file GUIDialog_ViewSettings.h.
Referenced by buildContainersFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 473 of file GUIDialog_ViewSettings.h.
Referenced by buildContainersFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 269 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 270 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 370 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 373 of file GUIDialog_ViewSettings.h.
|
protected |
Definition at line 443 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 406 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 407 of file GUIDialog_ViewSettings.h.
Referenced by buildDataFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Data.
Definition at line 402 of file GUIDialog_ViewSettings.h.
Referenced by buildDataFrame(), onCmdColorChange(), onCmdNameChange(), and rebuildColorMatrices().
|
protected |
Definition at line 411 of file GUIDialog_ViewSettings.h.
Referenced by buildDataFrame(), and onCmdColorChange().
|
protected |
Definition at line 412 of file GUIDialog_ViewSettings.h.
Referenced by buildDataFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 413 of file GUIDialog_ViewSettings.h.
Referenced by buildDataFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 404 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 403 of file GUIDialog_ViewSettings.h.
Referenced by buildDataFrame(), and rebuildColorMatrices().
|
protected |
Definition at line 408 of file GUIDialog_ViewSettings.h.
Referenced by buildDataFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 405 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 467 of file GUIDialog_ViewSettings.h.
Referenced by buildDataFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
The parent's decals.
Definition at line 234 of file GUIDialog_ViewSettings.h.
Referenced by onCmdClearDecals(), onCmdEditTable(), rebuildDecalsTable(), and saveDecals().
|
protected |
Definition at line 247 of file GUIDialog_ViewSettings.h.
Referenced by buildBackgroundFrame(), and rebuildColorMatrices().
|
protected |
Lock used when changing the decals.
Definition at line 237 of file GUIDialog_ViewSettings.h.
Referenced by loadDecals(), loadSettings(), onCmdClearDecals(), and onCmdEditTable().
|
protected |
Definition at line 248 of file GUIDialog_ViewSettings.h.
Referenced by rebuildColorMatrices(), and rebuildDecalsTable().
|
protected |
openGL
Definition at line 433 of file GUIDialog_ViewSettings.h.
Referenced by buildOpenGLFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 435 of file GUIDialog_ViewSettings.h.
Referenced by buildOpenGLFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 418 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 417 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
name panels
Definition at line 441 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 409 of file GUIDialog_ViewSettings.h.
Referenced by buildDataFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 445 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 436 of file GUIDialog_ViewSettings.h.
Referenced by buildOpenGLFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 437 of file GUIDialog_ViewSettings.h.
Referenced by buildOpenGLFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 434 of file GUIDialog_ViewSettings.h.
Referenced by buildOpenGLFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
|
protected |
Definition at line 426 of file GUIDialog_ViewSettings.h.
Referenced by build3DFrame(), and onCmdColorChange().
|
protected |
Definition at line 468 of file GUIDialog_ViewSettings.h.
Referenced by buildOpenGLFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 243 of file GUIDialog_ViewSettings.h.
Referenced by buildBackgroundFrame(), onCmdColorChange(), and show().
|
protected |
Definition at line 244 of file GUIDialog_ViewSettings.h.
Referenced by buildBackgroundFrame(), onCmdColorChange(), and show().
|
protected |
Definition at line 323 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 442 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 450 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 380 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 381 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
junctions
Definition at line 376 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 305 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 378 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 377 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), and rebuildColorMatrices().
|
protected |
Definition at line 448 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 446 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 buildJunctionsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 477 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 379 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 298 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 299 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 300 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 301 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 303 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 302 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 304 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 296 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 295 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), and rebuildColorMatrices().
|
protected |
... lane colorer
Definition at line 294 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), onCmdNameChange(), and rebuildColorMatrices().
|
protected |
... lane scaler
Definition at line 310 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 328 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 314 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 315 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 312 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 311 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), and rebuildColorMatrices().
|
protected |
Definition at line 313 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 297 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 327 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 427 of file GUIDialog_ViewSettings.h.
Referenced by build3DFrame(), and onCmdColorChange().
|
protected |
Definition at line 307 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 306 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
The parent view (which settings are changed)
Definition at line 225 of file GUIDialog_ViewSettings.h.
Referenced by loadDecals(), loadSettings(), onCmdCancel(), onCmdClearDecals(), onCmdColorChange(), onCmdEditTable(), onCmdExportSetting(), onCmdNameChange(), onCmdSaveDecals(), onCmdSaveSetting(), rebuildColorMatrices(), updatePOIParams(), updateVehicleParams(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 363 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 364 of file GUIDialog_ViewSettings.h.
Referenced by buildPersonsFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Persons.
Definition at line 359 of file GUIDialog_ViewSettings.h.
Referenced by buildPersonsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 361 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 360 of file GUIDialog_ViewSettings.h.
Referenced by buildPersonsFrame(), and rebuildColorMatrices().
|
protected |
Definition at line 457 of file GUIDialog_ViewSettings.h.
Referenced by buildPersonsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 359 of file GUIDialog_ViewSettings.h.
Referenced by buildPersonsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 472 of file GUIDialog_ViewSettings.h.
Referenced by buildPersonsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 362 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 277 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 287 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 458 of file GUIDialog_ViewSettings.h.
Referenced by buildPersonsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 388 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 389 of file GUIDialog_ViewSettings.h.
Referenced by buildPOIsFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
POIs.
Definition at line 384 of file GUIDialog_ViewSettings.h.
Referenced by buildPOIsFrame(), and onCmdColorChange().
|
protected |
Definition at line 386 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 385 of file GUIDialog_ViewSettings.h.
Referenced by buildPOIsFrame(), and rebuildColorMatrices().
|
protected |
Definition at line 391 of file GUIDialog_ViewSettings.h.
Referenced by buildPOIsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 462 of file GUIDialog_ViewSettings.h.
Referenced by buildPOIsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 384 of file GUIDialog_ViewSettings.h.
|
protected |
Definition at line 474 of file GUIDialog_ViewSettings.h.
Referenced by buildPOIsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 464 of file GUIDialog_ViewSettings.h.
Referenced by buildPOIsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 390 of file GUIDialog_ViewSettings.h.
Referenced by buildPOIsFrame(), onCmdColorChange(), and updatePOIParams().
|
protected |
Definition at line 387 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 463 of file GUIDialog_ViewSettings.h.
Referenced by buildPOIsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 398 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 399 of file GUIDialog_ViewSettings.h.
Referenced by buildPolygonsFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Polygons.
Definition at line 394 of file GUIDialog_ViewSettings.h.
Referenced by buildPolygonsFrame(), and onCmdColorChange().
|
protected |
Definition at line 396 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 395 of file GUIDialog_ViewSettings.h.
Referenced by buildPolygonsFrame(), and rebuildColorMatrices().
|
protected |
Definition at line 465 of file GUIDialog_ViewSettings.h.
Referenced by buildPolygonsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 394 of file GUIDialog_ViewSettings.h.
|
protected |
Definition at line 475 of file GUIDialog_ViewSettings.h.
Referenced by buildPolygonsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 397 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 466 of file GUIDialog_ViewSettings.h.
Referenced by buildPolygonsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 320 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 438 of file GUIDialog_ViewSettings.h.
Referenced by buildOpenGLFrame(), and onCmdColorChange().
|
protected |
Definition at line 279 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 289 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 483 of file GUIDialog_ViewSettings.h.
Referenced by buildHeader(), onCmdExportSetting(), and onUpdExportSetting().
|
protected |
Definition at line 482 of file GUIDialog_ViewSettings.h.
Referenced by buildHeader(), onCmdExportSetting(), and onUpdExportSetting().
|
protected |
Definition at line 481 of file GUIDialog_ViewSettings.h.
Referenced by buildHeader(), onCmdExportSetting(), and onUpdExportSetting().
|
protected |
load/save-menu
Definition at line 480 of file GUIDialog_ViewSettings.h.
Referenced by buildHeader(), onCmdExportSetting(), and onUpdExportSetting().
|
protected |
Definition at line 351 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 241 of file GUIDialog_ViewSettings.h.
Referenced by buildHeader(), getCurrentScheme(), loadSettings(), onCmdColorChange(), onCmdDeleteSetting(), onCmdNameChange(), onCmdSaveSetting(), onUpdDeleteSetting(), onUpdExportSetting(), onUpdSaveSetting(), and setCurrentScheme().
|
protected |
Definition at line 257 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 254 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 256 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 252 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 262 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 253 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 260 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 261 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 255 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 258 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 259 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
selection colors
Definition at line 251 of file GUIDialog_ViewSettings.h.
Referenced by buildSelectionFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
The current settings.
Definition at line 228 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 425 of file GUIDialog_ViewSettings.h.
Referenced by build3DFrame(), and onCmdColorChange().
|
protected |
3D
Definition at line 424 of file GUIDialog_ViewSettings.h.
Referenced by build3DFrame(), and onCmdColorChange().
|
protected |
Definition at line 318 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 346 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 348 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 349 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 420 of file GUIDialog_ViewSettings.h.
Referenced by buildLegendFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 242 of file GUIDialog_ViewSettings.h.
Referenced by buildBackgroundFrame(), onCmdColorChange(), and show().
|
protected |
buttons
Definition at line 416 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 317 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 319 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 324 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 321 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 347 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 352 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 322 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 350 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 419 of file GUIDialog_ViewSettings.h.
Referenced by buildLegendFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 325 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 421 of file GUIDialog_ViewSettings.h.
Referenced by buildLegendFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 430 of file GUIDialog_ViewSettings.h.
Referenced by build3DFrame(), and onCmdColorChange().
|
protected |
Definition at line 326 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 273 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 280 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 276 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 444 of file GUIDialog_ViewSettings.h.
Referenced by buildStreetsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 410 of file GUIDialog_ViewSettings.h.
Referenced by buildDataFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 447 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 451 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 452 of file GUIDialog_ViewSettings.h.
Referenced by buildJunctionsFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 267 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 268 of file GUIDialog_ViewSettings.h.
Referenced by buildAdditionalsFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 282 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 291 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 281 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 290 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
demand widths
Definition at line 286 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 335 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 336 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Vehicles.
Definition at line 331 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), onCmdNameChange(), and rebuildColorMatrices().
|
protected |
Definition at line 333 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 332 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), and rebuildColorMatrices().
|
protected |
Definition at line 453 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 355 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), rebuildColorMatrices(), and updateVehicleParams().
|
protected |
Definition at line 343 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 344 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and rebuildColorMatrices().
|
protected |
vehicle scaler
Definition at line 339 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 341 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 340 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), and rebuildColorMatrices().
|
protected |
Definition at line 342 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 455 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 331 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
size panels
Definition at line 471 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 456 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 356 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), and updateVehicleParams().
|
protected |
Definition at line 334 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
protected |
Definition at line 275 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 454 of file GUIDialog_ViewSettings.h.
Referenced by buildVehiclesFrame(), onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
protected |
Definition at line 278 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 288 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().
|
protected |
Definition at line 274 of file GUIDialog_ViewSettings.h.
Referenced by buildDemandFrame(), onCmdColorChange(), and onCmdNameChange().