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 isAddBikelaneEnabled () const
 check if add bikelane check button is enabled 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 useDefaultEdgeTypeShort () const
 check if we're using default edge type short 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 onUpdCheckButtons (FXObject *, FXSelector, void *)
 Called when check buttons are 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

FXCheckButton * myAddBikelaneCheckButton = nullptr
 add bike check button More...
 
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...
 
FXRadioButton * myCreateCustomEdgeType = nullptr
 create custom edge More...
 
FXRadioButton * myCreateDefaultEdgeType = nullptr
 create default edge More...
 
FXRadioButton * myCreateDefaultShortEdgeType = nullptr
 create default edge short 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...
 
MFXComboBoxIconmyEdgeTypesComboBox = nullptr
 ComboBox for edge types. More...
 
GNEEdgeTypemyEdgeTypeSelected = nullptr
 selected edgeType More...
 
MFXButtonTooltipmyExtendButton = 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...
 

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 38 of file MFXGroupBoxModule.h.

Constructor & Destructor Documentation

◆ EdgeTypeSelector()

◆ ~EdgeTypeSelector()

GNECreateEdgeFrame::EdgeTypeSelector::~EdgeTypeSelector ( )

destructor

Definition at line 119 of file GNECreateEdgeFrame.cpp.

References myDefaultEdgeType.

Member Function Documentation

◆ clearEdgeTypeSelected()

void GNECreateEdgeFrame::EdgeTypeSelector::clearEdgeTypeSelected ( )

clear edgeType selected

Definition at line 282 of file GNECreateEdgeFrame.cpp.

◆ enableCheckBoxDisablePedestrians()

void GNECreateEdgeFrame::EdgeTypeSelector::enableCheckBoxDisablePedestrians ( )

void enable checkbox for disable pedestrians

Definition at line 242 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 123 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(), GNEMoveFrame::DemandModeOptions::DemandModeOptions(), GNEDistributionFrame::DistributionSelector::DistributionSelector(), GNEDistributionFrame::DistributionValuesEditor::DistributionValuesEditor(), GNEAdditionalFrame::E2MultilaneLegendModule::E2MultilaneLegendModule(), GNECrossingFrame::EdgesSelector::EdgesSelector(), GNEFrameAttributeModules::GenericDataAttributes::GenericDataAttributes(), GNEInspectorFrame::GEOAttributesEditor::GEOAttributesEditor(), GNEDemandElementSelector::GNEDemandElementSelector(), GNEOptionsDialog::GNEOptionsDialog(), GNEPathCreator::GNEPathCreator(), GNEPathLegendModule::GNEPathLegendModule(), GNEPlanCreator::GNEPlanCreator(), GNEPlanCreatorLegend::GNEPlanCreatorLegend(), GNESelectorParent::GNESelectorParent(), GNEStopFrame::HelpCreation::HelpCreation(), GNEVehicleFrame::HelpCreation::HelpCreation(), GNEAdditionalFrame::HelpCreationModule::HelpCreationModule(), 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(), 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(), and GNESelectorFrame::VisualScaling::VisualScaling().

◆ getDefaultEdgeType()

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

get default edgeType

Definition at line 248 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 254 of file GNECreateEdgeFrame.cpp.

Referenced by GNECreateEdgeFrame::processClick().

Here is the caller graph for this function:

◆ isAddBikelaneEnabled()

bool GNECreateEdgeFrame::EdgeTypeSelector::isAddBikelaneEnabled ( ) const

check if add bikelane check button is enabled

Definition at line 276 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 270 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 264 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 231 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 341 of file GNECreateEdgeFrame.cpp.

References 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 142 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 387 of file GNECreateEdgeFrame.cpp.

References GNEEdgeType::copyTemplate(), 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 359 of file GNECreateEdgeFrame.cpp.

References 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 158 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 212 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 319 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 184 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 206 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 377 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 129 of file MFXGroupBoxModule.cpp.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onUpdCheckButtons()

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

Called when check buttons are updated.

Definition at line 409 of file GNECreateEdgeFrame.cpp.

References SUMO_ATTR_ID.

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 193 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 125 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 GNEFixNetworkElements::FixOptions, and GNEFixDemandElements::FixOptions.

Definition at line 224 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 292 of file GNECreateEdgeFrame.cpp.

References GNEAttributeCarrier::getID().

◆ setText()

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

set text

