![]() |
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 | |
void | addPhase (const int row, const char c=' ') |
add phase | |
bool | changePhaseValue (const int col, const int row, const std::string &value) |
change phase value (state, name, next, etc.) | |
void | duplicatePhase (const int row) |
duplicate phase | |
FXVerticalFrame * | getCollapsableFrame () |
get collapsable frame (used by all elements that will be collapsed if button is toggled) | |
GNETLSTable * | getPhaseTable () const |
get phase table | |
GNETLSEditorFrame * | getTLSEditorParent () const |
get TLSEditor Parent | |
void | hideTLSPhases () |
hide TLSPhases | |
void | initPhaseTable () |
initializes the phase table | |
void | movePhaseDown (const int row) |
move phase down | |
void | movePhaseUp (const int row) |
move phase up | |
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 | removePhase (const int row) |
delete phase | |
void | setText (const std::string &text) |
set text | |
void | showTLSPhases () |
show TLSPhases | |
TLSPhases (GNETLSEditorFrame *TLSEditorParent) | |
FOX-declaration. | |
void | updateTLSColoring () |
update TLS coloring | |
~TLSPhases () | |
destructor | |
FOX-callbacks | |
Called when the user cleans up states | |
long | onCmdCleanStates (FXObject *, FXSelector, void *) |
long | onCmdAddUnusedStates (FXObject *, FXSelector, void *) |
Called when the user cleans up states. | |
long | onCmdGroupStates (FXObject *, FXSelector, void *) |
Called when the user groups states. | |
long | onCmdUngroupStates (FXObject *, FXSelector, void *) |
Called when the user ungroups states. | |
long | onUpdUngroupStates (FXObject *, FXSelector, void *) |
Called to update the ungroups states button. | |
long | onUpdNeedsSingleDef (FXObject *, FXSelector, void *) |
Called to buttons that modify link indices. | |
long | onUpdNeedsDef (FXObject *, FXSelector, void *) |
enable buttons, only when a tlLogic is being edited | |
long | onUpdNeedsDefAndPhase (FXObject *, FXSelector, void *) |
Called when occurs an update of needs definition and phase. | |
Protected Member Functions | |
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 Member Functions | |
int | buildDefaultPhase (const int row) |
build default phase | |
void | initActuatedPhaseTable () |
init actuated phase table | |
void | initDelayBasePhaseTable () |
init delayBase phase table | |
void | initNEMAPhaseTable () |
init NEMA phase table | |
void | initStaticPhaseTable () |
FOX needs this. | |
bool | setDuration (const int col, const int row, const std::string &value) |
set duration | |
bool | setEarliestEnd (const int row, const std::string &value) |
set earliestEnd | |
bool | setLatestEnd (const int row, const std::string &value) |
set latestEnd | |
bool | setMaxDur (const int row, const std::string &value) |
set maxDur | |
bool | setMinDur (const int row, const std::string &value) |
set minDur | |
bool | setName (const int row, const std::string &value) |
set name | |
bool | setNext (const int row, const std::string &value) |
set next | |
bool | setRed (const int row, const std::string &value) |
set red | |
bool | setState (const int col, const int row, const std::string &value) |
set state | |
bool | setVehExt (const int row, const std::string &value) |
set vehExt | |
bool | setYellow (const int row, const std::string &value) |
set yellow | |
void | updateCycleDuration (const int col) |
recomputes cycle duration and updates label | |
void | updateStateSize (const int col) |
update state size | |
Private Attributes | |
FXVerticalFrame * | myCollapsableFrame = nullptr |
vertical collapsable frame | |
FXButton * | myCollapseButton = nullptr |
button for collapse elements | |
bool | myCollapsed |
flag to check if this groupbox is collapsed | |
FXButton * | myExtendButton = nullptr |
button for extend elements | |
GNEFrame * | myFrameParent = nullptr |
GNEFrame in which this GroupBox is placed. | |
FXLabel * | myLabel = nullptr |
label used in non collapsable MFXGroupBoxModule | |
FXButton * | myLoadButton = nullptr |
button for load elements | |
const int | myOptions |
GroupBoxModule options. | |
GNETLSTable * | myPhaseTable |
table for selecting and rearranging phases and for changing duration | |
FXButton * | myResetWidthButton = nullptr |
button for reset frame width | |
FXButton * | mySaveButton = nullptr |
button for save elements | |
GNETLSEditorFrame * | myTLSEditorParent |
pointer to TLSEditor Parent | |
Definition at line 381 of file GNETLSEditorFrame.h.
|
inherited |
GroupBoxModule options.
Enumerator | |
---|---|
NOTHING | |
COLLAPSIBLE | |
EXTENSIBLE | |
SAVE | |
LOAD |
Definition at line 37 of file MFXGroupBoxModule.h.
GNETLSEditorFrame::TLSPhases::TLSPhases | ( | GNETLSEditorFrame * | TLSEditorParent | ) |
FOX-declaration.
constructor
Definition at line 1907 of file GNETLSEditorFrame.cpp.
References MFXGroupBoxModule::getCollapsableFrame(), GNEViewParent::getGNEAppWindows(), GUIMainWindow::getStaticTooltipMenu(), GNEFrame::getViewNet(), GNEViewNet::getViewParent(), GUIDesignAuxiliarHorizontalFrame, GUIDesignAuxiliarHorizontalFrameUniform, GUIDesignButton, MID_GNE_TLSFRAME_PHASES_ADDUNUSED, MID_GNE_TLSFRAME_PHASES_CLEANUP, MID_GNE_TLSFRAME_PHASES_GROUPSTATES, MID_GNE_TLSFRAME_PHASES_UNGROUPSTATES, myPhaseTable, GNETLSEditorFrame::show(), and TL.
GNETLSEditorFrame::TLSPhases::~TLSPhases | ( | ) |
destructor
Definition at line 1946 of file GNETLSEditorFrame.cpp.
void GNETLSEditorFrame::TLSPhases::addPhase | ( | const int | row, |
const char | c = ' ' |
||
) |
add phase
Definition at line 2073 of file GNETLSEditorFrame.cpp.
References toString(), and WRITE_DEBUG.
Referenced by GNETLSTable::onCmdAddPhase(), GNETLSTable::onCmdAddPhaseAllGreen(), GNETLSTable::onCmdAddPhaseAllGreenPriority(), GNETLSTable::onCmdAddPhaseAllRed(), and GNETLSTable::onCmdAddPhaseAllYellow().
|
private |
build default phase
Definition at line 2500 of file GNETLSEditorFrame.cpp.
References OptionsCont::getOptions(), GNETLSEditorFrame::getSUMOTime(), LINKSTATE_TL_GREEN_MAJOR, LINKSTATE_TL_GREEN_MINOR, LINKSTATE_TL_RED, LINKSTATE_TL_YELLOW_MAJOR, LINKSTATE_TL_YELLOW_MINOR, NEMA, STATIC, string2time(), TIME2STEPS, and NBTrafficLightDefinition::UNSPECIFIED_DURATION.
bool GNETLSEditorFrame::TLSPhases::changePhaseValue | ( | const int | col, |
const int | row, | ||
const std::string & | value | ||
) |
change phase value (state, name, next, etc.)
Definition at line 2001 of file GNETLSEditorFrame.cpp.
References ACTUATED, DELAYBASED, NEMA, STATIC, and TL.
Referenced by GNETLSTable::onCmdEditRow().
void GNETLSEditorFrame::TLSPhases::duplicatePhase | ( | const int | row | ) |
duplicate phase
Definition at line 2105 of file GNETLSEditorFrame.cpp.
References toString(), and WRITE_DEBUG.
Referenced by GNETLSTable::onCmdDuplicatePhase().
|
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(), TLSPhases(), GNETypeDistributionFrame::TypeAttributesEditor::TypeAttributesEditor(), GNETypeDistributionFrame::TypeDistributionSelector::TypeDistributionSelector(), GNETypeFrame::TypeEditor::TypeEditor(), and GNESelectorFrame::VisualScaling::VisualScaling().
GNETLSTable * GNETLSEditorFrame::TLSPhases::getPhaseTable | ( | ) | const |
get phase table
Definition at line 1969 of file GNETLSEditorFrame.cpp.
Referenced by GNETLSEditorFrame::frameWidthUpdated(), and GNETLSEditorFrame::handleChange().
GNETLSEditorFrame * GNETLSEditorFrame::TLSPhases::getTLSEditorParent | ( | ) | const |
get TLSEditor Parent
Definition at line 1963 of file GNETLSEditorFrame.cpp.
Referenced by GNETLSTable::Cell::Cell(), GNETLSTable::Column::Column(), GNETLSTable::onCmdEditRow(), MFXGroupBoxModule::onCmdExtendButton(), GNETLSTable::recalcTableWidth(), and GNETLSTable::Row::Row().
void GNETLSEditorFrame::TLSPhases::hideTLSPhases | ( | ) |
|
private |
init actuated phase table
Definition at line 2374 of file GNETLSEditorFrame.cpp.
References GNETLSEditorFrame::getSteps2Time(), toString(), and GNETLSEditorFrame::varDurString().
|
private |
init delayBase phase table
Definition at line 2417 of file GNETLSEditorFrame.cpp.
References GNETLSEditorFrame::getSteps2Time(), toString(), and GNETLSEditorFrame::varDurString().
|
private |
init NEMA phase table
Definition at line 2454 of file GNETLSEditorFrame.cpp.
References GNETLSEditorFrame::getSteps2Time(), toString(), and GNETLSEditorFrame::varDurString().
void GNETLSEditorFrame::TLSPhases::initPhaseTable | ( | ) |
initializes the phase table
[in] | index | The index to select |
Definition at line 1975 of file GNETLSEditorFrame.cpp.
References ACTUATED, GNETLSTable::clearTable(), DELAYBASED, NEMA, and STATIC.
Referenced by GNETLSEditorFrame::cleanup(), and GNETLSEditorFrame::handleChange().
|
private |
FOX needs this.
init static phase table
Definition at line 2343 of file GNETLSEditorFrame.cpp.
References GNETLSEditorFrame::getSteps2Time(), and toString().
|
protectedvirtualinherited |
load contents (can be reimplemented in children)
Definition at line 226 of file MFXGroupBoxModule.cpp.
Referenced by MFXGroupBoxModule::onCmdLoadButton().
void GNETLSEditorFrame::TLSPhases::movePhaseDown | ( | const int | row | ) |
move phase down
Definition at line 2168 of file GNETLSEditorFrame.cpp.
References toString(), and WRITE_DEBUG.
Referenced by GNETLSTable::onCmdMoveDownPhase().
void GNETLSEditorFrame::TLSPhases::movePhaseUp | ( | const int | row | ) |
move phase up
Definition at line 2143 of file GNETLSEditorFrame.cpp.
References toString(), and WRITE_DEBUG.
Referenced by GNETLSTable::onCmdMoveUpPhase().
long GNETLSEditorFrame::TLSPhases::onCmdAddUnusedStates | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
Called when the user cleans up states.
Definition at line 2271 of file GNETLSEditorFrame.cpp.
References WRITE_DEBUG.
Referenced by FXDEFMAP().
long GNETLSEditorFrame::TLSPhases::onCmdCleanStates | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
Definition at line 2257 of file GNETLSEditorFrame.cpp.
References WRITE_DEBUG.
Referenced by FXDEFMAP().
|
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().
|
inherited |
extends GroupBoxModule
Definition at line 153 of file MFXGroupBoxModule.cpp.
References GNEFrame::getScrollBarWidth(), getTLSEditorParent(), GNETLSTable::getTLSPhasesParent(), GNEFrame::getViewNet(), GNEViewNet::getViewParent(), MFXGroupBoxModule::myCollapsableFrame, MFXGroupBoxModule::myFrameParent, and GNEViewParent::setFrameAreaWidth().
Referenced by FXDEFMAP().
long GNETLSEditorFrame::TLSPhases::onCmdGroupStates | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
Called when the user groups states.
Definition at line 2282 of file GNETLSEditorFrame.cpp.
References WRITE_DEBUG.
Referenced by FXDEFMAP().
|
inherited |
load contents
Definition at line 207 of file MFXGroupBoxModule.cpp.
References MFXGroupBoxModule::loadContents().
Referenced by FXDEFMAP().
|
inherited |
reset GroupBoxModule
Definition at line 179 of file MFXGroupBoxModule.cpp.
References GNEFrame::getViewNet(), GNEViewNet::getViewParent(), MFXGroupBoxModule::myFrameParent, and GNEViewParent::setFrameAreaWidth().
Referenced by FXDEFMAP().
|
inherited |
save contents
Definition at line 201 of file MFXGroupBoxModule.cpp.
References MFXGroupBoxModule::saveContents().
Referenced by FXDEFMAP().
long GNETLSEditorFrame::TLSPhases::onCmdUngroupStates | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
Called when the user ungroups states.
Definition at line 2294 of file GNETLSEditorFrame.cpp.
References WRITE_DEBUG.
Referenced by FXDEFMAP().
|
inherited |
draw MFXGroupBoxModule
Definition at line 124 of file MFXGroupBoxModule.cpp.
Referenced by FXDEFMAP().
long GNETLSEditorFrame::TLSPhases::onUpdNeedsDef | ( | FXObject * | sender, |
FXSelector | , | ||
void * | |||
) |
enable buttons, only when a tlLogic is being edited
Definition at line 2214 of file GNETLSEditorFrame.cpp.
Referenced by FXDEFMAP().
long GNETLSEditorFrame::TLSPhases::onUpdNeedsDefAndPhase | ( | FXObject * | sender, |
FXSelector | , | ||
void * | |||
) |
Called when occurs an update of needs definition and phase.
Definition at line 2239 of file GNETLSEditorFrame.cpp.
long GNETLSEditorFrame::TLSPhases::onUpdNeedsSingleDef | ( | FXObject * | sender, |
FXSelector | , | ||
void * | |||
) |
Called to buttons that modify link indices.
Definition at line 2307 of file GNETLSEditorFrame.cpp.
Referenced by FXDEFMAP().
|
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().
long GNETLSEditorFrame::TLSPhases::onUpdUngroupStates | ( | FXObject * | sender, |
FXSelector | , | ||
void * | |||
) |
Called to update the ungroups states button.
Definition at line 2323 of file GNETLSEditorFrame.cpp.
Referenced by FXDEFMAP().
void GNETLSEditorFrame::TLSPhases::removePhase | ( | const int | row | ) |
delete phase
Definition at line 2124 of file GNETLSEditorFrame.cpp.
References MAX2(), toString(), and WRITE_DEBUG.
Referenced by GNETLSTable::onCmdRemovePhase().
|
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().
|
private |
set duration
Definition at line 2585 of file GNETLSEditorFrame.cpp.
References GNETLSEditorFrame::getSteps2Time(), and GNETLSEditorFrame::getSUMOTime().
|
private |
set earliestEnd
Definition at line 2730 of file GNETLSEditorFrame.cpp.
References GNETLSEditorFrame::getSUMOTime(), StringUtils::prune(), and NBTrafficLightDefinition::UNSPECIFIED_DURATION.
|
private |
set latestEnd
Definition at line 2758 of file GNETLSEditorFrame.cpp.
References GNETLSEditorFrame::getSUMOTime(), StringUtils::prune(), and NBTrafficLightDefinition::UNSPECIFIED_DURATION.
|
private |
set maxDur
Definition at line 2702 of file GNETLSEditorFrame.cpp.
References GNETLSEditorFrame::getSUMOTime(), StringUtils::prune(), and NBTrafficLightDefinition::UNSPECIFIED_DURATION.
|
private |
set minDur
Definition at line 2674 of file GNETLSEditorFrame.cpp.
References GNETLSEditorFrame::getSUMOTime(), StringUtils::prune(), and NBTrafficLightDefinition::UNSPECIFIED_DURATION.
|
private |
set name
Definition at line 2665 of file GNETLSEditorFrame.cpp.
|
private |
set next
Definition at line 2645 of file GNETLSEditorFrame.cpp.
References GNEAttributeCarrier::canParse().
|
private |
set red
Definition at line 2842 of file GNETLSEditorFrame.cpp.
References GNETLSEditorFrame::getSUMOTime(), StringUtils::prune(), and NBTrafficLightDefinition::UNSPECIFIED_DURATION.
|
private |
set state
Definition at line 2610 of file GNETLSEditorFrame.cpp.
References TL, toString(), and WRITE_ERROR.
|
inherited |
set text
Definition at line 112 of file MFXGroupBoxModule.cpp.
References MFXGroupBoxModule::myLabel.
Referenced by GNETagSelector::setCurrentTagType(), and GNESelectorFrame::SelectionInformation::updateInformationLabel().
|
private |
set vehExt
Definition at line 2786 of file GNETLSEditorFrame.cpp.
References GNETLSEditorFrame::getSUMOTime(), StringUtils::prune(), and NBTrafficLightDefinition::UNSPECIFIED_DURATION.
|
private |
set yellow
Definition at line 2814 of file GNETLSEditorFrame.cpp.
References GNETLSEditorFrame::getSUMOTime(), StringUtils::prune(), and NBTrafficLightDefinition::UNSPECIFIED_DURATION.
void GNETLSEditorFrame::TLSPhases::showTLSPhases | ( | ) |
show TLSPhases
Definition at line 1951 of file GNETLSEditorFrame.cpp.
References GNETLSEditorFrame::show().
|
protectedinherited |
enable or disable save buttons
Definition at line 233 of file MFXGroupBoxModule.cpp.
References MFXGroupBoxModule::mySaveButton.
|
private |
recomputes cycle duration and updates label
Definition at line 2870 of file GNETLSEditorFrame.cpp.
References GNETLSEditorFrame::getSteps2Time().
|
private |
void GNETLSEditorFrame::TLSPhases::updateTLSColoring | ( | ) |
update TLS coloring
Definition at line 2193 of file GNETLSEditorFrame.cpp.
References LINKSTATE_DEADEND.
Referenced by GNETLSEditorFrame::editJunction(), and GNETLSTable::updateIndexLabel().
|
privateinherited |
vertical collapsable frame
Definition at line 102 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule::getCollapsableFrame(), MFXGroupBoxModule::MFXGroupBoxModule(), MFXGroupBoxModule::onCmdCollapseButton(), and MFXGroupBoxModule::onCmdExtendButton().
|
privateinherited |
button for collapse elements
Definition at line 108 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule::MFXGroupBoxModule(), and MFXGroupBoxModule::onCmdCollapseButton().
|
privateinherited |
flag to check if this groupbox is collapsed
Definition at line 123 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule::onCmdCollapseButton().
|
privateinherited |
button for extend elements
Definition at line 111 of file MFXGroupBoxModule.h.
|
privateinherited |
GNEFrame in which this GroupBox is placed.
Definition at line 99 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule::onCmdExtendButton(), MFXGroupBoxModule::onCmdResetButton(), and MFXGroupBoxModule::onUpdResetButton().
|
privateinherited |
label used in non collapsable MFXGroupBoxModule
Definition at line 105 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule::MFXGroupBoxModule(), and MFXGroupBoxModule::setText().
|
privateinherited |
button for load elements
Definition at line 120 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule::MFXGroupBoxModule().
|
privateinherited |
GroupBoxModule options.
Definition at line 96 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule::MFXGroupBoxModule().
|
private |
table for selecting and rearranging phases and for changing duration
Definition at line 521 of file GNETLSEditorFrame.h.
Referenced by TLSPhases().
|
privateinherited |
button for reset frame width
Definition at line 114 of file MFXGroupBoxModule.h.
|
privateinherited |
button for save elements
Definition at line 117 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule::MFXGroupBoxModule(), and MFXGroupBoxModule::toggleSaveButton().
|
private |
pointer to TLSEditor Parent
Definition at line 518 of file GNETLSEditorFrame.h.