Eclipse SUMO - Simulation of Urban MObility
GUIDialog_ViewSettings::NamePanel Class Reference

FOX Declaration. More...

#include <GUIDialog_ViewSettings.h>

Public Member Functions

GUIVisualizationTextSettings getSettings ()
 get settings More...
 
 NamePanel (FXMatrix *parent, GUIDialog_ViewSettings *target, const std::string &title, const GUIVisualizationTextSettings &settings)
 constructor More...
 
void update (const GUIVisualizationTextSettings &settings)
 update More...
 

Data Fields

FXColorWell * myBGColorWell = nullptr
 BGColor well. More...
 
FXCheckButton * myCheck = nullptr
 check button More...
 
FXColorWell * myColorWell = nullptr
 color well More...
 
FXCheckButton * myConstSizeCheck = nullptr
 const size check More...
 
FXMatrix * myMatrix0 = nullptr
 Matrix. More...
 
FXCheckButton * mySelectedCheck = nullptr
 draw only for selected? More...
 
FXRealSpinner * mySizeDial = nullptr
 size dial More...
 

Detailed Description

FOX Declaration.

NamePanel

Definition at line 52 of file GUIDialog_ViewSettings.h.

Constructor & Destructor Documentation

◆ NamePanel()

Member Function Documentation

◆ getSettings()

GUIVisualizationTextSettings GUIDialog_ViewSettings::NamePanel::getSettings ( )

get settings

Definition at line 1610 of file GUIDialog_ViewSettings.cpp.

References MFXUtils::getRGBColor().

Referenced by GUIDialog_ViewSettings::onCmdColorChange().

Here is the caller graph for this function:

◆ update()

void GUIDialog_ViewSettings::NamePanel::update ( const GUIVisualizationTextSettings settings)

update

Definition at line 1621 of file GUIDialog_ViewSettings.cpp.

References GUIVisualizationTextSettings::bgColor, GUIVisualizationTextSettings::color, GUIVisualizationTextSettings::constSize, MFXUtils::getFXColor(), GUIVisualizationTextSettings::onlySelected, GUIVisualizationTextSettings::showText, and GUIVisualizationTextSettings::size.

Referenced by GUIDialog_ViewSettings::onCmdNameChange().

Here is the caller graph for this function:

Field Documentation

◆ myBGColorWell

FXColorWell* GUIDialog_ViewSettings::NamePanel::myBGColorWell = nullptr

BGColor well.

Definition at line 76 of file GUIDialog_ViewSettings.h.

Referenced by NamePanel().

◆ myCheck

FXCheckButton* GUIDialog_ViewSettings::NamePanel::myCheck = nullptr

check button

Definition at line 67 of file GUIDialog_ViewSettings.h.

Referenced by NamePanel(), and GUIDialog_ViewSettings::onCmdColorChange().

◆ myColorWell

FXColorWell* GUIDialog_ViewSettings::NamePanel::myColorWell = nullptr

color well

Definition at line 73 of file GUIDialog_ViewSettings.h.

Referenced by NamePanel().

◆ myConstSizeCheck

FXCheckButton* GUIDialog_ViewSettings::NamePanel::myConstSizeCheck = nullptr

const size check

Definition at line 82 of file GUIDialog_ViewSettings.h.

Referenced by NamePanel().

◆ myMatrix0

FXMatrix* GUIDialog_ViewSettings::NamePanel::myMatrix0 = nullptr

◆ mySelectedCheck

FXCheckButton* GUIDialog_ViewSettings::NamePanel::mySelectedCheck = nullptr

draw only for selected?

Definition at line 79 of file GUIDialog_ViewSettings.h.

Referenced by NamePanel().

◆ mySizeDial

FXRealSpinner* GUIDialog_ViewSettings::NamePanel::mySizeDial = nullptr

size dial

Definition at line 70 of file GUIDialog_ViewSettings.h.

Referenced by NamePanel().


The documentation for this class was generated from the following files: