Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEAttributesCreator.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 | areValuesValid () const |
check if parameters of attributes are valid | |
void | disableAttributesCreator () |
disable GNEAttributesCreator | |
void | getAttributesAndValues (CommonXMLStructure::SumoBaseObject *baseObject, bool includeAll) const |
get attributes and their values | |
FXVerticalFrame * | getCollapsableFrame () |
get collapsable frame (used by all elements that will be collapsed if button is toggled) | |
GNEAttributeCarrier * | getCurrentTemplateAC () const |
get current template AC | |
GNEFrame * | getFrameParent () const |
return frame parent | |
GNEAttributesCreator (GNEFrame *frameParent) | |
FOX-declaration. | |
void | hideAttributesCreatorModule () |
hide group box | |
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 | refreshAttributesCreator () |
refresh attribute creator | |
void | setText (const std::string &text) |
set text | |
void | showAttributesCreatorModule (GNEAttributeCarrier *templateAC, const std::vector< SumoXMLAttr > &hiddenAttributes) |
show GNEAttributesCreator modul | |
void | showWarningMessage (std::string extra="") const |
show warning message with information about non-valid attributes | |
~GNEAttributesCreator () | |
destructor | |
FOX-callbacks | |
Called when reset button is pressed | |
long | onCmdReset (FXObject *, FXSelector, void *) |
long | onCmdHelp (FXObject *, FXSelector, void *) |
Called when help button is pressed. | |
Protected Member Functions | |
FOX_CONSTRUCTOR (GNEAttributesCreator) | |
FOX need this. | |
virtual bool | loadContents () const |
load contents (can be reimplemented in children) | |
void | refreshRows (const bool createRows) |
refresh rows | |
virtual bool | saveContents () const |
save contents (can be reimplemented in children) | |
void | toggleSaveButton (const bool value) |
enable or disable save buttons | |
Private Attributes | |
std::vector< GNEAttributesCreatorRow * > | myAttributesCreatorRows |
vector with the GNEAttributesCreatorRow | |
FXVerticalFrame * | myCollapsableFrame = nullptr |
vertical collapsable frame | |
FXButton * | myCollapseButton = nullptr |
button for collapse elements | |
bool | myCollapsed |
flag to check if this groupbox is collapsed | |
MFXButtonTooltip * | myExtendButton = nullptr |
button for extend elements | |
GNEFlowEditor * | myFlowEditor = nullptr |
pointer to myFlowEditor | |
FXHorizontalFrame * | myFrameButtons = nullptr |
frame buttons | |
GNEFrame * | myFrameParent = nullptr |
pointer to Frame Parent | |
std::vector< SumoXMLAttr > | myHiddenAttributes |
hidden attributes | |
FXLabel * | myLabel = nullptr |
label used in non collapsable MFXGroupBoxModule | |
FXButton * | myLoadButton = nullptr |
button for load elements | |
const int | myOptions |
GroupBoxModule options. | |
FXButton * | myResetButton = nullptr |
reset button | |
FXButton * | myResetWidthButton = nullptr |
button for reset frame width | |
FXButton * | mySaveButton = nullptr |
button for save elements | |
GNEAttributeCarrier * | myTemplateAC |
current templateAC | |
Definition at line 39 of file GNEAttributesCreator.h.
|
inherited |
GroupBoxModule options.
Enumerator | |
---|---|
NOTHING | |
COLLAPSIBLE | |
EXTENSIBLE | |
SAVE | |
LOAD |
Definition at line 38 of file MFXGroupBoxModule.h.
GNEAttributesCreator::GNEAttributesCreator | ( | GNEFrame * | frameParent | ) |
FOX-declaration.
constructor
Definition at line 49 of file GNEAttributesCreator.cpp.
References GUIDesigns::buildFXButton(), GUIIconSubSys::getIcon(), GUIDesignAuxiliarHorizontalFrame, GUIDesignButtonIcon, GUIDesignButtonRectangular, GNEAttributeCarrier::MAXNUMBEROFATTRIBUTES, MID_GNE_RESET, MID_HELP, RESET, and TL.
GNEAttributesCreator::~GNEAttributesCreator | ( | ) |
destructor
Definition at line 64 of file GNEAttributesCreator.cpp.
bool GNEAttributesCreator::areValuesValid | ( | ) | const |
check if parameters of attributes are valid
Definition at line 210 of file GNEAttributesCreator.cpp.
References GNEFlowEditor::areFlowValuesValid(), GNEAttributeCarrier::getTagProperty(), myAttributesCreatorRows, myFlowEditor, myTemplateAC, and GNEFlowEditor::shownFlowEditor().
Referenced by GNEAdditionalFrame::addAdditional(), GNEVehicleFrame::addVehicle(), GNEWireFrame::addWire(), GNEAdditionalFrame::buildAdditionalOverEdge(), GNEAdditionalFrame::buildAdditionalOverLane(), GNEAdditionalFrame::buildAdditionalOverView(), GNEWireFrame::buildWireOverView(), GNEContainerFrame::createPath(), GNEContainerPlanFrame::createPath(), GNEPersonFrame::createPath(), GNEPersonPlanFrame::createPath(), GNERouteFrame::createPath(), GNEVehicleFrame::createPath(), GNEAdditionalFrame::createPath(), GNEWireFrame::createPath(), GNEStopFrame::getStopParameter(), GNECreateEdgeFrame::processClick(), GNEShapeFrame::processClickPOI(), GNEShapeFrame::processClickPOIGeo(), GNEShapeFrame::processClickPOILanes(), and GNEShapeFrame::shapeDrawed().
void GNEAttributesCreator::disableAttributesCreator | ( | ) |
disable GNEAttributesCreator
Definition at line 197 of file GNEAttributesCreator.cpp.
References myAttributesCreatorRows, and myResetButton.
|
protected |
FOX need this.
void GNEAttributesCreator::getAttributesAndValues | ( | CommonXMLStructure::SumoBaseObject * | baseObject, |
bool | includeAll | ||
) | const |
get attributes and their values
Definition at line 110 of file GNEAttributesCreator.cpp.
References CommonXMLStructure::SumoBaseObject::addBoolAttribute(), CommonXMLStructure::SumoBaseObject::addColorAttribute(), CommonXMLStructure::SumoBaseObject::addDoubleAttribute(), CommonXMLStructure::SumoBaseObject::addIntAttribute(), CommonXMLStructure::SumoBaseObject::addPositionAttribute(), CommonXMLStructure::SumoBaseObject::addPositionVectorAttribute(), CommonXMLStructure::SumoBaseObject::addStringAttribute(), CommonXMLStructure::SumoBaseObject::addStringListAttribute(), CommonXMLStructure::SumoBaseObject::addTimeAttribute(), GNEFlowEditor::getFlowAttributes(), myAttributesCreatorRows, myFlowEditor, GNEAttributeCarrier::parse(), GNEFlowEditor::shownFlowEditor(), and SUMO_ATTR_NOTHING.
Referenced by GNEAdditionalFrame::addAdditional(), GNEVehicleFrame::addVehicle(), GNEWireFrame::addWire(), GNEContainerFrame::buildContainer(), GNERouteHandler::buildContainerPlan(), GNEPersonFrame::buildPerson(), GNERouteHandler::buildPersonPlan(), GNERouteFrame::createPath(), GNEVehicleFrame::createPath(), GNEAdditionalFrame::createPath(), GNEWireFrame::createPath(), GNEStopFrame::getStopParameter(), GNEShapeFrame::processClickPOI(), GNEShapeFrame::processClickPOIGeo(), GNEShapeFrame::processClickPOILanes(), and GNEShapeFrame::shapeDrawed().
|
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(), GNEFrameAttributeModules::ParametersEditor::ParametersEditor(), GNEDeleteFrame::ProtectElements::ProtectElements(), 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().
GNEAttributeCarrier * GNEAttributesCreator::getCurrentTemplateAC | ( | ) | const |
get current template AC
Definition at line 166 of file GNEAttributesCreator.cpp.
References myTemplateAC.
Referenced by GNEAttributesCreatorRow::onCmdSetAttribute(), and GNEAttributesCreatorRow::refreshRow().
GNEFrame * GNEAttributesCreator::getFrameParent | ( | ) | const |
return frame parent
Definition at line 104 of file GNEAttributesCreator.cpp.
References myFrameParent.
Referenced by GNEAttributesCreatorRow::generateID(), GNEAttributesCreatorRow::isValidID(), and GNEAttributesCreatorRow::onCmdOpenAllowDialog().
void GNEAttributesCreator::hideAttributesCreatorModule | ( | ) |
hide group box
Definition at line 95 of file GNEAttributesCreator.cpp.
References GNEFlowEditor::hideFlowEditor(), and myFlowEditor.
Referenced by GNEContainerFrame::demandElementSelected(), GNEContainerPlanFrame::demandElementSelected(), GNEPersonFrame::demandElementSelected(), GNEPersonPlanFrame::demandElementSelected(), GNEStopFrame::demandElementSelected(), GNEVehicleFrame::demandElementSelected(), GNEContainerPlanFrame::show(), GNEPersonPlanFrame::show(), GNEStopFrame::show(), GNEContainerFrame::tagSelected(), GNEContainerPlanFrame::tagSelected(), GNEPersonFrame::tagSelected(), GNEPersonPlanFrame::tagSelected(), GNEStopFrame::tagSelected(), GNEVehicleFrame::tagSelected(), GNEAdditionalFrame::tagSelected(), GNEShapeFrame::tagSelected(), and GNEWireFrame::tagSelected().
|
protectedvirtualinherited |
load contents (can be reimplemented in children)
Definition at line 231 of file MFXGroupBoxModule.cpp.
Referenced by MFXGroupBoxModule::onCmdLoadButton().
|
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().
|
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().
long GNEAttributesCreator::onCmdHelp | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
Called when help button is pressed.
Definition at line 237 of file GNEAttributesCreator.cpp.
References myFrameParent, myTemplateAC, and GNEFrame::openHelpAttributesDialog().
Referenced by FXDEFMAP().
|
inherited |
load contents
Definition at line 212 of file MFXGroupBoxModule.cpp.
References MFXGroupBoxModule::loadContents().
Referenced by FXDEFMAP().
long GNEAttributesCreator::onCmdReset | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
Definition at line 227 of file GNEAttributesCreator.cpp.
References myTemplateAC, refreshRows(), and GNEAttributeCarrier::resetDefaultValues().
Referenced by FXDEFMAP().
|
inherited |
reset GroupBoxModule
Definition at line 184 of file MFXGroupBoxModule.cpp.
References GNEFrame::getViewNet(), GNEViewNet::getViewParent(), MFXGroupBoxModule::myFrameParent, and GNEViewParent::setFrameAreaWidth().
Referenced by FXDEFMAP().
|
inherited |
save contents
Definition at line 206 of file MFXGroupBoxModule.cpp.
References MFXGroupBoxModule::saveContents().
Referenced by FXDEFMAP().
|
inherited |
draw MFXGroupBoxModule
Definition at line 129 of file MFXGroupBoxModule.cpp.
Referenced by FXDEFMAP().
|
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().
void GNEAttributesCreator::refreshAttributesCreator | ( | ) |
refresh attribute creator
Definition at line 188 of file GNEAttributesCreator.cpp.
References myTemplateAC, and refreshRows().
Referenced by GNEAdditionalFrame::buildAdditionalOverEdge(), GNEAdditionalFrame::buildAdditionalOverLane(), GNEAdditionalFrame::buildAdditionalOverView(), GNEContainerFrame::buildContainer(), GNEPersonFrame::buildPerson(), GNEVehicleFrame::buildVehicleOverRoute(), GNEWireFrame::buildWireOverView(), GNEContainerFrame::createPath(), GNEContainerPlanFrame::createPath(), GNEPersonFrame::createPath(), GNEPersonPlanFrame::createPath(), GNERouteFrame::createPath(), GNEVehicleFrame::createPath(), GNEAdditionalFrame::createPath(), GNEWireFrame::createPath(), GNEStopFrame::getStopParameter(), GNEAttributesCreatorRow::onCmdSetAttribute(), GNEApplicationWindow::onCmdToggleTimeFormat(), GNEShapeFrame::processClickPOI(), GNEShapeFrame::processClickPOIGeo(), GNEShapeFrame::processClickPOILanes(), GNEEdgeType::setAttribute(), GNELaneType::setAttribute(), and GNEShapeFrame::shapeDrawed().
|
protected |
refresh rows
Definition at line 245 of file GNEAttributesCreator.cpp.
References DEMAND_CONTAINER, DEMAND_PERSON, DEMAND_VEHICLE, GNEViewNetHelper::EditModes::demandEditMode, MFXGroupBoxModule::getCollapsableFrame(), GNEViewNet::getEditModes(), GNEAttributeCarrier::getTagProperty(), GNEFrame::getViewNet(), GNEFlowEditor::hideFlowEditor(), GNEViewNetHelper::EditModes::isCurrentSupermodeDemand(), myAttributesCreatorRows, myFlowEditor, myFrameButtons, myFrameParent, myHiddenAttributes, myTemplateAC, GNEFlowEditor::showFlowEditor(), SUMO_ATTR_ID, SUMO_ATTR_TYPE, and SUMO_TAG_VAPORIZER.
Referenced by onCmdReset(), refreshAttributesCreator(), and showAttributesCreatorModule().
|
protectedvirtualinherited |
save contents (can be reimplemented in children)
Reimplemented in GNEFixDemandElements::FixOptions, and GNEFixNetworkElements::FixOptions.
Definition at line 224 of file MFXGroupBoxModule.cpp.
Referenced by MFXGroupBoxModule::onCmdSaveButton().
|
inherited |
set text
Definition at line 117 of file MFXGroupBoxModule.cpp.
References MFXGroupBoxModule::myLabel.
Referenced by GNETagSelector::setCurrentTagType(), and GNESelectorFrame::SelectionInformation::updateInformationLabel().
void GNEAttributesCreator::showAttributesCreatorModule | ( | GNEAttributeCarrier * | templateAC, |
const std::vector< SumoXMLAttr > & | hiddenAttributes | ||
) |
show GNEAttributesCreator modul
Definition at line 68 of file GNEAttributesCreator.cpp.
References myAttributesCreatorRows, myHiddenAttributes, myResetButton, myTemplateAC, and refreshRows().
Referenced by GNEContainerFrame::demandElementSelected(), GNEPersonFrame::demandElementSelected(), GNEStopFrame::demandElementSelected(), GNEVehicleFrame::demandElementSelected(), GNEContainerFrame::tagSelected(), GNEContainerPlanFrame::tagSelected(), GNEPersonFrame::tagSelected(), GNEPersonPlanFrame::tagSelected(), GNEStopFrame::tagSelected(), GNEAdditionalFrame::tagSelected(), GNEShapeFrame::tagSelected(), and GNEWireFrame::tagSelected().
void GNEAttributesCreator::showWarningMessage | ( | std::string | extra = "" | ) | const |
show warning message with information about non-valid attributes
Definition at line 172 of file GNEAttributesCreator.cpp.
References GNEAttributeCarrier::getTagProperty(), GNETagProperties::getTagStr(), GNEFrame::getViewNet(), myFrameParent, myTemplateAC, GNEViewNet::setStatusBarText(), TL, and WRITE_DEBUG.
Referenced by GNEAdditionalFrame::addAdditional(), GNEVehicleFrame::addVehicle(), GNEWireFrame::addWire(), GNEAdditionalFrame::buildAdditionalCommonAttributes(), GNEAdditionalFrame::buildAdditionalOverEdge(), GNEAdditionalFrame::buildAdditionalOverLane(), GNEAdditionalFrame::buildAdditionalOverView(), GNEWireFrame::buildWireOverView(), GNEAdditionalFrame::createBaseAdditionalObject(), GNEWireFrame::createBaseWireObject(), GNERouteFrame::createPath(), GNEAdditionalFrame::createPath(), GNEWireFrame::createPath(), GNEStopFrame::getStopParameter(), GNEShapeFrame::processClickPOI(), GNEShapeFrame::processClickPOIGeo(), GNEShapeFrame::processClickPOILanes(), and GNEShapeFrame::shapeDrawed().
|
protectedinherited |
enable or disable save buttons
Definition at line 238 of file MFXGroupBoxModule.cpp.
References MFXGroupBoxModule::mySaveButton.
|
private |
vector with the GNEAttributesCreatorRow
Definition at line 108 of file GNEAttributesCreator.h.
Referenced by areValuesValid(), disableAttributesCreator(), getAttributesAndValues(), refreshRows(), and showAttributesCreatorModule().
|
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().
|
privateinherited |
button for extend elements
Definition at line 112 of file MFXGroupBoxModule.h.
|
private |
pointer to myFlowEditor
Definition at line 99 of file GNEAttributesCreator.h.
Referenced by areValuesValid(), getAttributesAndValues(), hideAttributesCreatorModule(), and refreshRows().
|
private |
|
private |
pointer to Frame Parent
Definition at line 96 of file GNEAttributesCreator.h.
Referenced by getFrameParent(), onCmdHelp(), refreshRows(), and showWarningMessage().
|
private |
hidden attributes
Definition at line 105 of file GNEAttributesCreator.h.
Referenced by refreshRows(), and showAttributesCreatorModule().
|
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 |
reset button
Definition at line 114 of file GNEAttributesCreator.h.
Referenced by disableAttributesCreator(), and showAttributesCreatorModule().
|
privateinherited |
button for reset frame width
Definition at line 115 of file MFXGroupBoxModule.h.
|
privateinherited |
button for save elements
Definition at line 118 of file MFXGroupBoxModule.h.
Referenced by MFXGroupBoxModule::MFXGroupBoxModule(), and MFXGroupBoxModule::toggleSaveButton().
|
private |
current templateAC
Definition at line 102 of file GNEAttributesCreator.h.
Referenced by areValuesValid(), getCurrentTemplateAC(), onCmdHelp(), onCmdReset(), refreshAttributesCreator(), refreshRows(), showAttributesCreatorModule(), and showWarningMessage().