Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
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
 
 EdgeTypeSelector (GNECreateEdgeFrame *createEdgeFrameParent)
 FOX-declaration.
 
void enableCheckBoxDisablePedestrians ()
 void enable checkbox for disable pedestrians
 
FXVerticalFrame * getCollapsableFrame ()
 get collapsable frame (used by all elements that will be collapsed if button is toggled)
 
GNEEdgeTypegetDefaultEdgeType () const
 get default edgeType
 
GNEEdgeTypegetEdgeTypeSelected () const
 get edgeType selected
 
bool isAddSidewalkEnabled () const
 check if add sidewalk check button is enabled
 
bool isNoPedestriansEnabled () const
 check if no pedestrian check button is enabled
 
long onCmdCollapseButton (FXObject *, FXSelector, void *)
 collapse GroupBoxModule
 
long onCmdExtendButton (FXObject *, FXSelector, void *)
 extends GroupBoxModule
 
long onCmdLoadButton (FXObject *, FXSelector, void *)
 load contents
 
long onCmdResetButton (FXObject *, FXSelector, void *)
 reset GroupBoxModule
 
long onCmdSaveButton (FXObject *, FXSelector, void *)
 save contents
 
long onPaint (FXObject *, FXSelector, void *)
 draw MFXGroupBoxModule
 
long onUpdResetButton (FXObject *, FXSelector, void *)
 update reset GroupBoxModule
 
void refreshEdgeTypeSelector ()
 refresh edge type selector
 
void setCurrentEdgeType (const GNEEdgeType *edgeType)
 set current edgeType
 
void setText (const std::string &text)
 set text
 
void updateIDinComboBox (const std::string &oldID, const std::string &newID)
 update id in comboBox
 
bool useDefaultEdgeType () const
 check if we're using default edge type
 
bool useEdgeTemplate () const
 check if we have to use edge template
 
void useTemplate ()
 use template
 
 ~EdgeTypeSelector ()
 destructor
 
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.
 
long onCmdDeleteEdgeType (FXObject *, FXSelector, void *)
 Called when the user press button for delete edge type.
 
long onCmdSelectEdgeTypeOrTemplate (FXObject *, FXSelector, void *)
 Called when the user press select an edgeType or template in comboBox.
 
long onCmdCreateFromTemplate (FXObject *, FXSelector, void *)
 Called when the user press create edgeType from Template.
 
long onUpdAddSideWalk (FXObject *, FXSelector, void *)
 Called when add sidewalk check buton is updated.
 

Protected Member Functions

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

Private Attributes

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

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 114 of file GNECreateEdgeFrame.cpp.

References myDefaultEdgeType.

Member Function Documentation

◆ clearEdgeTypeSelected()

void GNECreateEdgeFrame::EdgeTypeSelector::clearEdgeTypeSelected ( )

clear edgeType selected

Definition at line 263 of file GNECreateEdgeFrame.cpp.

◆ enableCheckBoxDisablePedestrians()

void GNECreateEdgeFrame::EdgeTypeSelector::enableCheckBoxDisablePedestrians ( )

void enable checkbox for disable pedestrians

Definition at line 229 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(), GNEE2DetectorLegendModule::GNEE2DetectorLegendModule(), GNEOptionsDialog::GNEOptionsDialog(), GNEPathCreator::GNEPathCreator(), GNEPathLegendModule::GNEPathLegendModule(), GNESelectorParent::GNESelectorParent(), GNEStopFrame::HelpCreation::HelpCreation(), GNEVehicleFrame::HelpCreation::HelpCreation(), GNECrossingFrame::Information::Information(), GNEMoveFrame::Information::Information(), GNESelectorFrame::Information::Information(), GNEGenericDataFrame::IntervalSelector::IntervalSelector(), GNECreateEdgeFrame::LaneTypeSelector::LaneTypeSelector(), GNEConnectorFrame::Legend::Legend(), GNECreateEdgeFrame::Legend::Legend(), GNEProhibitionFrame::Legend::Legend(), GNETAZRelDataFrame::Legend::Legend(), GNEMeanDataFrame::MeanDataEditor::MeanDataEditor(), GNEMeanDataFrame::MeanDataSelector::MeanDataSelector(), GNESelectorFrame::ModificationMode::ModificationMode(), GNEMoveFrame::NetworkModeOptions::NetworkModeOptions(), GNEMatchAttribute::onCmdHelp(), GNEMatchGenericDataAttribute::onCmdHelp(), GNENeteditAttributes::onCmdHelp(), GNEOverlappedInspection::onCmdOverlappingHelp(), GNEFrameAttributeModules::ParametersEditor::ParametersEditor(), GNEFrameAttributeModules::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(), GNETypeDistributionFrame::TypeAttributesEditor::TypeAttributesEditor(), GNETypeDistributionFrame::TypeDistributionSelector::TypeDistributionSelector(), GNETypeFrame::TypeEditor::TypeEditor(), and GNESelectorFrame::VisualScaling::VisualScaling().

◆ getDefaultEdgeType()

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

get default edgeType

Definition at line 235 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 241 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 257 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 251 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 316 of file GNECreateEdgeFrame.cpp.

References EDGE, and TL.

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 362 of file GNECreateEdgeFrame.cpp.

References GNEEdgeType::copyTemplate(), EDGE, and TL.

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 334 of file GNECreateEdgeFrame.cpp.

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

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 298 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 352 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 384 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 120 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 273 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 199 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 223 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 209 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 290 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: