Eclipse SUMO - Simulation of Urban MObility
GNECreateEdgeFrame::EdgeTypeSelector Class Reference

#include <GNECreateEdgeFrame.h>

Inheritance diagram for GNECreateEdgeFrame::EdgeTypeSelector:
[legend]
Collaboration diagram for GNECreateEdgeFrame::EdgeTypeSelector:
[legend]

Public Types

enum  Options {
  NOTHING = 1 << 0 , COLLAPSIBLE = 1 << 1 , EXTENSIBLE = 1 << 2 , SAVE = 1 << 3 ,
  LOAD = 1 << 4
}
 GroupBoxModule options. More...
 

Public Member Functions

void clearEdgeTypeSelected ()
 clear edgeType selected More...
 
 EdgeTypeSelector (GNECreateEdgeFrame *createEdgeFrameParent)
 FOX-declaration. More...
 
void enableCheckBoxDisablePedestrians ()
 void enable checkbox for disable pedestrians More...
 
FXVerticalFrame * getCollapsableFrame ()
 get collapsable frame (used by all elements that will be collapsed if button is toggled) More...
 
GNEEdgeTypegetDefaultEdgeType () const
 get default edgeType More...
 
GNEEdgeTypegetEdgeTypeSelected () const
 get edgeType selected More...
 
bool isAddSidewalkEnabled () const
 check if add sidewalk check button is enabled More...
 
bool isNoPedestriansEnabled () const
 check if no pedestrian check button is enabled More...
 
long onCmdCollapseButton (FXObject *, FXSelector, void *)
 collapse GroupBoxModule More...
 
long onCmdExtendButton (FXObject *, FXSelector, void *)
 extends GroupBoxModule More...
 
long onCmdLoadButton (FXObject *, FXSelector, void *)
 load contents More...
 
long onCmdResetButton (FXObject *, FXSelector, void *)
 reset GroupBoxModule More...
 
long onCmdSaveButton (FXObject *, FXSelector, void *)
 save contents More...
 
long onPaint (FXObject *, FXSelector, void *)
 draw MFXGroupBoxModule More...
 
long onUpdResetButton (FXObject *, FXSelector, void *)
 update reset GroupBoxModule More...
 
void refreshEdgeTypeSelector ()
 refresh edge type selector More...
 
void setCurrentEdgeType (const GNEEdgeType *edgeType)
 set current edgeType More...
 
void setText (const std::string &text)
 set text More...
 
void updateIDinComboBox (const std::string &oldID, const std::string &newID)
 update id in comboBox More...
 
bool useDefaultEdgeType () const
 check if we're using default edge type More...
 
bool useEdgeTemplate () const
 check if we have to use edge template More...
 
void useTemplate ()
 use template More...
 
 ~EdgeTypeSelector ()
 destructor More...
 
FOX-callbacks

Called when the user press a radio button

long onCmdRadioButton (FXObject *, FXSelector, void *)
 
long onCmdAddEdgeType (FXObject *, FXSelector, void *)
 Called when the user press button for add a new edge type. More...
 
long onCmdDeleteEdgeType (FXObject *, FXSelector, void *)
 Called when the user press button for delete edge type. More...
 
long onCmdSelectEdgeTypeOrTemplate (FXObject *, FXSelector, void *)
 Called when the user press select an edgeType or template in comboBox. More...
 
long onCmdCreateFromTemplate (FXObject *, FXSelector, void *)
 Called when the user press create edgeType from Template. More...
 
long onUpdAddSideWalk (FXObject *, FXSelector, void *)
 Called when add sidewalk check buton is updated. More...
 

Protected Member Functions

void fillComboBox ()
 fill comboBox More...
 
 FOX_CONSTRUCTOR (EdgeTypeSelector)
 FOX need this. More...
 
virtual bool loadContents () const
 load contents (can be reimplemented in children) More...
 
virtual bool saveContents () const
 save contents (can be reimplemented in children) More...
 
