![]() |
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, MFXComboBoxIcon::disable(), MFXGroupBoxModule::getCollapsableFrame(), GNEViewParent::getGNEAppWindows(), GUIIconSubSys::getIcon(), GUIMainWindow::getStaticTooltipMenu(), GNEFrame::getViewNet(), GNEViewNet::getViewParent(), GUIDesignAuxiliarHorizontalFrame, GUIDesignAuxiliarHorizontalFrameUniform, GUIDesignButton, GUIDesignComboBoxAttribute, GUIDesignComboBoxVisibleItems, GUIDesignLabelThickedFixed, 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, OK, REMOVE, RESET, GNETLSEditorFrame::show(), SUMO_ATTR_PROGRAMID, TL, and toString().
| GNETLSEditorFrame::TLSPrograms::~TLSPrograms | ( | ) |
destructor
Definition at line 1383 of file GNETLSEditorFrame.cpp.
|
privatedelete |
Invalidated copy constructor.
| bool GNETLSEditorFrame::TLSPrograms::checkHaveModifications | ( | ) | const |
check if current TLS was modified
Definition at line 1516 of file GNETLSEditorFrame.cpp.
Referenced by GNETLSEditorFrame::editJunction(), GNEViewNet::hotkeyEnter(), and GNETLSEditorFrame::isTLSSaved().
| void GNETLSEditorFrame::TLSPrograms::clearTLSProgramss | ( | ) |
clear TLS Definitions
Definition at line 1500 of file GNETLSEditorFrame.cpp.
References GNETLSEditorFrame::myTLSPrograms.
Referenced by GNETLSEditorFrame::cleanup().
|
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(), GNENet::getAttributeCarriers(), NBNode::getControllingTLS(), Named::getID(), GNEJunction::getNBNode(), GNEAttributeCarrier::getNet(), NBTrafficLightLogicCont::getNextProgramID(), NBTrafficLightDefinition::getNodes(), OptionsCont::getOptions(), NBTrafficLightDefinition::getProgramID(), NBNode::isTLControlled(), MODETLS, GNENetHelper::AttributeCarriers::retrieveJunction(), GNEJunction::setAttribute(), NBLoadedSUMOTLDef::setProgramID(), SUMO_ATTR_TYPE, TLF, TLS, toString(), and TRAFFIC_LIGHT.
| void GNETLSEditorFrame::TLSPrograms::discardChanges | ( | const bool | editJunctionAgain | ) |
discard changes
Definition at line 1551 of file GNETLSEditorFrame.cpp.
Referenced by GNEViewNet::abortOperation(), and GNETLSEditorFrame::editJunction().
|
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 MFXGroupBoxModule::myCollapsableFrame.
Referenced by GNEGenericDataFrame::AttributeSelector::AttributeSelector(), GNEMoveFrame::ChangeZInSelection::ChangeZInSelection(), GNEConnectorFrame::ConnectionModifications::ConnectionModifications(), GNEConnectorFrame::ConnectionOperations::ConnectionOperations(), GNEConnectorFrame::ConnectionSelection::ConnectionSelection(), GNECrossingFrame::CreateCrossing::CreateCrossing(), GNECrossingFrame::CrossingParameters::CrossingParameters(), GNETAZFrame::CurrentTAZ::CurrentTAZ(), GNEMoveFrame::DemandMoveOptions::DemandMoveOptions(), GNEDistributionFrame::DistributionSelector::DistributionSelector(), GNEDistributionFrame::DistributionValuesEditor::DistributionValuesEditor(), GNEAdditionalFrame::E2MultilaneLegendModule::E2MultilaneLegendModule(), GNECrossingFrame::EdgesSelector::EdgesSelector(), GNEFixElementsDialog< T >::FixOptions::FixOptions(), GNEDemandElementSelector::GNEDemandElementSelector(), GNEMatchAttribute::GNEMatchAttribute(), GNEOptionsEditor::GNEOptionsEditor(), 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::NetworkMoveOptions::NetworkMoveOptions(), GNEDeleteFrame::ProtectElements::ProtectElements(), GNEProhibitionFrame::Selection::Selection(), GNESelectorFrame::SelectionHierarchy::SelectionHierarchy(), GNESelectorFrame::SelectionOperation::SelectionOperation(), GNEMoveFrame::ShiftEdgeSelectedGeometry::ShiftEdgeSelectedGeometry(), GNEMoveFrame::ShiftShapeGeometry::ShiftShapeGeometry(), GNEAttributesEditorRow::showAttributeRow(), GNETAZFrame::TAZChildDefaultParameters::TAZChildDefaultParameters(), GNETAZFrame::TAZCommonStatistics::TAZCommonStatistics(), GNETAZFrame::TAZEdgesGraphic::TAZEdgesGraphic(), GNETAZFrame::TAZSaveChanges::TAZSaveChanges(), GNETAZFrame::TAZSelectionStatistics::TAZSelectionStatistics(), GNETLSEditorFrame::TLSAttributes::TLSAttributes(), GNETLSEditorFrame::TLSFile::TLSFile(), GNETLSEditorFrame::TLSJunction::TLSJunction(), GNETLSEditorFrame::TLSPhases::TLSPhases(), TLSPrograms(), GNETypeFrame::TypeEditor::TypeEditor(), and GNESelectorFrame::VisualScaling::VisualScaling().
| const std::string GNETLSEditorFrame::TLSPrograms::getCurrentTLSProgramID | ( | ) | const |
get current program ID
Definition at line 1541 of file GNETLSEditorFrame.cpp.
| NBTrafficLightDefinition * GNETLSEditorFrame::TLSPrograms::getCurrentTLSPrograms | ( | ) | const |
get current definition
Definition at line 1529 of file GNETLSEditorFrame.cpp.
References GNETLSEditorFrame::myTLSPrograms, and TL.
Referenced by GNETLSEditorFrame::cleanup(), and GNETLSEditorFrame::editJunction().
| int GNETLSEditorFrame::TLSPrograms::getNumberOfPrograms | ( | ) | const |
get number of programs
Definition at line 1510 of file GNETLSEditorFrame.cpp.
Referenced by GNETLSEditorFrame::cleanup(), and GNETLSEditorFrame::editJunction().
| 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 GNETLSEditorFrame::myTLSPrograms, and TLS.
Referenced by GNETLSEditorFrame::editJunction().
|
protectedvirtualinherited |
load contents (can be reimplemented in children)
Definition at line 234 of file MFXGroupBoxModule.cpp.
Referenced by MFXGroupBoxModule::onCmdLoadButton().
| void GNETLSEditorFrame::TLSPrograms::markAsModified | ( | ) |
mark Program as modified
Definition at line 1522 of file GNETLSEditorFrame.cpp.
Referenced by GNETLSEditorFrame::handleChange(), and GNETLSEditorFrame::handleMultiChange().
|
inherited |
collapse GroupBoxModule
Definition at line 145 of file MFXGroupBoxModule.cpp.
References COLLAPSE, GUIIconSubSys::getIcon(), MFXGroupBoxModule::myCollapsableFrame, MFXGroupBoxModule::myCollapseButton, MFXGroupBoxModule::myCollapsed, and UNCOLLAPSE.
Referenced by FXDEFMAP().
| long GNETLSEditorFrame::TLSPrograms::onCmdCreate | ( | FXObject * | , |
| FXSelector | , | ||
| void * | |||
| ) |
Definition at line 1568 of file GNETLSEditorFrame.cpp.
References GNEJunction::getGNEConnections(), GNEJunction::getGNEIncomingEdges(), GNEJunction::getGNEOutgoingEdges(), 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 GNETLSEditorFrame::myTLSPrograms, and MFXGroupBoxModule::setText().
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 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.
Referenced by FXDEFMAP(), and GNETLSEditorFrame::isTLSSaved().
|
inherited |
extends GroupBoxModule
Definition at line 161 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().
|
inherited |
load contents
Definition at line 215 of file MFXGroupBoxModule.cpp.
References MFXGroupBoxModule::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 NBTrafficLightDefinition::getNodes(), MODETLS, 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 GNEFrame::getViewNet(), GNEViewNet::getViewParent(), MFXGroupBoxModule::myFrameParent, and GNEViewParent::setFrameAreaWidth().
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 Named::getID(), NBTrafficLightDefinition::getNodes(), NBTrafficLightDefinition::getOffset(), NBTrafficLightDefinition::getProgramID(), NBTrafficLightDefinition::getType(), MODETLS, NBTrafficLightDefinition::setProgramID(), and TL.
Referenced by FXDEFMAP().
|
inherited |
save contents
Definition at line 209 of file MFXGroupBoxModule.cpp.
References MFXGroupBoxModule::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(), GNENet::getAttributeCarriers(), GNEJunction::getGNECrossings(), GNEAttributeCarrier::getNet(), GNENetHelper::AttributeCarriers::retrieveJunction(), SUMO_ATTR_TLLINKINDEX, SUMO_ATTR_TLLINKINDEX2, NBNode::Crossing::tlLinkIndex, NBNode::Crossing::tlLinkIndex2, and toString().
Referenced by FXDEFMAP(), GNEViewNet::hotkeyEnter(), and GNETLSEditorFrame::isTLSSaved().
|
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 GNEViewParent::getFrameAreaWidth(), GNEFrame::getViewNet(), GNEViewNet::getViewParent(), and MFXGroupBoxModule::myFrameParent.
Referenced by FXDEFMAP().
|
privatedelete |
Invalidated assignment operator.
|
protectedvirtualinherited |
save contents (can be reimplemented in children)
Reimplemented in GNEFixElementsDialog< T >::FixOptions.
Definition at line 227 of file MFXGroupBoxModule.cpp.
Referenced by MFXGroupBoxModule::onCmdSaveButton().
|
inherited |
set text
Definition at line 120 of file MFXGroupBoxModule.cpp.
References MFXGroupBoxModule::myLabel.
Referenced by onCmdDefSwitchTLSProgram(), GNEViewObjectSelector::showNetworkElementsSelector(), GNESelectorFrame::SelectionInformation::updateInformationLabel(), 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 Named::getID(), NBTrafficLightLogicCont::getLogic(), NBTrafficLightDefinition::getProgramID(), and TL.
|
protectedinherited |
enable or disable save buttons
Definition at line 241 of file MFXGroupBoxModule.cpp.
References MFXGroupBoxModule::mySaveButton.
| void GNETLSEditorFrame::TLSPrograms::updateTLSPrograms | ( | ) |
update TLSPrograms module
Definition at line 1387 of file GNETLSEditorFrame.cpp.
References TL.
Referenced by GNETLSEditorFrame::updateModules().
|
private |
button for cancel TLS program
Definition at line 265 of file GNETLSEditorFrame.h.
Referenced by TLSPrograms().
|
privateinherited |
vertical collapsable frame
Definition at line 103 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule::getCollapsableFrame(), MFXGroupBoxModule::MFXGroupBoxModule(), MFXGroupBoxModule::onCmdCollapseButton(), and MFXGroupBoxModule::onCmdExtendButton().
|
privateinherited |
button for collapse elements
Definition at line 109 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule::MFXGroupBoxModule(), and MFXGroupBoxModule::onCmdCollapseButton().
|
privateinherited |
flag to check if this groupbox is collapsed
Definition at line 124 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule::onCmdCollapseButton().
|
private |
button for create new TLS program
Definition at line 250 of file GNETLSEditorFrame.h.
Referenced by TLSPrograms().
|
private |
button for delete existent TLS program
Definition at line 253 of file GNETLSEditorFrame.h.
Referenced by TLSPrograms().
|
privateinherited |
button for extend elements
Definition at line 112 of file MFXGroupBoxModule.h.
|
privateinherited |
GNEFrame in which this GroupBox is placed.
Definition at line 100 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule::onCmdExtendButton(), MFXGroupBoxModule::onCmdResetButton(), and MFXGroupBoxModule::onUpdResetButton().
|
private |
whether the current tls was modified
Definition at line 247 of file GNETLSEditorFrame.h.
|
privateinherited |
label used in non collapsable MFXGroupBoxModule
Definition at line 106 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule::MFXGroupBoxModule(), and MFXGroupBoxModule::setText().
|
privateinherited |
button for load elements
Definition at line 121 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule::MFXGroupBoxModule().
|
privateinherited |
GroupBoxModule options.
Definition at line 97 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule::MFXGroupBoxModule().
|
private |
the comboBox for selecting the tl-definition to edit
Definition at line 244 of file GNETLSEditorFrame.h.
Referenced by TLSPrograms().
|
private |
button for reset all TLS program
Definition at line 259 of file GNETLSEditorFrame.h.
Referenced by TLSPrograms().
|
private |
button for reset TLS program
Definition at line 256 of file GNETLSEditorFrame.h.
Referenced by TLSPrograms().
|
privateinherited |
button for reset frame width
Definition at line 115 of file MFXGroupBoxModule.h.
|
private |
button for save TLS program
Definition at line 262 of file GNETLSEditorFrame.h.
Referenced by TLSPrograms().
|
privateinherited |
button for save elements
Definition at line 118 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule::MFXGroupBoxModule(), and MFXGroupBoxModule::toggleSaveButton().
|
private |
pointer to GNETLSEditorFrame parent
Definition at line 238 of file GNETLSEditorFrame.h.
|
private |
the list of Definitions for the current junction
Definition at line 241 of file GNETLSEditorFrame.h.