![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNETLSEditorFrame.h>
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 | |
| bool | checkHaveModifications () const |
| check if current TLS was modified | |
| void | clearTLSProgramss () |
| clear TLS Definitions | |
| void | discardChanges (const bool editJunctionAgain) |
| discard changes | |
| FXVerticalFrame * | getCollapsableFrame () |
| get collapsable frame (used by all elements that will be collapsed if button is toggled) | |
| const std::string | getCurrentTLSProgramID () const |
| get current program ID | |
| NBTrafficLightDefinition * | getCurrentTLSPrograms () const |
| get current definition | |
| int | getNumberOfPrograms () const |
| get number of programs | |
| void | hideTLSPrograms () |
| hide TLSPrograms | |
| bool | initTLSPrograms () |
| init TLS Definitions | |
| void | markAsModified () |
| mark Program as modified | |
| 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 | setText (const std::string &text) |
| set text | |
| void | showTLSPrograms () |
| show TLSPrograms | |
| TLSPrograms (GNETLSEditorFrame *TLSEditorParent) | |
| FOX-declaration. | |
| void | updateTLSPrograms () |
| update TLSPrograms module | |
| ~TLSPrograms () | |
| destructor | |
FOX-callbacks | |
Called when the user press button create/duplicate TLS Program | |
| long | onCmdCreate (FXObject *, FXSelector, void *) |
| long | onCmdDelete (FXObject *, FXSelector, void *) |
| Called when the user press button delete TLS Program. | |
| long | onCmdResetCurrentProgram (FXObject *, FXSelector, void *) |
| Called when the user press button reset current TLS Program. | |
| long | onCmdResetAll (FXObject *, FXSelector, void *) |
| Called when the user press button reset all TLS Programs. | |
| long | onCmdDefSwitchTLSProgram (FXObject *, FXSelector, void *) |
| Called when the user switches a TLS. | |
| long | onCmdSaveChanges (FXObject *, FXSelector, void *) |
| Called when the user presses the save-Button. | |
| long | onCmdDiscardChanges (FXObject *, FXSelector, void *) |
| Called when the user presses the Cancel-button. | |
Protected Member Functions | |
| void | createTLS (GNEJunction *junction) |
| FOX needs this. | |
| virtual bool | loadContents () const |
| load contents (can be reimplemented in children) | |
| virtual bool | saveContents () const |
| save contents (can be reimplemented in children) | |
| bool | switchProgram () |
| switch program | |
| void | toggleSaveButton (const bool value) |
| enable or disable save buttons | |
Private Member Functions | |
| TLSPrograms & | operator= (const TLSPrograms &)=delete |
| Invalidated assignment operator. | |
| TLSPrograms (const TLSPrograms &)=delete | |
| Invalidated copy constructor. | |
Private Attributes | |
| FXButton * | myCancelButon = nullptr |
| button for cancel TLS program | |
| FXVerticalFrame * | myCollapsableFrame = nullptr |
| vertical collapsable frame | |
| FXButton * | myCollapseButton = nullptr |
| button for collapse elements | |
| bool | myCollapsed |
| flag to check if this groupbox is collapsed | |
| FXButton * | myCreateButton = nullptr |
| button for create new TLS program | |
| FXButton * | myDeleteButton = nullptr |
| button for delete existent TLS program | |
| MFXButtonTooltip * | myExtendButton = nullptr |
| button for extend elements | |
| GNEFrame * | myFrameParent = nullptr |
| GNEFrame in which this GroupBox is placed. | |
| bool | myHaveModifications = false |
| whether the current tls was modified | |
| FXLabel * | myLabel = nullptr |
| label used in non collapsable MFXGroupBoxModule | |
| FXButton * | myLoadButton = nullptr |
| button for load elements | |
| const int | myOptions |
| GroupBoxModule options. | |
| MFXComboBoxIcon * | myProgramComboBox |
| the comboBox for selecting the tl-definition to edit | |
| FXButton * | myResetAllButton = nullptr |
| button for reset all TLS program | |
| FXButton * | myResetSingleButton = nullptr |
| button for reset TLS program | |
| FXButton * | myResetWidthButton = nullptr |
| button for reset frame width | |
| FXButton * | mySaveButon = nullptr |
| button for save TLS program | |
| FXButton * | mySaveButton = nullptr |
| button for save elements | |
| GNETLSEditorFrame * | myTLSEditorParent = nullptr |
| pointer to GNETLSEditorFrame parent | |
| std::vector< NBTrafficLightDefinition * > | myTLSPrograms |
| the list of Definitions for the current junction | |
Definition at line 157 of file GNETLSEditorFrame.h.
|
inherited |
GroupBoxModule options.
| Enumerator | |
|---|---|
| NOTHING | |
| COLLAPSIBLE | |
| EXTENSIBLE | |
| SAVE | |
| LOAD | |
Definition at line 38 of file MFXGroupBoxModule.h.
| GNETLSEditorFrame::TLSPrograms::TLSPrograms | ( | GNETLSEditorFrame * | TLSEditorParent | ) |
FOX-declaration.
constructor
Definition at line 1341 of file GNETLSEditorFrame.cpp.
References GUIDesigns::buildFXButton(), CANCEL, MFXGroupBoxModule::getCollapsableFrame(), GNEViewParent::getGNEAppWindows(), GUIIconSubSys::getIcon(), GUIMainWindow::getStaticTooltipMenu(), GNEFrame::getViewNet(), GNEViewNet::getViewParent(), GNETLSEditorFrame::GNETLSEditorFrame(), GUIDesignAuxiliarHorizontalFrame, GUIDesignAuxiliarHorizontalFrameUniform, GUIDesignButton, GUIDesignComboBoxAttribute, GUIDesignComboBoxVisibleItems, GUIDesignLabelThickedFixed, MFXGroupBoxModule::MFXGroupBoxModule(), MID_GNE_TLSFRAME_DEFINITION_CREATE, MID_GNE_TLSFRAME_DEFINITION_DELETE, MID_GNE_TLSFRAME_DEFINITION_DISCARD, MID_GNE_TLSFRAME_DEFINITION_RESETALL, MID_GNE_TLSFRAME_DEFINITION_RESETCURRENT, MID_GNE_TLSFRAME_DEFINITION_SAVE, MID_GNE_TLSFRAME_DEFINITION_SWITCHPROGRAM, MODETLS, myCancelButon, myCreateButton, myDeleteButton, myProgramComboBox, myResetAllButton, myResetSingleButton, mySaveButon, myTLSEditorParent, OK, REMOVE, RESET, GNETLSEditorFrame::show(), SUMO_ATTR_PROGRAMID, TL, and toString().
Referenced by getCurrentTLSPrograms(), onCmdDefSwitchTLSProgram(), operator=(), and TLSPrograms().
| GNETLSEditorFrame::TLSPrograms::~TLSPrograms | ( | ) |
destructor
Definition at line 1383 of file GNETLSEditorFrame.cpp.
|
privatedelete |
Invalidated copy constructor.
References TLSPrograms().
| bool GNETLSEditorFrame::TLSPrograms::checkHaveModifications | ( | ) | const |
check if current TLS was modified
Definition at line 1516 of file GNETLSEditorFrame.cpp.
References myHaveModifications.
| void GNETLSEditorFrame::TLSPrograms::clearTLSProgramss | ( | ) |
clear TLS Definitions
Definition at line 1500 of file GNETLSEditorFrame.cpp.
References myProgramComboBox, and myTLSPrograms.
|
protected |
FOX needs this.
create (or duplicate) TLS in the given junction
Definition at line 1790 of file GNETLSEditorFrame.cpp.
References NBTrafficLightDefinition::compute(), GNEJunction::getAttribute(), NBNode::getControllingTLS(), getCurrentTLSProgramID(), Named::getID(), GNEJunction::getNBNode(), NBTrafficLightLogicCont::getNextProgramID(), NBTrafficLightDefinition::getNodes(), OptionsCont::getOptions(), NBTrafficLightDefinition::getProgramID(), NBNode::isTLControlled(), MODETLS, myTLSEditorParent, GNEJunction::setAttribute(), NBLoadedSUMOTLDef::setProgramID(), SUMO_ATTR_TYPE, TLF, TLS, toString(), and TRAFFIC_LIGHT.
Referenced by onCmdCreate(), and onCmdResetAll().
| void GNETLSEditorFrame::TLSPrograms::discardChanges | ( | const bool | editJunctionAgain | ) |
discard changes
Definition at line 1551 of file GNETLSEditorFrame.cpp.
References myTLSEditorParent.
Referenced by onCmdCreate(), onCmdDelete(), onCmdDiscardChanges(), onCmdResetAll(), onCmdResetCurrentProgram(), onCmdSaveChanges(), and switchProgram().
|
inherited |
get collapsable frame (used by all elements that will be collapsed if button is toggled)
Definition at line 126 of file MFXGroupBoxModule.cpp.
References myCollapsableFrame.
Referenced by GNEGenericDataFrame::AttributeSelector::AttributeSelector(), GNEMoveFrame::ChangeZInSelection::ChangeZInSelection(), GNEMoveFrame::CommonMoveOptions::CommonMoveOptions(), GNETAZRelDataFrame::ConfirmTAZRelation::ConfirmTAZRelation(), GNEConnectorFrame::ConnectionModifications::ConnectionModifications(), GNEConnectorFrame::ConnectionOperations::ConnectionOperations(), GNEConnectorFrame::ConnectionSelection::ConnectionSelection(), GNECrossingFrame::CreateCrossing::CreateCrossing(), GNECrossingFrame::CrossingParameters::CrossingParameters(), GNEConnectorFrame::CurrentLane::CurrentLane(), GNETAZFrame::CurrentTAZ::CurrentTAZ(), GNEGenericDataFrame::DataSetSelector::DataSetSelector(), GNEDeleteFrame::DeleteOptions::DeleteOptions(), GNEMoveFrame::DemandMoveOptions::DemandMoveOptions(), GNEDistributionFrame::DistributionEditor::DistributionEditor(), GNEDistributionFrame::DistributionSelector::DistributionSelector(), GNEDistributionFrame::DistributionValuesEditor::DistributionValuesEditor(), GNEAdditionalFrame::E2MultilaneLegendModule::E2MultilaneLegendModule(), GNECrossingFrame::EdgesSelector::EdgesSelector(), GNECreateEdgeFrame::EdgeTypeSelector::EdgeTypeSelector(), GNEFixElementsDialog< T >::FixOptions::FixOptions(), GNEShapeFrame::GEOPOICreator::GEOPOICreator(), GNEAttributesEditorType::GNEAttributesEditorType(), GNEConsecutiveSelector::GNEConsecutiveSelector(), GNEDemandElementSelector::GNEDemandElementSelector(), GNEDrawingShape::GNEDrawingShape(), GNEElementTree::GNEElementTree(), GNEMatchAttribute::GNEMatchAttribute(), GNEOptionsEditor::GNEOptionsEditor(), GNEOverlappedInspection::GNEOverlappedInspection(), GNEPathCreator::GNEPathCreator(), GNEPathLegendModule::GNEPathLegendModule(), GNEPlanCreator::GNEPlanCreator(), GNEPlanCreatorLegend::GNEPlanCreatorLegend(), GNEPlanSelector::GNEPlanSelector(), GNESelectorParent::GNESelectorParent(), GNETagSelector::GNETagSelector(), GNEViewObjectSelector::GNEViewObjectSelector(), GNEStopFrame::HelpCreation::HelpCreation(), GNEVehicleFrame::HelpCreation::HelpCreation(), GNEAdditionalFrame::HelpCreationModule::HelpCreationModule(), GNECrossingFrame::Information::Information(), GNEMoveFrame::Information::Information(), GNESelectorFrame::Information::Information(), GNEGenericDataFrame::IntervalSelector::IntervalSelector(), GNECrossingFrame::JunctionInformation::JunctionInformation(), GNECreateEdgeFrame::LaneTypeSelector::LaneTypeSelector(), GNEConnectorFrame::Legend::Legend(), GNECreateEdgeFrame::Legend::Legend(), GNEProhibitionFrame::Legend::Legend(), GNETAZRelDataFrame::Legend::Legend(), GNEMeanDataFrame::MeanDataEditor::MeanDataEditor(), GNEMeanDataFrame::MeanDataSelector::MeanDataSelector(), GNEMeanDataFrame::MeanDataTypeSelector::MeanDataTypeSelector(), GNESelectorFrame::ModificationMode::ModificationMode(), GNEMoveFrame::NetworkMoveOptions::NetworkMoveOptions(), GNESelectorFrame::SelectionOperation::onCmdLoad(), GNETLSEditorFrame::TLSFile::onCmdLoadTLSProgram(), GNETLSEditorFrame::TLSJunction::onCmdToggleJoinTLS(), GNEDeleteFrame::ProtectElements::ProtectElements(), GNEDistributionFrame::DistributionValuesEditor::refreshRows(), GNEProhibitionFrame::RelativeToConnection::RelativeToConnection(), GNERouteFrame::RouteModeSelector::RouteModeSelector(), GNEProhibitionFrame::Selection::Selection(), GNESelectorFrame::SelectionHierarchy::SelectionHierarchy(), GNESelectorFrame::SelectionInformation::SelectionInformation(), GNESelectorFrame::SelectionOperation::SelectionOperation(), GNEMoveFrame::ShiftEdgeSelectedGeometry::ShiftEdgeSelectedGeometry(), GNEMoveFrame::ShiftShapeGeometry::ShiftShapeGeometry(), GNETAZFrame::TAZChildDefaultParameters::TAZChildDefaultParameters(), GNETAZFrame::TAZCommonStatistics::TAZCommonStatistics(), GNETAZFrame::TAZEdgesGraphic::TAZEdgesGraphic(), GNETAZFrame::TAZSaveChanges::TAZSaveChanges(), GNETAZFrame::TAZSelectionStatistics::TAZSelectionStatistics(), GNEInspectorFrame::TemplateEditor::TemplateEditor(), GNETLSEditorFrame::TLSAttributes::TLSAttributes(), GNETLSEditorFrame::TLSFile::TLSFile(), GNETLSEditorFrame::TLSJunction::TLSJunction(), GNETLSEditorFrame::TLSPhases::TLSPhases(), GNETLSEditorFrame::TLSPrograms::TLSPrograms(), GNETypeFrame::TypeEditor::TypeEditor(), GNETypeFrame::TypeSelector::TypeSelector(), and GNESelectorFrame::VisualScaling::VisualScaling().
| const std::string GNETLSEditorFrame::TLSPrograms::getCurrentTLSProgramID | ( | ) | const |
get current program ID
Definition at line 1541 of file GNETLSEditorFrame.cpp.
References myProgramComboBox.
Referenced by createTLS().
| NBTrafficLightDefinition * GNETLSEditorFrame::TLSPrograms::getCurrentTLSPrograms | ( | ) | const |
get current definition
Definition at line 1529 of file GNETLSEditorFrame.cpp.
References myProgramComboBox, myTLSPrograms, TL, and TLSPrograms().
Referenced by onCmdSaveChanges(), and switchProgram().
| int GNETLSEditorFrame::TLSPrograms::getNumberOfPrograms | ( | ) | const |
get number of programs
Definition at line 1510 of file GNETLSEditorFrame.cpp.
References myProgramComboBox.
Referenced by updateTLSPrograms().
| void GNETLSEditorFrame::TLSPrograms::hideTLSPrograms | ( | ) |
hide TLSPrograms
Definition at line 1464 of file GNETLSEditorFrame.cpp.
References GNEFrame::hide().
| bool GNETLSEditorFrame::TLSPrograms::initTLSPrograms | ( | ) |
init TLS Definitions
Definition at line 1470 of file GNETLSEditorFrame.cpp.
References myProgramComboBox, myTLSEditorParent, myTLSPrograms, switchProgram(), and TLS.
|
protectedvirtualinherited |
load contents (can be reimplemented in children)
Definition at line 234 of file MFXGroupBoxModule.cpp.
Referenced by onCmdLoadButton().
| void GNETLSEditorFrame::TLSPrograms::markAsModified | ( | ) |
mark Program as modified
Definition at line 1522 of file GNETLSEditorFrame.cpp.
References myHaveModifications, and myTLSEditorParent.
|
inherited |
collapse GroupBoxModule
Definition at line 145 of file MFXGroupBoxModule.cpp.
References COLLAPSE, GUIIconSubSys::getIcon(), myCollapsableFrame, myCollapseButton, myCollapsed, and UNCOLLAPSE.
Referenced by FXDEFMAP().
| long GNETLSEditorFrame::TLSPrograms::onCmdCreate | ( | FXObject * | , |
| FXSelector | , | ||
| void * | ) |
Definition at line 1568 of file GNETLSEditorFrame.cpp.
References createTLS(), discardChanges(), GNEJunction::getGNEConnections(), GNEJunction::getGNEIncomingEdges(), GNEJunction::getGNEOutgoingEdges(), myProgramComboBox, myTLSEditorParent, and TL.
Referenced by FXDEFMAP().
| long GNETLSEditorFrame::TLSPrograms::onCmdDefSwitchTLSProgram | ( | FXObject * | , |
| FXSelector | , | ||
| void * | ) |
Called when the user switches a TLS.
Definition at line 1716 of file GNETLSEditorFrame.cpp.
References myProgramComboBox, myTLSPrograms, switchProgram(), and TLSPrograms().
Referenced by FXDEFMAP().
| long GNETLSEditorFrame::TLSPrograms::onCmdDelete | ( | FXObject * | , |
| FXSelector | , | ||
| void * | ) |
Called when the user press button delete TLS Program.
Definition at line 1621 of file GNETLSEditorFrame.cpp.
References discardChanges(), myTLSEditorParent, PRIORITY, GNEJunction::setAttribute(), SUMO_ATTR_TYPE, and toString().
Referenced by FXDEFMAP().
| long GNETLSEditorFrame::TLSPrograms::onCmdDiscardChanges | ( | FXObject * | , |
| FXSelector | , | ||
| void * | ) |
Called when the user presses the Cancel-button.
Definition at line 1782 of file GNETLSEditorFrame.cpp.
References discardChanges().
Referenced by FXDEFMAP().
|
inherited |
extends GroupBoxModule
Definition at line 161 of file MFXGroupBoxModule.cpp.
References myCollapsableFrame, and myFrameParent.
Referenced by FXDEFMAP().
|
inherited |
load contents
Definition at line 215 of file MFXGroupBoxModule.cpp.
References loadContents().
Referenced by FXDEFMAP().
| long GNETLSEditorFrame::TLSPrograms::onCmdResetAll | ( | FXObject * | , |
| FXSelector | , | ||
| void * | ) |
Called when the user press button reset all TLS Programs.
Definition at line 1681 of file GNETLSEditorFrame.cpp.
References createTLS(), discardChanges(), NBTrafficLightDefinition::getNodes(), MODETLS, myTLSEditorParent, PRIORITY, SUMO_ATTR_TLID, SUMO_ATTR_TYPE, TL, and toString().
Referenced by FXDEFMAP().
|
inherited |
reset GroupBoxModule
Definition at line 187 of file MFXGroupBoxModule.cpp.
References myFrameParent.
Referenced by FXDEFMAP().
| long GNETLSEditorFrame::TLSPrograms::onCmdResetCurrentProgram | ( | FXObject * | , |
| FXSelector | , | ||
| void * | ) |
Called when the user press button reset current TLS Program.
Definition at line 1645 of file GNETLSEditorFrame.cpp.
References discardChanges(), Named::getID(), NBTrafficLightDefinition::getNodes(), NBTrafficLightDefinition::getOffset(), NBTrafficLightDefinition::getProgramID(), NBTrafficLightDefinition::getType(), MODETLS, myProgramComboBox, myTLSEditorParent, NBTrafficLightDefinition::setProgramID(), and TL.
Referenced by FXDEFMAP().
|
inherited |
save contents
Definition at line 209 of file MFXGroupBoxModule.cpp.
References saveContents().
Referenced by FXDEFMAP().
| long GNETLSEditorFrame::TLSPrograms::onCmdSaveChanges | ( | FXObject * | , |
| FXSelector | , | ||
| void * | ) |
Called when the user presses the save-Button.
Definition at line 1735 of file GNETLSEditorFrame.cpp.
References GNEUndoList::add(), discardChanges(), getCurrentTLSPrograms(), GNEJunction::getGNECrossings(), myHaveModifications, myProgramComboBox, myTLSEditorParent, SUMO_ATTR_TLLINKINDEX, SUMO_ATTR_TLLINKINDEX2, NBNode::Crossing::tlLinkIndex, NBNode::Crossing::tlLinkIndex2, and toString().
Referenced by FXDEFMAP().
|
inherited |
draw MFXGroupBoxModule
Definition at line 132 of file MFXGroupBoxModule.cpp.
Referenced by FXDEFMAP().
|
inherited |
update reset GroupBoxModule
Definition at line 196 of file MFXGroupBoxModule.cpp.
References myFrameParent.
Referenced by FXDEFMAP().
|
privatedelete |
Invalidated assignment operator.
References TLSPrograms().
|
protectedvirtualinherited |
save contents (can be reimplemented in children)
Reimplemented in GNEFixElementsDialog< T >::FixOptions.
Definition at line 227 of file MFXGroupBoxModule.cpp.
Referenced by onCmdSaveButton().
|
inherited |
set text
Definition at line 120 of file MFXGroupBoxModule.cpp.
References myLabel.
Referenced by GNEViewObjectSelector::showNetworkElementsSelector(), and GNETagSelector::updateTagTypes().
| void GNETLSEditorFrame::TLSPrograms::showTLSPrograms | ( | ) |
show TLSPrograms
Definition at line 1458 of file GNETLSEditorFrame.cpp.
References GNETLSEditorFrame::show().
|
protected |
switch program
Definition at line 1835 of file GNETLSEditorFrame.cpp.
References discardChanges(), getCurrentTLSPrograms(), Named::getID(), NBTrafficLightLogicCont::getLogic(), NBTrafficLightDefinition::getProgramID(), myHaveModifications, myTLSEditorParent, and TL.
Referenced by initTLSPrograms(), and onCmdDefSwitchTLSProgram().
|
protectedinherited |
enable or disable save buttons
Definition at line 241 of file MFXGroupBoxModule.cpp.
References invalid_return< std::string >::value, and mySaveButton.
| void GNETLSEditorFrame::TLSPrograms::updateTLSPrograms | ( | ) |
update TLSPrograms module
Definition at line 1387 of file GNETLSEditorFrame.cpp.
References getNumberOfPrograms(), myCancelButon, myCreateButton, myDeleteButton, myHaveModifications, myProgramComboBox, myResetAllButton, myResetSingleButton, mySaveButon, myTLSEditorParent, and TL.
|
private |
button for cancel TLS program
Definition at line 265 of file GNETLSEditorFrame.h.
Referenced by TLSPrograms(), and updateTLSPrograms().
|
privateinherited |
vertical collapsable frame
Definition at line 103 of file MFXGroupBoxModule.h.
Referenced by getCollapsableFrame(), MFXGroupBoxModule(), MFXGroupBoxModule(), onCmdCollapseButton(), and onCmdExtendButton().
|
privateinherited |
button for collapse elements
Definition at line 109 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule(), MFXGroupBoxModule(), and onCmdCollapseButton().
|
privateinherited |
flag to check if this groupbox is collapsed
Definition at line 124 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule(), MFXGroupBoxModule(), MFXGroupBoxModule(), and onCmdCollapseButton().
|
private |
button for create new TLS program
Definition at line 250 of file GNETLSEditorFrame.h.
Referenced by TLSPrograms(), and updateTLSPrograms().
|
private |
button for delete existent TLS program
Definition at line 253 of file GNETLSEditorFrame.h.
Referenced by TLSPrograms(), and updateTLSPrograms().
|
privateinherited |
button for extend elements
Definition at line 112 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule().
|
privateinherited |
GNEFrame in which this GroupBox is placed.
Definition at line 100 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule(), onCmdExtendButton(), onCmdResetButton(), and onUpdResetButton().
|
private |
whether the current tls was modified
Definition at line 247 of file GNETLSEditorFrame.h.
Referenced by checkHaveModifications(), markAsModified(), onCmdSaveChanges(), switchProgram(), and updateTLSPrograms().
|
privateinherited |
label used in non collapsable MFXGroupBoxModule
Definition at line 106 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule(), MFXGroupBoxModule(), and setText().
|
privateinherited |
button for load elements
Definition at line 121 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule(), and MFXGroupBoxModule().
|
privateinherited |
GroupBoxModule options.
Definition at line 97 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule(), MFXGroupBoxModule(), and MFXGroupBoxModule().
|
private |
the comboBox for selecting the tl-definition to edit
Definition at line 244 of file GNETLSEditorFrame.h.
Referenced by clearTLSProgramss(), getCurrentTLSProgramID(), getCurrentTLSPrograms(), getNumberOfPrograms(), initTLSPrograms(), onCmdCreate(), onCmdDefSwitchTLSProgram(), onCmdResetCurrentProgram(), onCmdSaveChanges(), TLSPrograms(), and updateTLSPrograms().
|
private |
button for reset all TLS program
Definition at line 259 of file GNETLSEditorFrame.h.
Referenced by TLSPrograms(), and updateTLSPrograms().
|
private |
button for reset TLS program
Definition at line 256 of file GNETLSEditorFrame.h.
Referenced by TLSPrograms(), and updateTLSPrograms().
|
privateinherited |
button for reset frame width
Definition at line 115 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule().
|
private |
button for save TLS program
Definition at line 262 of file GNETLSEditorFrame.h.
Referenced by TLSPrograms(), and updateTLSPrograms().
|
privateinherited |
button for save elements
Definition at line 118 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule(), MFXGroupBoxModule(), and toggleSaveButton().
|
private |
pointer to GNETLSEditorFrame parent
Definition at line 238 of file GNETLSEditorFrame.h.
Referenced by createTLS(), discardChanges(), initTLSPrograms(), markAsModified(), onCmdCreate(), onCmdDelete(), onCmdResetAll(), onCmdResetCurrentProgram(), onCmdSaveChanges(), switchProgram(), TLSPrograms(), and updateTLSPrograms().
|
private |
the list of Definitions for the current junction
Definition at line 241 of file GNETLSEditorFrame.h.
Referenced by clearTLSProgramss(), getCurrentTLSPrograms(), initTLSPrograms(), and onCmdDefSwitchTLSProgram().