void toggleSaveButton (const bool value)
 enable or disable save buttons More...
 

Private Attributes

FXButton * myAddEdgeTypeButton = nullptr
 button for create new edge type More...
 
FXCheckButton * myAddSidewalkCheckButton = nullptr
 add sidewalk check button More...
 
FXVerticalFrame * myCollapsableFrame = nullptr
 vertical collapsable frame More...
 
FXButton * myCollapseButton = nullptr
 button for collapse elements More...
 
bool myCollapsed
 flag to check if this groupbox is collapsed More...
 
GNECreateEdgeFramemyCreateEdgeFrameParent
 pointer to createEdgeFrameParent More...
 
FXButton * myCreateFromTemplate = nullptr
 button for create edgeType from template More...
 
int myCurrentIndex
 currentIndex More...
 
GNEEdgeTypemyDefaultEdgeType
 default edge type More...
 
FXButton * myDeleteEdgeTypeButton = nullptr
 button for delete edge type More...
 
FXComboBox * myEdgeTypesComboBox = nullptr
 ComboBox for edge types. More...
 
GNEEdgeTypemyEdgeTypeSelected = nullptr
 selected edgeType More...
 
FXButton * myExtendButton = nullptr
 button for extend elements More...
 
GNEFramemyFrameParent = nullptr
 GNEFrame in which this GroupBox is placed. More...
 
FXLabel * myLabel = nullptr
 label used in non collapsable MFXGroupBoxModule More...
 
FXButton * myLoadButton = nullptr
 button for load elements More...
 
FXCheckButton * myNoPedestriansCheckButton = nullptr
 no pedestrian check button More...
 
const int myOptions
 GroupBoxModule options. More...
 
FXButton * myResetWidthButton = nullptr
 button for reset frame width More...
 
FXButton * mySaveButton = nullptr
 button for save elements More...
 
FXRadioButton * myUseCustomEdgeType = nullptr
 create custom edge More...
 
FXRadioButton * myUseDefaultEdgeType = nullptr
 create default edge More...
 

Detailed Description

Definition at line 48 of file GNECreateEdgeFrame.h.

Member Enumeration Documentation

◆ Options

GroupBoxModule options.

Enumerator
NOTHING 
COLLAPSIBLE 
EXTENSIBLE 
SAVE 
LOAD 

Definition at line 37 of file MFXGroupBoxModule.h.

Constructor & Destructor Documentation

◆ EdgeTypeSelector()

◆ ~EdgeTypeSelector()

GNECreateEdgeFrame::EdgeTypeSelector::~EdgeTypeSelector ( )

destructor

Definition at line 111 of file GNECreateEdgeFrame.cpp.

References myDefaultEdgeType.

Member Function Documentation

◆ clearEdgeTypeSelected()

void GNECreateEdgeFrame::EdgeTypeSelector::clearEdgeTypeSelected ( )

clear edgeType selected

Definition at line 260 of file GNECreateEdgeFrame.cpp.

◆ enableCheckBoxDisablePedestrians()

void GNECreateEdgeFrame::EdgeTypeSelector::enableCheckBoxDisablePedestrians ( )

void enable checkbox for disable pedestrians

Definition at line 226 of file GNECreateEdgeFrame.cpp.

◆ fillComboBox()

void GNECreateEdgeFrame::EdgeTypeSelector::fillComboBox ( )
protected

◆ FOX_CONSTRUCTOR()

GNECreateEdgeFrame::EdgeTypeSelector::FOX_CONSTRUCTOR ( EdgeTypeSelector  )
protected

FOX need this.

◆ getCollapsableFrame()

FXVerticalFrame * MFXGroupBoxModule::getCollapsableFrame ( )
inherited

get collapsable frame (used by all elements that will be collapsed if button is toggled)

Definition at line 118 of file MFXGroupBoxModule.cpp.

References MFXGroupBoxModule::myCollapsableFrame.

Referenced by GNEInspectorFrame::AdditionalDialog::AdditionalDialog(), GNEFrameAttributeModules::AttributesEditor::AttributesEditor(), GNEFrameAttributeModules::AttributesEditorExtended::AttributesEditorExtended(), GNEGenericDataFrame::AttributeSelector::AttributeSelector(), GNEOverlappedInspection::buildFXElements(), GNEMoveFrame::ChangeZInSelection::ChangeZInSelection(), GNEConnectorFrame::ConnectionModifications::ConnectionModifications(), GNEConnectorFrame::ConnectionOperations::ConnectionOperations(), GNEConnectorFrame::ConnectionSelection::ConnectionSelection(), GNECrossingFrame::CreateCrossing::CreateCrossing(), GNECrossingFrame::CrossingParameters::CrossingParameters(), GNETAZFrame::CurrentTAZ::CurrentTAZ(), DemandElementSelector::DemandElementSelector(), GNEMoveFrame::DemandModeOptions::DemandModeOptions(), GNECrossingFrame::EdgesSelector::EdgesSelector(), GNEFrameAttributeModules::GenericDataAttributes::GenericDataAttributes(), GNEInspectorFrame::GEOAttributesEditor::GEOAttributesEditor(), GNEM_PathLegend::GNEM_PathLegend(), GNEPathCreator::GNEPathCreator(), GNESelectorParent::GNESelectorParent(), GNEStopFrame::HelpCreation::HelpCreation(), GNEVehicleFrame::HelpCreation::HelpCreation(), GNECrossingFrame::Information::Information(), GNESelectorFrame::Information::Information(), GNEGenericDataFrame::IntervalSelector::IntervalSelector(), GNECreateEdgeFrame::LaneTypeSelector::LaneTypeSelector(), GNEConnectorFrame::Legend::Legend(), GNECreateEdgeFrame::Legend::Legend(), GNEProhibitionFrame::Legend::Legend(), GNETAZRelDataFrame::Legend::Legend(), GNESelectorFrame::ModificationMode::ModificationMode(), GNEMoveFrame::NetworkModeOptions::NetworkModeOptions(), GNEMatchAttribute::onCmdHelp(), GNEMatchGenericDataAttribute::onCmdHelp(), GNENeteditAttributes::onCmdHelp(), GNEOverlappedInspection::onCmdOverlappingHelp(), GNEInspectorFrame::ParametersEditor::ParametersEditor(), GNEDeleteFrame::ProtectElements::ProtectElements(), GNEAttributesCreator::refreshRows(), GNEProhibitionFrame::Selection::Selection(), GNESelectorFrame::SelectionHierarchy::SelectionHierarchy(), GNESelectorFrame::SelectionOperation::SelectionOperation(), GNEMoveFrame::ShiftEdgeSelectedGeometry::ShiftEdgeSelectedGeometry(), GNEMoveFrame::ShiftShapeGeometry::ShiftShapeGeometry(), GNETAZFrame::TAZChildDefaultParameters::TAZChildDefaultParameters(), GNETAZFrame::TAZCommonStatistics::TAZCommonStatistics(), GNETAZFrame::TAZEdgesGraphic::TAZEdgesGraphic(), GNETAZFrame::TAZParameters::TAZParameters(), GNETAZFrame::TAZSaveChanges::TAZSaveChanges(), GNETAZFrame::TAZSelectionStatistics::TAZSelectionStatistics(), GNEInspectorFrame::TemplateEditor::TemplateEditor(), GNETLSEditorFrame::TLSAttributes::TLSAttributes(), GNETLSEditorFrame::TLSDefinition::TLSDefinition(), GNETLSEditorFrame::TLSFile::TLSFile(), GNETLSEditorFrame::TLSJunction::TLSJunction(), GNETLSEditorFrame::TLSPhases::TLSPhases(), GNETypeFrame::TypeEditor::TypeEditor(), GNESelectorFrame::VisualScaling::VisualScaling(), and GNETypeFrame::VTypeDistributions::VTypeDistributions().