Definition at line 117 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 238 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 206 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 216 of file GNECreateEdgeFrame.cpp.

Referenced by GNECreateEdgeFrame::processClick().

Here is the caller graph for this function:

◆ useDefaultEdgeTypeShort()

bool GNECreateEdgeFrame::EdgeTypeSelector::useDefaultEdgeTypeShort ( ) const

check if we're using default edge type short

Definition at line 222 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 228 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 310 of file GNECreateEdgeFrame.cpp.

Referenced by GNECreateEdgeFrame::setUseEdgeTemplate().

Here is the caller graph for this function:

Field Documentation

◆ myAddBikelaneCheckButton

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

add bike check button

Definition at line 156 of file GNECreateEdgeFrame.h.

◆ myAddEdgeTypeButton

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

button for create new edge type

Definition at line 165 of file GNECreateEdgeFrame.h.

◆ myAddSidewalkCheckButton

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

add sidewalk check button

Definition at line 153 of file GNECreateEdgeFrame.h.

◆ myCollapsableFrame

FXVerticalFrame* MFXGroupBoxModule::myCollapsableFrame = nullptr
privateinherited

◆ myCollapseButton

FXButton* MFXGroupBoxModule::myCollapseButton = nullptr
privateinherited

button for collapse elements

Definition at line 109 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 124 of file MFXGroupBoxModule.h.

Referenced by MFXGroupBoxModule::onCmdCollapseButton().

◆ myCreateCustomEdgeType

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

create custom edge

Definition at line 159 of file GNECreateEdgeFrame.h.

◆ myCreateDefaultEdgeType

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

create default edge

Definition at line 144 of file GNECreateEdgeFrame.h.

◆ myCreateDefaultShortEdgeType

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

create default edge short

Definition at line 147 of file GNECreateEdgeFrame.h.

◆ myCreateEdgeFrameParent

GNECreateEdgeFrame* GNECreateEdgeFrame::EdgeTypeSelector::myCreateEdgeFrameParent
private

pointer to createEdgeFrameParent

Definition at line 132 of file GNECreateEdgeFrame.h.

◆ myCreateFromTemplate

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

button for create edgeType from template

Definition at line 171 of file GNECreateEdgeFrame.h.

◆ myCurrentIndex

int GNECreateEdgeFrame::EdgeTypeSelector::myCurrentIndex
private

currentIndex

Definition at line 141 of file GNECreateEdgeFrame.h.

◆ myDefaultEdgeType

GNEEdgeType* GNECreateEdgeFrame::EdgeTypeSelector::myDefaultEdgeType
private

default edge type

Definition at line 135 of file GNECreateEdgeFrame.h.

Referenced by ~EdgeTypeSelector().

◆ myDeleteEdgeTypeButton

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

button for delete edge type

Definition at line 168 of file GNECreateEdgeFrame.h.

◆ myEdgeTypesComboBox

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

ComboBox for edge types.

Definition at line 162 of file GNECreateEdgeFrame.h.

◆ myEdgeTypeSelected

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

selected edgeType

Definition at line 138 of file GNECreateEdgeFrame.h.

◆ myExtendButton

MFXButtonTooltip* MFXGroupBoxModule::myExtendButton = nullptr
privateinherited

button for extend elements

Definition at line 112 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 106 of file MFXGroupBoxModule.h.

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

◆ myLoadButton

FXButton* MFXGroupBoxModule::myLoadButton = nullptr
privateinherited

button for load elements

Definition at line 121 of file MFXGroupBoxModule.h.

Referenced by MFXGroupBoxModule::MFXGroupBoxModule().

◆ myNoPedestriansCheckButton

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

no pedestrian check button

Definition at line 150 of file GNECreateEdgeFrame.h.

◆ myOptions

const int MFXGroupBoxModule::myOptions
privateinherited

GroupBoxModule options.

Definition at line 97 of file MFXGroupBoxModule.h.

Referenced by MFXGroupBoxModule::MFXGroupBoxModule().

◆ myResetWidthButton

FXButton* MFXGroupBoxModule::myResetWidthButton = nullptr
privateinherited

button for reset frame width

Definition at line 115 of file MFXGroupBoxModule.h.

◆ mySaveButton

FXButton* MFXGroupBoxModule::mySaveButton = nullptr
privateinherited

button for save elements

Definition at line 118 of file MFXGroupBoxModule.h.

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


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