SUMO - Simulation of Urban MObility
|
The dialog to change the view (gui) settings. More...
#include <GUIDialog_ViewSettings.h>
Data Structures | |
class | NamePanel |
Public Member Functions | |
std::string | getCurrentScheme () const |
Returns the name of the currently chosen scheme. More... | |
GUIDialog_ViewSettings (GUISUMOAbstractView *parent, GUIVisualizationSettings *settings, std::vector< GUISUMOAbstractView::Decal > *decals, MFXMutex *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... | |
~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... | |
Static Public Member Functions | |
static RGBColor | convert (const FXColor c) |
Converts a FOX-color into a RGBColor. More... | |
static FXColor | convert (const RGBColor &c) |
Converts a RGBColor into a FOX-color. More... | |
Protected Member Functions | |
GUIDialog_ViewSettings () | |
Default constructor (needed by FOX) 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 | rebuildColorMatrices (bool doCreate=false) |
Rebuilds color changing dialogs after choosing another coloring scheme. More... | |
void | rebuildList () |
Rebuilds the decals table. More... | |
void | saveDecals (const std::string &file) const |
Writes the currently used decals into a file. More... | |
Private Member Functions | |
GUIDialog_ViewSettings (const GUIDialog_ViewSettings &s) | |
invalidated copy constructor More... | |
GUIDialog_ViewSettings & | operator= (const GUIDialog_ViewSettings &s) |
invalidated assignment operator More... | |
Static Private Attributes | |
static unsigned int | myCustomSchemes = 0 |
the number of newly created custom schemes More... | |
The dialog to change the view (gui) settings.
Definition at line 56 of file GUIDialog_ViewSettings.h.
GUIDialog_ViewSettings::GUIDialog_ViewSettings | ( | GUISUMOAbstractView * | parent, |
GUIVisualizationSettings * | settings, | ||
std::vector< GUISUMOAbstractView::Decal > * | decals, | ||
MFXMutex * | 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 93 of file GUIDialog_ViewSettings.cpp.
References convert(), GUIIconSubSys::getIcon(), GUICompleteSchemeStorage::getNames(), gSchemeStorage, ICON_EMPTY, ICON_OPEN_CONFIG, ICON_REMOVEDB, ICON_SAVE, ICON_SAVEDB, MID_SETTINGS_CANCEL, MID_SETTINGS_OK, MID_SIMPLE_VIEW_COLORCHANGE, MID_SIMPLE_VIEW_DELETE, MID_SIMPLE_VIEW_EXPORT, MID_SIMPLE_VIEW_IMPORT, MID_SIMPLE_VIEW_LOAD_DECALS, MID_SIMPLE_VIEW_NAMECHANGE, MID_SIMPLE_VIEW_SAVE, and MID_SIMPLE_VIEW_SAVE_DECALS.
GUIDialog_ViewSettings::~GUIDialog_ViewSettings | ( | ) |
Destructor.
Definition at line 449 of file GUIDialog_ViewSettings.cpp.
References myAddNamePanel, myEdgeNamePanel, myInternalEdgeNamePanel, myInternalJunctionNamePanel, myJunctionNamePanel, myParent, myPoiNamePanel, myStreetNamePanel, myVehicleNamePanel, and GUISUMOAbstractView::remove().
|
inlineprotected |
Default constructor (needed by FOX)
Definition at line 269 of file GUIDialog_ViewSettings.h.
|
private |
invalidated copy constructor
|
static |
Converts a FOX-color into a RGBColor.
[in] | c | The color to convert |
Definition at line 979 of file GUIDialog_ViewSettings.cpp.
References SUMOReal.
Referenced by GUIDialog_ViewSettings::NamePanel::getSettings(), GUIDialog_ViewSettings::NamePanel::NamePanel(), onCmdColorChange(), onCmdNameChange(), rebuildColorMatrices(), and GUIDialog_ViewSettings::NamePanel::update().
|
static |
Converts a RGBColor into a FOX-color.
[in] | c | The color to convert |
Definition at line 988 of file GUIDialog_ViewSettings.cpp.
References RGBColor::blue(), RGBColor::green(), and RGBColor::red().
std::string GUIDialog_ViewSettings::getCurrentScheme | ( | ) | const |
Returns the name of the currently chosen scheme.
Definition at line 1270 of file GUIDialog_ViewSettings.cpp.
References mySchemeName.
Referenced by GUIViewTraffic::setColorScheme().
|
protected |
Loads decals from a file.
[in] | file | The name of the file to read the decals from |
Definition at line 794 of file GUIDialog_ViewSettings.cpp.
References GUISettingsHandler::getDecals(), GUISettingsHandler::hasDecals(), MFXMutex::lock(), myDecalsLock, myParent, rebuildList(), and MFXMutex::unlock().
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 757 of file GUIDialog_ViewSettings.cpp.
References GUISettingsHandler::addSettings(), GUICompleteSchemeStorage::get(), gSchemeStorage, myParent, mySchemeName, and mySettings.
Referenced by onCmdImportSetting().
Called if the Cancel-button was pressed.
Definition at line 478 of file GUIDialog_ViewSettings.cpp.
References myBackup.
Called if something (color, width, etc.) has been changed.
Definition at line 551 of file GUIDialog_ViewSettings.cpp.
References GUICompleteSchemeStorage::add(), GUIColorScheme::addColor(), GUIVisualizationSettings::addExaggeration, GUIVisualizationSettings::addName, GUIVisualizationSettings::antialiase, GUIVisualizationSettings::backgroundColor, convert(), GUIVisualizationSettings::dither, GUIVisualizationSettings::drawLinkJunctionIndex, GUIVisualizationSettings::drawLinkTLIndex, GUIVisualizationSettings::drawMinGap, GUIVisualizationSettings::edgeName, GUICompleteSchemeStorage::get(), GUIColorer::getActive(), GUISUMOAbstractView::getColoringSchemesCombo(), GUIVisualizationSettings::getLaneEdgeMode(), GUIVisualizationSettings::getLaneEdgeScheme(), GUICompleteSchemeStorage::getNumInitialSettings(), GUIColorer::getScheme(), GUIDialog_ViewSettings::NamePanel::getSettings(), GUIVisualizationSettings::gridXSize, GUIVisualizationSettings::gridYSize, gSchemeStorage, GUIVisualizationSettings::hideConnectors, GUIVisualizationSettings::internalEdgeName, GUIVisualizationSettings::internalJunctionName, GUIColorScheme::isFixed(), GUIVisualizationSettings::junctionName, GUIVisualizationSettings::laneColorer, GUIVisualizationSettings::laneShowBorders, GUIVisualizationSettings::laneWidthExaggeration, GUIVisualizationSettings::minAddSize, GUIVisualizationSettings::minPOISize, GUIVisualizationSettings::minVehicleSize, myAddNamePanel, myAntialiase, myBackgroundColor, myCustomSchemes, myDetectorMinSizeDialer, myDetectorUpscaleDialer, myDither, myEdgeNamePanel, myGridXSizeDialer, myGridYSizeDialer, myHideMacroConnectors, myInternalEdgeNamePanel, myInternalJunctionNamePanel, myJunctionNamePanel, myLaneButtons, myLaneColorInterpolation, myLaneColors, myLaneEdgeColorMode, myLaneThresholds, myLaneWidthUpscaleDialer, myParent, myPOIMinSizeDialer, myPoiNamePanel, myPOIUpscaleDialer, mySchemeName, mySettings, myShowBlinker, myShowGrid, myShowJunctionIndex, myShowLane2Lane, myShowLaneBorders, myShowLaneDecals, myShowMinGap, myShowRails, myShowSizeLegend, myShowTLIndex, myStreetNamePanel, myVehicleButtons, myVehicleColorInterpolation, myVehicleColorMode, myVehicleColors, myVehicleMinSizeDialer, myVehicleNamePanel, myVehicleShapeDetail, myVehicleThresholds, myVehicleUpscaleDialer, GUIVisualizationSettings::name, GUIVisualizationSettings::poiExaggeration, GUIVisualizationSettings::poiName, rebuildColorMatrices(), GUIColorScheme::removeColor(), GUIColorer::setActive(), GUIColorScheme::setColor(), GUISUMOAbstractView::setColorScheme(), GUIColorScheme::setInterpolated(), GUIColorScheme::setThreshold(), GUIVisualizationSettings::showBlinker, GUIVisualizationSettings::showGrid, GUIVisualizationSettings::showLane2Lane, GUIVisualizationSettings::showLinkDecals, GUIVisualizationSettings::showRails, GUIVisualizationSettings::showSizeLegend, GUIVisualizationSettings::streetName, SUMOReal, toString(), GUIVisualizationSettings::vehicleColorer, GUIVisualizationSettings::vehicleExaggeration, GUIVisualizationSettings::vehicleName, and GUIVisualizationSettings::vehicleQuality.
Called if the settings shall be deleted.
Definition at line 861 of file GUIDialog_ViewSettings.cpp.
References GUICompleteSchemeStorage::getNumInitialSettings(), gSchemeStorage, mySchemeName, onCmdNameChange(), GUICompleteSchemeStorage::remove(), and GUICompleteSchemeStorage::writeSettings().
Called if the decals-table was changed.
Definition at line 1173 of file GUIDialog_ViewSettings.cpp.
References TplConvert::_2SUMOReal(), 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, MFXMutex::lock(), myDecals, myDecalsLock, myParent, rebuildList(), GUISUMOAbstractView::Decal::rot, MFXEditedTableItem::row, SUMOReal, MFXMutex::unlock(), MFXEditedTableItem::updateOnly, and GUISUMOAbstractView::Decal::width.
Called if the settings shall be exported into a file.
Definition at line 886 of file GUIDialog_ViewSettings.cpp.
References OutputDevice::close(), gCurrentFolder, OutputDevice::getDevice(), GUIIconSubSys::getIcon(), ICON_EMPTY, mySettings, GUIVisualizationSettings::save(), and MFXUtils::userPermitsOverwritingWhenFileExists().
Called if the settings shall be read from a file.
Definition at line 919 of file GUIDialog_ViewSettings.cpp.
References gCurrentFolder, GUIIconSubSys::getIcon(), ICON_EMPTY, and loadSettings().
Called if the decals shall be loaded from a file.
Definition at line 936 of file GUIDialog_ViewSettings.cpp.
References gCurrentFolder, GUIIconSubSys::getIcon(), ICON_EMPTY, and loadDecals().
Called if the name of the scheme was changed.
Definition at line 486 of file GUIDialog_ViewSettings.cpp.
References GUIVisualizationSettings::addExaggeration, GUIVisualizationSettings::addName, GUIVisualizationSettings::antialiase, GUIVisualizationSettings::backgroundColor, convert(), GUIVisualizationSettings::dither, GUIVisualizationSettings::drawLinkJunctionIndex, GUIVisualizationSettings::drawLinkTLIndex, GUIVisualizationSettings::drawMinGap, GUIVisualizationSettings::edgeName, GUICompleteSchemeStorage::get(), GUIColorer::getActive(), GUIVisualizationSettings::getLaneEdgeMode(), gSchemeStorage, GUIVisualizationSettings::hideConnectors, GUIVisualizationSettings::internalEdgeName, GUIVisualizationSettings::internalJunctionName, GUIVisualizationSettings::junctionName, GUIVisualizationSettings::laneShowBorders, GUIVisualizationSettings::laneWidthExaggeration, GUIVisualizationSettings::minAddSize, GUIVisualizationSettings::minPOISize, GUIVisualizationSettings::minVehicleSize, myAddNamePanel, myAntialiase, myBackgroundColor, myBackup, myDetectorMinSizeDialer, myDetectorUpscaleDialer, myDither, myEdgeNamePanel, myHideMacroConnectors, myInternalEdgeNamePanel, myInternalJunctionNamePanel, myJunctionNamePanel, myLaneEdgeColorMode, myLaneWidthUpscaleDialer, myParent, myPOIMinSizeDialer, myPoiNamePanel, myPOIUpscaleDialer, mySchemeName, mySettings, myShowBlinker, myShowJunctionIndex, myShowLane2Lane, myShowLaneBorders, myShowLaneDecals, myShowMinGap, myShowRails, myShowSizeLegend, myShowTLIndex, myStreetNamePanel, myVehicleColorMode, myVehicleMinSizeDialer, myVehicleNamePanel, myVehicleShapeDetail, myVehicleUpscaleDialer, GUIVisualizationSettings::name, GUIVisualizationSettings::poiExaggeration, GUIVisualizationSettings::poiName, rebuildColorMatrices(), GUISUMOAbstractView::setColorScheme(), GUIVisualizationSettings::showBlinker, GUIVisualizationSettings::showLane2Lane, GUIVisualizationSettings::showLinkDecals, GUIVisualizationSettings::showRails, GUIVisualizationSettings::showSizeLegend, GUIVisualizationSettings::streetName, GUIDialog_ViewSettings::NamePanel::update(), GUIVisualizationSettings::vehicleColorer, GUIVisualizationSettings::vehicleExaggeration, GUIVisualizationSettings::vehicleName, and GUIVisualizationSettings::vehicleQuality.
Referenced by onCmdDeleteSetting(), setCurrent(), and setCurrentScheme().
Called if the OK-button was pressed.
Definition at line 471 of file GUIDialog_ViewSettings.cpp.
Called if the decals shall be saved to a file.
Definition at line 953 of file GUIDialog_ViewSettings.cpp.
References gCurrentFolder, GUIIconSubSys::getIcon(), ICON_EMPTY, saveDecals(), and MFXUtils::userPermitsOverwritingWhenFileExists().
Called if the settings shall be saved into the registry.
Definition at line 807 of file GUIDialog_ViewSettings.cpp.
References GUICompleteSchemeStorage::add(), GUICompleteSchemeStorage::get(), GUISUMOAbstractView::getColoringSchemesCombo(), GUICompleteSchemeStorage::getNumInitialSettings(), gSchemeStorage, myBackup, myParent, mySchemeName, mySettings, GUIVisualizationSettings::name, GUICompleteSchemeStorage::remove(), GUISUMOAbstractView::setColorScheme(), and GUICompleteSchemeStorage::writeSettings().
Called when updating the button that allows to delete settings.
Definition at line 876 of file GUIDialog_ViewSettings.cpp.
References GUICompleteSchemeStorage::getNumInitialSettings(), gSchemeStorage, and mySchemeName.
Called when updating the button that allows to export settings into a file.
Definition at line 909 of file GUIDialog_ViewSettings.cpp.
References GUICompleteSchemeStorage::getNumInitialSettings(), gSchemeStorage, and mySchemeName.
Called when updating the button that allows to read settings from a file.
Definition at line 972 of file GUIDialog_ViewSettings.cpp.
Called when updating the button that allows to save the settings into the registry.
Definition at line 851 of file GUIDialog_ViewSettings.cpp.
References GUICompleteSchemeStorage::getNumInitialSettings(), gSchemeStorage, and mySchemeName.
|
private |
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 1035 of file GUIDialog_ViewSettings.cpp.
References GUIColorScheme::allowsNegativeValues(), convert(), CT_REAL, MFXUtils::deleteChildren(), GUIColorScheme::getColors(), GUIVisualizationSettings::getLaneEdgeScheme(), GUIColorScheme::getNames(), GUIColorer::getScheme(), GUIColorScheme::getThresholds(), GUIColorScheme::isFixed(), GUIColorScheme::isInterpolated(), MID_SIMPLE_VIEW_COLORCHANGE, MID_TABLE, myDecalsFrame, myDecalsTable, myLaneButtons, myLaneColorInterpolation, myLaneColors, myLaneColorSettingFrame, myLaneThresholds, mySettings, myVehicleButtons, myVehicleColorInterpolation, myVehicleColors, myVehicleColorSettingFrame, myVehicleThresholds, rebuildList(), MFXAddEditTypedTable::setCellType(), MFXAddEditTypedTable::setNumberCellParams(), FX::SPINDIAL_NOMAX, FX::SPINDIAL_NOMIN, and GUIVisualizationSettings::vehicleColorer.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
protected |
Rebuilds the decals table.
Definition at line 994 of file GUIDialog_ViewSettings.cpp.
References GUISUMOAbstractView::Decal::centerX, GUISUMOAbstractView::Decal::centerY, GUISUMOAbstractView::Decal::filename, GUISUMOAbstractView::Decal::height, GUISUMOAbstractView::Decal::layer, myDecals, myDecalsTable, GUISUMOAbstractView::Decal::rot, and GUISUMOAbstractView::Decal::width.
Referenced by loadDecals(), onCmdEditTable(), and 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 769 of file GUIDialog_ViewSettings.cpp.
References GUISUMOAbstractView::Decal::centerX, GUISUMOAbstractView::Decal::centerY, OutputDevice::close(), GUISUMOAbstractView::Decal::filename, OutputDevice::getDevice(), GUISUMOAbstractView::Decal::height, GUISUMOAbstractView::Decal::layer, myDecals, myParent, GUISUMOAbstractView::Decal::rot, and GUISUMOAbstractView::Decal::width.
Referenced by onCmdSaveDecals().
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 463 of file GUIDialog_ViewSettings.cpp.
References myBackup, mySettings, and onCmdNameChange().
Referenced by GUIViewTraffic::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 1276 of file GUIDialog_ViewSettings.cpp.
References mySchemeName, and onCmdNameChange().
Referenced by GUIViewTraffic::setColorScheme().
|
private |
Definition at line 261 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
private |
Definition at line 257 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
Definition at line 227 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
A backup of the settings (used if the "Cancel" button is pressed)
Definition at line 213 of file GUIDialog_ViewSettings.h.
Referenced by onCmdCancel(), onCmdNameChange(), onCmdSaveSetting(), and setCurrent().
|
staticprivate |
the number of newly created custom schemes
Definition at line 204 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange().
|
private |
The parent's decals.
Definition at line 216 of file GUIDialog_ViewSettings.h.
Referenced by onCmdEditTable(), rebuildList(), and saveDecals().
|
private |
Definition at line 228 of file GUIDialog_ViewSettings.h.
Referenced by rebuildColorMatrices().
|
private |
Lock used when changing the decals.
Definition at line 219 of file GUIDialog_ViewSettings.h.
Referenced by loadDecals(), and onCmdEditTable().
|
private |
Definition at line 229 of file GUIDialog_ViewSettings.h.
Referenced by rebuildColorMatrices(), and rebuildList().
|
private |
Definition at line 253 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
Definition at line 253 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
Definition at line 258 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
Definition at line 261 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
private |
Definition at line 225 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange().
|
private |
Definition at line 225 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange().
|
private |
Definition at line 238 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
Definition at line 261 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
private |
Definition at line 261 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
private |
Definition at line 261 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
private |
Definition at line 235 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
private |
Definition at line 236 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
private |
Definition at line 233 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
private |
Definition at line 232 of file GUIDialog_ViewSettings.h.
Referenced by rebuildColorMatrices().
|
private |
Definition at line 231 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
Definition at line 234 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
private |
Definition at line 240 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
The parent view (which settings are changed)
Definition at line 207 of file GUIDialog_ViewSettings.h.
Referenced by loadDecals(), loadSettings(), onCmdColorChange(), onCmdEditTable(), onCmdNameChange(), onCmdSaveSetting(), saveDecals(), and ~GUIDialog_ViewSettings().
|
private |
Definition at line 254 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
Definition at line 261 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
private |
Definition at line 254 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
Definition at line 223 of file GUIDialog_ViewSettings.h.
Referenced by getCurrentScheme(), loadSettings(), onCmdColorChange(), onCmdDeleteSetting(), onCmdNameChange(), onCmdSaveSetting(), onUpdDeleteSetting(), onUpdExportSetting(), onUpdSaveSetting(), and setCurrentScheme().
|
private |
The current settings.
Definition at line 210 of file GUIDialog_ViewSettings.h.
Referenced by loadSettings(), onCmdColorChange(), onCmdExportSetting(), onCmdNameChange(), onCmdSaveSetting(), rebuildColorMatrices(), and setCurrent().
|
private |
Definition at line 249 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
Definition at line 224 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange().
|
private |
Definition at line 251 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
Definition at line 256 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
Definition at line 238 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
Definition at line 238 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
Definition at line 249 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
Definition at line 238 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
Definition at line 259 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
Definition at line 251 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
Definition at line 261 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
private |
Definition at line 246 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
private |
Definition at line 247 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
private |
Definition at line 242 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
Definition at line 244 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
private |
Definition at line 243 of file GUIDialog_ViewSettings.h.
Referenced by rebuildColorMatrices().
|
private |
Definition at line 248 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
Definition at line 261 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), onCmdNameChange(), and ~GUIDialog_ViewSettings().
|
private |
Definition at line 242 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().
|
private |
Definition at line 245 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and rebuildColorMatrices().
|
private |
Definition at line 248 of file GUIDialog_ViewSettings.h.
Referenced by onCmdColorChange(), and onCmdNameChange().