◆ getDefaultEdgeType()

GNEEdgeType * GNECreateEdgeFrame::EdgeTypeSelector::getDefaultEdgeType ( ) const

get default edgeType

Definition at line 232 of file GNECreateEdgeFrame.cpp.

Referenced by GNECreateEdgeFrame::processClick().

Here is the caller graph for this function:

◆ getEdgeTypeSelected()

GNEEdgeType * GNECreateEdgeFrame::EdgeTypeSelector::getEdgeTypeSelected ( ) const

get edgeType selected

Definition at line 238 of file GNECreateEdgeFrame.cpp.

Referenced by GNECreateEdgeFrame::processClick().

Here is the caller graph for this function:

◆ isAddSidewalkEnabled()

bool GNECreateEdgeFrame::EdgeTypeSelector::isAddSidewalkEnabled ( ) const

check if add sidewalk check button is enabled

Definition at line 254 of file GNECreateEdgeFrame.cpp.

Referenced by GNECreateEdgeFrame::processClick().

Here is the caller graph for this function:

◆ isNoPedestriansEnabled()

bool GNECreateEdgeFrame::EdgeTypeSelector::isNoPedestriansEnabled ( ) const

check if no pedestrian check button is enabled

Definition at line 248 of file GNECreateEdgeFrame.cpp.

Referenced by GNECreateEdgeFrame::processClick().

Here is the caller graph for this function:

◆ loadContents()

bool MFXGroupBoxModule::loadContents ( ) const
protectedvirtualinherited

load contents (can be reimplemented in children)

Definition at line 226 of file MFXGroupBoxModule.cpp.

Referenced by MFXGroupBoxModule::onCmdLoadButton().

Here is the caller graph for this function:

◆ onCmdAddEdgeType()

long GNECreateEdgeFrame::EdgeTypeSelector::onCmdAddEdgeType ( FXObject *  ,
FXSelector  ,
void *   
)

Called when the user press button for add a new edge type.

Definition at line 313 of file GNECreateEdgeFrame.cpp.

References EDGE.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onCmdCollapseButton()

long MFXGroupBoxModule::onCmdCollapseButton ( FXObject *  ,
FXSelector  ,
void *   
)
inherited

collapse GroupBoxModule

Definition at line 137 of file MFXGroupBoxModule.cpp.

References COLLAPSE, GUIIconSubSys::getIcon(), MFXGroupBoxModule::myCollapsableFrame, MFXGroupBoxModule::myCollapseButton, MFXGroupBoxModule::myCollapsed, and UNCOLLAPSE.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onCmdCreateFromTemplate()

long GNECreateEdgeFrame::EdgeTypeSelector::onCmdCreateFromTemplate ( FXObject *  ,
FXSelector  ,
void *   
)

Called when the user press create edgeType from Template.

Definition at line 359 of file GNECreateEdgeFrame.cpp.

References GNEEdgeType::copyTemplate(), and EDGE.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onCmdDeleteEdgeType()

long GNECreateEdgeFrame::EdgeTypeSelector::onCmdDeleteEdgeType ( FXObject *  ,
FXSelector  ,
void *   
)

Called when the user press button for delete edge type.

Definition at line 331 of file GNECreateEdgeFrame.cpp.

References EDGE, GNENet::getAttributeCarriers(), GNEAttributeCarrier::getNet(), and GNENetHelper::AttributeCarriers::retrieveEdgeType().

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onCmdExtendButton()

long MFXGroupBoxModule::onCmdExtendButton ( FXObject *  ,
FXSelector  ,
void *   
)
inherited

extends GroupBoxModule

Definition at line 153 of file MFXGroupBoxModule.cpp.

References GNEFrame::getScrollBarWidth(), GNETLSEditorFrame::TLSPhases::getTLSEditorParent(), GNETLSTable::getTLSPhasesParent(), GNEFrame::getViewNet(), GNEViewNet::getViewParent(), MFXGroupBoxModule::myCollapsableFrame, MFXGroupBoxModule::myFrameParent, and GNEViewParent::setFrameAreaWidth().

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onCmdLoadButton()

long MFXGroupBoxModule::onCmdLoadButton ( FXObject *  ,
FXSelector  ,
void *   
)
inherited

load contents

Definition at line 207 of file MFXGroupBoxModule.cpp.

References MFXGroupBoxModule::loadContents().

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onCmdRadioButton()

long GNECreateEdgeFrame::EdgeTypeSelector::onCmdRadioButton ( FXObject *  obj,
FXSelector  ,
void *   
)

Definition at line 295 of file GNECreateEdgeFrame.cpp.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onCmdResetButton()

long MFXGroupBoxModule::onCmdResetButton ( FXObject *  ,
FXSelector  ,
void *   
)
inherited

reset GroupBoxModule

Definition at line 179 of file MFXGroupBoxModule.cpp.

References GNEFrame::getViewNet(), GNEViewNet::getViewParent(), MFXGroupBoxModule::myFrameParent, and GNEViewParent::setFrameAreaWidth().

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onCmdSaveButton()

long MFXGroupBoxModule::onCmdSaveButton ( FXObject *  ,
FXSelector  ,
void *   
)
inherited

save contents

Definition at line 201 of file MFXGroupBoxModule.cpp.

References MFXGroupBoxModule::saveContents().

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onCmdSelectEdgeTypeOrTemplate()

long GNECreateEdgeFrame::EdgeTypeSelector::onCmdSelectEdgeTypeOrTemplate ( FXObject *  ,
FXSelector  ,
void *   
)

Called when the user press select an edgeType or template in comboBox.

Definition at line 349 of file GNECreateEdgeFrame.cpp.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onPaint()

long MFXGroupBoxModule::onPaint ( FXObject *  ,
FXSelector  ,
void *  ptr 
)
inherited

draw MFXGroupBoxModule

Definition at line 124 of file MFXGroupBoxModule.cpp.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onUpdAddSideWalk()

long GNECreateEdgeFrame::EdgeTypeSelector::onUpdAddSideWalk ( FXObject *  ,
FXSelector  ,
void *   
)

Called when add sidewalk check buton is updated.

Definition at line 381 of file GNECreateEdgeFrame.cpp.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onUpdResetButton()

long MFXGroupBoxModule::onUpdResetButton ( FXObject *  sender,
FXSelector  ,
void *   
)
inherited

update reset GroupBoxModule

Definition at line 188 of file MFXGroupBoxModule.cpp.

References GNEViewParent::getFrameAreaWidth(), GNEFrame::getViewNet(), GNEViewNet::getViewParent(), and MFXGroupBoxModule::myFrameParent.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ refreshEdgeTypeSelector()

void GNECreateEdgeFrame::EdgeTypeSelector::refreshEdgeTypeSelector ( )

refresh edge type selector

Definition at line 117 of file GNECreateEdgeFrame.cpp.

References GNEInspectorFrame::TemplateEditor::getEdgeTemplate(), and SUMO_ATTR_ID.

Referenced by GNEApplicationWindow::onCmdOpenEdgeTypes(), GNEApplicationWindow::onCmdReloadEdgeTypes(), GNEChange_EdgeType::redo(), GNECreateEdgeFrame::setUseEdgeTemplate(), GNECreateEdgeFrame::show(), and GNEChange_EdgeType::undo().

Here is the caller graph for this function:

◆ saveContents()

bool MFXGroupBoxModule::saveContents ( ) const
protectedvirtualinherited

save contents (can be reimplemented in children)

Reimplemented in GNEFixDemandElements::FixOptions, and GNEFixNetworkElements::FixOptions.

Definition at line 219 of file MFXGroupBoxModule.cpp.

Referenced by MFXGroupBoxModule::onCmdSaveButton().

Here is the caller graph for this function:

◆ setCurrentEdgeType()

void GNECreateEdgeFrame::EdgeTypeSelector::setCurrentEdgeType ( const GNEEdgeType edgeType)

set current edgeType

Definition at line 270 of file GNECreateEdgeFrame.cpp.

References GNEAttributeCarrier::getID().

◆ setText()

void MFXGroupBoxModule::setText ( const std::string &  text)
inherited

set text

Definition at line 112 of file MFXGroupBoxModule.cpp.

References MFXGroupBoxModule::myLabel.

Referenced by GNETagSelector::setCurrentTagType(), and GNESelectorFrame::SelectionInformation::updateInformationLabel().

Here is the caller graph for this function:

◆ toggleSaveButton()

void MFXGroupBoxModule::toggleSaveButton ( const bool  value)
protectedinherited

enable or disable save buttons

Definition at line 233 of file MFXGroupBoxModule.cpp.

References MFXGroupBoxModule::mySaveButton.

◆ updateIDinComboBox()

void GNECreateEdgeFrame::EdgeTypeSelector::updateIDinComboBox ( const std::string &  oldID,
const std::string &  newID 
)

update id in comboBox

Definition at line 196 of file GNECreateEdgeFrame.cpp.

Referenced by GNEEdgeType::setAttribute().

Here is the caller graph for this function:

◆ useDefaultEdgeType()

bool GNECreateEdgeFrame::EdgeTypeSelector::useDefaultEdgeType ( ) const

check if we're using default edge type

Definition at line 220 of file GNECreateEdgeFrame.cpp.

Referenced by GNECreateEdgeFrame::processClick().

Here is the caller graph for this function:

◆ useEdgeTemplate()

bool GNECreateEdgeFrame::EdgeTypeSelector::useEdgeTemplate ( ) const

check if we have to use edge template

Definition at line 206 of file GNECreateEdgeFrame.cpp.

Referenced by GNECreateEdgeFrame::processClick().

Here is the caller graph for this function:

◆ useTemplate()

void GNECreateEdgeFrame::EdgeTypeSelector::useTemplate ( )

use template

Definition at line 287 of file GNECreateEdgeFrame.cpp.

Referenced by GNECreateEdgeFrame::setUseEdgeTemplate().

Here is the caller graph for this function:

Field Documentation

◆ myAddEdgeTypeButton

FXButton* GNECreateEdgeFrame::EdgeTypeSelector::myAddEdgeTypeButton = nullptr
private

button for create new edge type

Definition at line 153 of file GNECreateEdgeFrame.h.

◆ myAddSidewalkCheckButton

FXCheckButton* GNECreateEdgeFrame::EdgeTypeSelector::myAddSidewalkCheckButton = nullptr
private

add sidewalk check button

Definition at line 144 of file GNECreateEdgeFrame.h.

◆ myCollapsableFrame

FXVerticalFrame* MFXGroupBoxModule::myCollapsableFrame = nullptr
privateinherited

◆ myCollapseButton

FXButton* MFXGroupBoxModule::myCollapseButton = nullptr
privateinherited

button for collapse elements

Definition at line 108 of file MFXGroupBoxModule.h.

Referenced by MFXGroupBoxModule::MFXGroupBoxModule(), and MFXGroupBoxModule::onCmdCollapseButton().

◆ myCollapsed

bool MFXGroupBoxModule::myCollapsed
privateinherited

flag to check if this groupbox is collapsed

Definition at line 123 of file MFXGroupBoxModule.h.

Referenced by MFXGroupBoxModule::onCmdCollapseButton().

◆ myCreateEdgeFrameParent

GNECreateEdgeFrame* GNECreateEdgeFrame::EdgeTypeSelector::myCreateEdgeFrameParent
private

pointer to createEdgeFrameParent

Definition at line 126 of file GNECreateEdgeFrame.h.

◆ myCreateFromTemplate

FXButton* GNECreateEdgeFrame::EdgeTypeSelector::myCreateFromTemplate = nullptr
private

button for create edgeType from template

Definition at line 159 of file GNECreateEdgeFrame.h.

◆ myCurrentIndex

int GNECreateEdgeFrame::EdgeTypeSelector::myCurrentIndex
private

currentIndex

Definition at line 135 of file GNECreateEdgeFrame.h.

◆ myDefaultEdgeType

GNEEdgeType* GNECreateEdgeFrame::EdgeTypeSelector::myDefaultEdgeType
private

default edge type

Definition at line 129 of file GNECreateEdgeFrame.h.

Referenced by ~EdgeTypeSelector().

◆ myDeleteEdgeTypeButton

FXButton* GNECreateEdgeFrame::EdgeTypeSelector::myDeleteEdgeTypeButton = nullptr
private

button for delete edge type

Definition at line 156 of file GNECreateEdgeFrame.h.

◆ myEdgeTypesComboBox

FXComboBox* GNECreateEdgeFrame::EdgeTypeSelector::myEdgeTypesComboBox = nullptr
private

ComboBox for edge types.

Definition at line 150 of file GNECreateEdgeFrame.h.

◆ myEdgeTypeSelected

GNEEdgeType* GNECreateEdgeFrame::EdgeTypeSelector::myEdgeTypeSelected = nullptr
private

selected edgeType

Definition at line 132 of file GNECreateEdgeFrame.h.

◆ myExtendButton

FXButton* MFXGroupBoxModule::myExtendButton = nullptr
privateinherited

button for extend elements

Definition at line 111 of file MFXGroupBoxModule.h.

◆ myFrameParent

GNEFrame* MFXGroupBoxModule::myFrameParent = nullptr
privateinherited

◆ myLabel

FXLabel* MFXGroupBoxModule::myLabel = nullptr
privateinherited

label used in non collapsable MFXGroupBoxModule

Definition at line 105 of file MFXGroupBoxModule.h.

Referenced by MFXGroupBoxModule::MFXGroupBoxModule(), and MFXGroupBoxModule::setText().

◆ myLoadButton

FXButton* MFXGroupBoxModule::myLoadButton = nullptr
privateinherited

button for load elements

Definition at line 120 of file MFXGroupBoxModule.h.

Referenced by MFXGroupBoxModule::MFXGroupBoxModule().

◆ myNoPedestriansCheckButton

FXCheckButton* GNECreateEdgeFrame::EdgeTypeSelector::myNoPedestriansCheckButton = nullptr
private

no pedestrian check button

Definition at line 141 of file GNECreateEdgeFrame.h.

◆ myOptions

const int MFXGroupBoxModule::myOptions
privateinherited

GroupBoxModule options.

Definition at line 96 of file MFXGroupBoxModule.h.

Referenced by MFXGroupBoxModule::MFXGroupBoxModule().

◆ myResetWidthButton

FXButton* MFXGroupBoxModule::myResetWidthButton = nullptr
privateinherited

button for reset frame width

Definition at line 114 of file MFXGroupBoxModule.h.

◆ mySaveButton

FXButton* MFXGroupBoxModule::mySaveButton = nullptr
privateinherited

button for save elements

Definition at line 117 of file MFXGroupBoxModule.h.

Referenced by MFXGroupBoxModule::MFXGroupBoxModule(), and MFXGroupBoxModule::toggleSaveButton().

◆ myUseCustomEdgeType

FXRadioButton* GNECreateEdgeFrame::EdgeTypeSelector::myUseCustomEdgeType = nullptr
private

create custom edge

Definition at line 147 of file GNECreateEdgeFrame.h.

◆ myUseDefaultEdgeType

FXRadioButton* GNECreateEdgeFrame::EdgeTypeSelector::myUseDefaultEdgeType = nullptr
private

create default edge

Definition at line 138 of file GNECreateEdgeFrame.h.


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