![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNETAZFrame.h>
Data Structures | |
class | TAZChildDefaultParameters |
class | TAZCommonStatistics |
class | TAZCurrent |
class | TAZEdgesGraphic |
class | TAZParameters |
class | TAZSaveChanges |
class | TAZSelectionStatistics |
Public Member Functions | |
void | focusUpperElement () |
focus upper element of frame More... | |
GNEFrameModuls::DrawingShape * | getDrawingShapeModul () const |
get drawing mode modul More... | |
FXFont * | getFrameHeaderFont () const |
get font of the header's frame More... | |
FXLabel * | getFrameHeaderLabel () const |
get the label for the frame's header More... | |
TAZCurrent * | getTAZCurrentModul () const |
get Current TAZ modul More... | |
TAZSaveChanges * | getTAZSaveChangesModul () const |
get TAZ Save Changes modul More... | |
TAZSelectionStatistics * | getTAZSelectionStatisticsModul () const |
get TAZ Selection Statistics modul More... | |
GNEViewNet * | getViewNet () const |
get view net More... | |
GNETAZFrame (FXHorizontalFrame *horizontalFrameParent, GNEViewNet *viewNet) | |
Constructor. More... | |
void | hide () |
hide TAZ frame More... | |
bool | processClick (const Position &clickedPosition, const GNEViewNetHelper::ObjectsUnderCursor &objectsUnderCursor) |
process click over Viewnet More... | |
void | processEdgeSelection (const std::vector< GNEEdge * > &edges) |
process selection of edges in view net More... | |
void | setFrameWidth (int newWidth) |
set width of GNEFrame More... | |
virtual void | show () |
show Frame More... | |
virtual void | updateFrameAfterUndoRedo () |
function called after undo/redo in the current frame (can be reimplemented in frame children) More... | |
~GNETAZFrame () | |
Destructor. More... | |
Protected Member Functions | |
bool | addOrRemoveTAZMember (GNEEdge *edge) |
add or remove a TAZSource and a TAZSink, or remove it if edge is in the list of TAZ Children More... | |
void | dropTAZMembers () |
drop all TAZSources and TAZ Sinks of current TAZ More... | |
const std::vector< std::string > & | getPredefinedTagsMML () const |
get predefinedTagsMML More... | |
void | openHelpAttributesDialog (const GNETagProperties &tagProperties) const |
Open help attributes dialog. More... | |
bool | shapeDrawed () |
build a shaped element using the drawed shape return true if was sucesfully created More... | |
functions called by moduls that can be reimplemented in frame children | |
virtual void | tagSelected () |
Tag selected in TagSelector. More... | |
virtual void | demandElementSelected () |
selected demand element in DemandElementSelector More... | |
virtual void | attributeUpdated () |
function called after set a valid attribute in AttributeCreator/AttributeEditor/ParametersEditor/... More... | |
virtual void | attributesEditorExtendedDialogOpened () |
open AttributesCreator extended dialog (can be reimplemented in frame children) More... | |
virtual void | selectedOverlappedElement (GNEAttributeCarrier *AC) |
open AttributesCreator extended dialog (can be reimplemented in frame children) More... | |
virtual void | createPath () |
create path (can be reimplemented in frame children) More... | |
Protected Attributes | |
FXVerticalFrame * | myContentFrame = nullptr |
Vertical frame that holds all widgets of frame. More... | |
FXHorizontalFrame * | myHeaderFrame = nullptr |
fame for header elements More... | |
FXHorizontalFrame * | myHeaderLeftFrame = nullptr |
fame for left header elements More... | |
FXHorizontalFrame * | myHeaderRightFrame = nullptr |
fame for right header elements More... | |
GNEViewNet * | myViewNet = nullptr |
View Net. More... | |
Static Private Attributes | |
static FXFont * | myFrameHeaderFont = nullptr |
static Font for the Header (it's common for all headers, then create only one time) More... | |
The Widget for setting internal attributes of TAZ elements
Definition at line 39 of file GNETAZFrame.h.
GNETAZFrame::GNETAZFrame | ( | FXHorizontalFrame * | horizontalFrameParent, |
GNEViewNet * | viewNet | ||
) |
Constructor.
parent FXHorizontalFrame in which this GNEFrame is placed
viewNet viewNet that uses this GNEFrame
create Netedit parameter
Definition at line 1293 of file GNETAZFrame.cpp.
References myDrawingShape, myNeteditAttributes, myTAZChildDefaultParameters, myTAZCommonStatistics, myTAZCurrent, myTAZEdgesGraphic, myTAZParameters, myTAZSaveChanges, myTAZSelectionStatistics, and GNETAZFrame::TAZCurrent::setTAZ().
GNETAZFrame::~GNETAZFrame | ( | ) |
Destructor.
Definition at line 1328 of file GNETAZFrame.cpp.
|
protected |
add or remove a TAZSource and a TAZSink, or remove it if edge is in the list of TAZ Children
Definition at line 1495 of file GNETAZFrame.cpp.
References GNETAZFrame::TAZSaveChanges::enableButtonsAndBeginUndoList(), GNETAZFrame::TAZChildDefaultParameters::getDefaultTAZSinkWeight(), GNETAZFrame::TAZChildDefaultParameters::getDefaultTAZSourceWeight(), GNETAZFrame::TAZCurrent::getTAZ(), GNETAZFrame::TAZCurrent::getTAZEdges(), GNEViewNet::getUndoList(), myTAZChildDefaultParameters, myTAZCurrent, myTAZSaveChanges, GNEFrame::myViewNet, GNETAZFrame::TAZCurrent::refreshTAZEdges(), SUMO_TAG_TAZSINK, SUMO_TAG_TAZSOURCE, and GNETAZFrame::TAZChildDefaultParameters::updateSelectEdgesButton().
Referenced by processClick(), and processEdgeSelection().
|
protectedvirtualinherited |
open AttributesCreator extended dialog (can be reimplemented in frame children)
Reimplemented in GNEVehicleTypeFrame.
Definition at line 185 of file GNEFrame.cpp.
|
protectedvirtualinherited |
function called after set a valid attribute in AttributeCreator/AttributeEditor/ParametersEditor/...
Reimplemented in GNEVehicleTypeFrame, GNEPersonTypeFrame, and GNEInspectorFrame.
Definition at line 179 of file GNEFrame.cpp.
|
protectedvirtualinherited |
create path (can be reimplemented in frame children)
Reimplemented in GNEVehicleFrame, GNERouteFrame, GNEPersonPlanFrame, GNEPersonFrame, GNEGenericDataFrame, and GNEEdgeRelDataFrame.
Definition at line 197 of file GNEFrame.cpp.
Referenced by GNEAdditionalFrame::E2MultilaneLaneSelector::onCmdCreatePath().
|
protectedvirtualinherited |
selected demand element in DemandElementSelector
Reimplemented in GNEVehicleFrame, GNEStopFrame, GNEPersonPlanFrame, and GNEPersonFrame.
Definition at line 166 of file GNEFrame.cpp.
|
protected |
drop all TAZSources and TAZ Sinks of current TAZ
Definition at line 1533 of file GNETAZFrame.cpp.
References GNETAZFrame::TAZSaveChanges::enableButtonsAndBeginUndoList(), GNETAZFrame::TAZCurrent::getTAZEdges(), GNEViewNet::getUndoList(), myTAZCurrent, myTAZSaveChanges, GNEFrame::myViewNet, and GNETAZFrame::TAZCurrent::refreshTAZEdges().
|
inherited |
focus upper element of frame
Definition at line 102 of file GNEFrame.cpp.
References GNEFrame::myFrameHeaderLabel.
Referenced by GNEViewNet::hotkeyFocusFrame(), GNEInspectorFrame::processDataSupermodeClick(), GNEInspectorFrame::processDemandSupermodeClick(), GNEInspectorFrame::processNetworkSupermodeClick(), GNEViewNet::updateDataModeSpecificControls(), GNEViewNet::updateDemandModeSpecificControls(), and GNEViewNet::updateNetworkModeSpecificControls().
GNEFrameModuls::DrawingShape * GNETAZFrame::getDrawingShapeModul | ( | ) | const |
get drawing mode modul
Definition at line 1426 of file GNETAZFrame.cpp.
References myDrawingShape.
Referenced by GNEViewNet::abortOperation(), GNEViewNet::drawTemporalDrawShape(), GNEViewNet::hotkeyEnter(), GNEViewNet::onKeyPress(), GNEViewNet::onKeyRelease(), and GNEViewNet::processMoveMouseNetwork().
|
inherited |
get font of the header's frame
Definition at line 145 of file GNEFrame.cpp.
References GNEFrame::myFrameHeaderFont.
|
inherited |
get the label for the frame's header
Definition at line 139 of file GNEFrame.cpp.
References GNEFrame::myFrameHeaderLabel.
Referenced by GNEProhibitionFrame::GNEProhibitionFrame(), and GNEInspectorFrame::inspectMultisection().
|
protectedinherited |
get predefinedTagsMML
Definition at line 269 of file GNEFrame.cpp.
References GNEFrame::myPredefinedTagsMML.
Referenced by GNEVehicleFrame::addVehicle(), GNEAdditionalFrame::buildAdditionalOverEdge(), GNEAdditionalFrame::buildAdditionalOverLane(), GNEAdditionalFrame::buildAdditionalOverView(), GNEPersonFrame::buildPerson(), GNEVehicleFrame::createPath(), and shapeDrawed().
GNETAZFrame::TAZCurrent * GNETAZFrame::getTAZCurrentModul | ( | ) | const |
get Current TAZ modul
Definition at line 1432 of file GNETAZFrame.cpp.
References myTAZCurrent.
Referenced by GNEViewNet::abortOperation(), GNEViewNet::hotkeyEnter(), and GNEViewNet::processLeftButtonPressNetwork().
GNETAZFrame::TAZSaveChanges * GNETAZFrame::getTAZSaveChangesModul | ( | ) | const |
get TAZ Save Changes modul
Definition at line 1444 of file GNETAZFrame.cpp.
References myTAZSaveChanges.
Referenced by GNEViewNet::hotkeyEnter().
GNETAZFrame::TAZSelectionStatistics * GNETAZFrame::getTAZSelectionStatisticsModul | ( | ) | const |
get TAZ Selection Statistics modul
Definition at line 1438 of file GNETAZFrame.cpp.
References myTAZSelectionStatistics.
Referenced by GNEApplicationWindow::onCmdAbort().
|
inherited |
get view net
Definition at line 133 of file GNEFrame.cpp.
References GNEFrame::myViewNet.
Referenced by GNEVehicleTypeFrame::attributesEditorExtendedDialogOpened(), GNEInspectorFrame::clearInspectedAC(), GNEConnectorFrame::ConnectionLegend::ConnectionLegend(), GNEInternalLane::drawGL(), GNEInternalLane::getPopUpMenu(), GNESingleParametersDialog::GNESingleParametersDialog(), GNEMultipleParametersDialog::onCmdAccept(), GNESingleParametersDialog::onCmdAccept(), GNEMultipleParametersDialog::onCmdReset(), GNESingleParametersDialog::onCmdReset(), GNEFrameModuls::PathLegend::PathLegend(), and GNEVehicleTypeFrame::show().
|
virtual |
hide TAZ frame
Reimplemented from GNEFrame.
Definition at line 1333 of file GNETAZFrame.cpp.
References GNEFrame::hide().
Referenced by GNETAZFrame::TAZChildDefaultParameters::hideTAZChildDefaultParametersModul(), GNETAZFrame::TAZCommonStatistics::hideTAZCommonStatisticsModul(), GNETAZFrame::TAZEdgesGraphic::hideTAZEdgesGraphicModul(), GNETAZFrame::TAZSaveChanges::hideTAZSaveChangesModul(), and GNETAZFrame::TAZSelectionStatistics::hideTAZSelectionStatisticsModul().
|
protectedinherited |
Open help attributes dialog.
Definition at line 202 of file GNEFrame.cpp.
References ACCEPT, GUIIconSubSys::getIcon(), GNETagProperties::getNumberOfAttributes(), GNETagProperties::getTagStr(), GUIDesignAuxiliarHorizontalFrame, GUIDesignButtonOK, GUIDesignDialogBoxResizable, GUIDesignHorizontalSeparator, GUIDesignTableNotEditable, MAX2(), MID_TABLE, MODEINSPECT, GNEFrame::myScrollWindowsContents, toString(), and WRITE_DEBUG.
bool GNETAZFrame::processClick | ( | const Position & | clickedPosition, |
const GNEViewNetHelper::ObjectsUnderCursor & | objectsUnderCursor | ||
) |
process click over Viewnet
[in] | clickedPosition | clicked position over ViewNet |
[in] | objectsUnderCursor | objects under cursors |
Definition at line 1340 of file GNETAZFrame.cpp.
References GNEFrameModuls::DrawingShape::addNewPoint(), addOrRemoveTAZMember(), GNETAZFrame::TAZSelectionStatistics::clearSelectedEdges(), GNEFrameModuls::DrawingShape::getDeleteLastCreatedPoint(), GNEViewNetHelper::ObjectsUnderCursor::getEdgeFront(), GNETAZFrame::TAZCurrent::getTAZ(), GNETAZFrame::TAZCurrent::getTAZEdges(), GNEViewNetHelper::ObjectsUnderCursor::getTAZElementFront(), GNETAZFrame::TAZChildDefaultParameters::getToggleMembership(), GNETAZFrame::TAZSaveChanges::isChangesPending(), GNEFrameModuls::DrawingShape::isDrawing(), GNETAZFrame::TAZSelectionStatistics::isEdgeSelected(), myDrawingShape, myTAZChildDefaultParameters, myTAZCurrent, myTAZSaveChanges, myTAZSelectionStatistics, GNEFrameModuls::DrawingShape::removeLastPoint(), GNETAZFrame::TAZSelectionStatistics::selectEdge(), and GNETAZFrame::TAZCurrent::setTAZ().
Referenced by GNEViewNet::processLeftButtonPressNetwork().
void GNETAZFrame::processEdgeSelection | ( | const std::vector< GNEEdge * > & | edges | ) |
process selection of edges in view net
Definition at line 1394 of file GNETAZFrame.cpp.
References addOrRemoveTAZMember(), GNETAZFrame::TAZCurrent::getTAZ(), GNETAZFrame::TAZCurrent::getTAZEdges(), GNETAZFrame::TAZChildDefaultParameters::getToggleMembership(), GNETAZFrame::TAZSelectionStatistics::isEdgeSelected(), GNETAZFrame::TAZCurrent::isTAZEdge(), myTAZChildDefaultParameters, myTAZCurrent, myTAZSelectionStatistics, and GNETAZFrame::TAZSelectionStatistics::selectEdge().
Referenced by GNEViewNet::processLeftButtonReleaseNetwork().
|
protectedvirtualinherited |
open AttributesCreator extended dialog (can be reimplemented in frame children)
Reimplemented in GNETLSEditorFrame, and GNEInspectorFrame.
Definition at line 191 of file GNEFrame.cpp.
|
inherited |
set width of GNEFrame
Definition at line 126 of file GNEFrame.cpp.
References GNEFrame::myScrollWindowsContents.
|
protectedvirtual |
build a shaped element using the drawed shape return true if was sucesfully created
Reimplemented from GNEFrame.
Definition at line 1450 of file GNETAZFrame.cpp.
References GNEAdditionalHandler::buildAdditional(), PositionVector::closePolygon(), GNENet::generateTAZElementID(), GNEViewNet::getAttributeCarriersInBoundary(), GNETAZFrame::TAZParameters::getAttributesAndValues(), PositionVector::getBoxBoundary(), GNEViewNet::getNet(), GNEFrameAttributesModuls::NeteditAttributes::getNeteditAttributesAndValues(), GNEFrame::getPredefinedTagsMML(), GNEFrameModuls::DrawingShape::getTemporalShape(), GNETAZFrame::TAZParameters::isAddEdgesWithinEnabled(), GNETAZFrame::TAZParameters::isCurrentParametersValid(), myDrawingShape, myNeteditAttributes, myTAZParameters, GNEFrame::myViewNet, SUMO_ATTR_EDGES, SUMO_ATTR_ID, SUMO_ATTR_SHAPE, SUMO_TAG_EDGE, SUMO_TAG_TAZ, toString(), and WRITE_WARNING.
|
virtualinherited |
show Frame
Reimplemented in GNETLSEditorFrame, GNEProhibitionFrame, GNEPolygonFrame, GNECreateEdgeFrame, GNEAdditionalFrame, GNEVehicleTypeFrame, GNEVehicleFrame, GNEStopFrame, GNERouteFrame, GNEPersonTypeFrame, GNEPersonPlanFrame, GNEPersonFrame, GNEGenericDataFrame, GNESelectorFrame, GNEMoveFrame, GNEInspectorFrame, and GNEDeleteFrame.
Definition at line 108 of file GNEFrame.cpp.
References GNEViewNet::getViewParent(), GNEFrame::myViewNet, and GNEViewParent::showFramesArea().
Referenced by GNEDeleteFrame::show(), GNEInspectorFrame::show(), GNEMoveFrame::show(), GNESelectorFrame::show(), GNEGenericDataFrame::show(), GNEPersonFrame::show(), GNEPersonPlanFrame::show(), GNEPersonTypeFrame::show(), GNERouteFrame::show(), GNEStopFrame::show(), GNEVehicleFrame::show(), GNEVehicleTypeFrame::show(), GNEAdditionalFrame::show(), GNECreateEdgeFrame::show(), GNEPolygonFrame::show(), GNEProhibitionFrame::show(), GNETLSEditorFrame::show(), GNEAdditionalFrame::showSelectorChildLanesModul(), GNETAZFrame::TAZChildDefaultParameters::showTAZChildDefaultParametersModul(), GNETAZFrame::TAZCommonStatistics::showTAZCommonStatisticsModul(), GNETAZFrame::TAZEdgesGraphic::showTAZEdgesGraphicModul(), GNETAZFrame::TAZSaveChanges::showTAZSaveChangesModul(), GNETAZFrame::TAZSelectionStatistics::showTAZSelectionStatisticsModul(), and GNEViewNet::updateNetworkModeSpecificControls().
|
protectedvirtualinherited |
Tag selected in TagSelector.
Reimplemented in GNEPolygonFrame, GNEAdditionalFrame, GNEVehicleFrame, GNEStopFrame, GNEPersonPlanFrame, and GNEPersonFrame.
Definition at line 160 of file GNEFrame.cpp.
|
virtualinherited |
function called after undo/redo in the current frame (can be reimplemented in frame children)
Reimplemented in GNEInspectorFrame.
Definition at line 151 of file GNEFrame.cpp.
Referenced by GNEApplicationWindow::onCmdRedo(), and GNEApplicationWindow::onCmdUndo().
|
protectedinherited |
Vertical frame that holds all widgets of frame.
Definition at line 116 of file GNEFrame.h.
Referenced by GNECrossingFrame::GNECrossingFrame(), GNEFrame::GNEFrame(), GNESelectorFrame::GNESelectorFrame(), and GNEInspectorFrame::inspectMultisection().
|
private |
Drawing shape.
Definition at line 560 of file GNETAZFrame.h.
Referenced by getDrawingShapeModul(), GNETAZFrame(), processClick(), and shapeDrawed().
|
staticprivateinherited |
static Font for the Header (it's common for all headers, then create only one time)
Definition at line 132 of file GNEFrame.h.
Referenced by GNEFrame::getFrameHeaderFont(), GNEFrame::GNEFrame(), and GNEFrame::~GNEFrame().
|
privateinherited |
the label for the frame's header
Definition at line 135 of file GNEFrame.h.
Referenced by GNEFrame::focusUpperElement(), GNEFrame::getFrameHeaderLabel(), and GNEFrame::GNEFrame().
|
protectedinherited |
fame for header elements
Definition at line 119 of file GNEFrame.h.
Referenced by GNEFrame::GNEFrame().
|
protectedinherited |
fame for left header elements
Definition at line 122 of file GNEFrame.h.
Referenced by GNEFrame::GNEFrame(), GNEInspectorFrame::inspectChild(), GNEInspectorFrame::inspectFromDeleteFrame(), and GNEInspectorFrame::inspectMultisection().
|
protectedinherited |
fame for right header elements
Definition at line 125 of file GNEFrame.h.
Referenced by GNEFrame::GNEFrame().
|
private |
Netedit parameter.
Definition at line 557 of file GNETAZFrame.h.
Referenced by GNETAZFrame(), and shapeDrawed().
|
privateinherited |
Map of attribute ids to their (readable) string-representation (needed for SUMOSAXAttributesImpl_Cached)
Definition at line 138 of file GNEFrame.h.
Referenced by GNEFrame::getPredefinedTagsMML(), and GNEFrame::GNEFrame().
|
privateinherited |
scroll windows that holds the content frame
Definition at line 129 of file GNEFrame.h.
Referenced by GNEFrame::GNEFrame(), GNEFrame::openHelpAttributesDialog(), and GNEFrame::setFrameWidth().
|
private |
TAZ child defaults parameters.
Definition at line 566 of file GNETAZFrame.h.
Referenced by addOrRemoveTAZMember(), GNETAZFrame(), processClick(), and processEdgeSelection().
|
private |
TAZ Edges common parameters.
Definition at line 551 of file GNETAZFrame.h.
Referenced by GNETAZFrame().
|
private |
current TAZ
Definition at line 548 of file GNETAZFrame.h.
Referenced by addOrRemoveTAZMember(), dropTAZMembers(), getTAZCurrentModul(), GNETAZFrame(), processClick(), and processEdgeSelection().
|
private |
|
private |
TAZ parameters.
Definition at line 554 of file GNETAZFrame.h.
Referenced by GNETAZFrame(), and shapeDrawed().
|
private |
save TAZ Edges
Definition at line 563 of file GNETAZFrame.h.
Referenced by addOrRemoveTAZMember(), dropTAZMembers(), getTAZSaveChangesModul(), GNETAZFrame(), and processClick().
|
private |
TAZ Edges selection parameters.
Definition at line 569 of file GNETAZFrame.h.
Referenced by getTAZSelectionStatisticsModul(), GNETAZFrame(), processClick(), and processEdgeSelection().
|
protectedinherited |
View Net.
Definition at line 113 of file GNEFrame.h.
Referenced by GNESelectorFrame::ACsToSelected(), GNEAdditionalFrame::addAdditional(), GNECrossingFrame::addCrossing(), GNEEdgeDataFrame::addEdgeData(), GNERouteFrame::addEdgeRoute(), addOrRemoveTAZMember(), GNEPersonFrame::addPerson(), GNEPersonPlanFrame::addPersonPlanElement(), GNEPolygonFrame::addPOI(), GNEPolygonFrame::addPOILane(), GNEPolygonFrame::addPolygon(), GNEStopFrame::addStop(), GNETAZRelDataFrame::addTAZRelationData(), GNEVehicleFrame::addVehicle(), GNEFrameAttributesModuls::AttributesEditorRow::AttributesEditorRow(), GNEAdditionalFrame::buildAdditionalOverEdge(), GNEAdditionalFrame::buildAdditionalOverLane(), GNEAdditionalFrame::buildAdditionalOverView(), GNEConnectorFrame::buildConnection(), GNETLSEditorFrame::buildInternalLanes(), GNEPersonFrame::buildPerson(), GNEProhibitionFrame::buildProhibition(), GNETLSEditorFrame::cleanup(), GNESelectorFrame::clearCurrentSelection(), GNEInspectorFrame::clearInspectedAC(), GNEEdgeRelDataFrame::createPath(), GNEPersonFrame::createPath(), GNEPersonPlanFrame::createPath(), GNERouteFrame::createPath(), GNEVehicleFrame::createPath(), dropTAZMembers(), GNETLSEditorFrame::editJunction(), GNETLSEditorFrame::editTLS(), GNEAdditionalFrame::generateID(), GNESelectorFrame::getMatches(), GNEFrame::getViewNet(), GNEPersonTypeFrame::GNEPersonTypeFrame(), GNEVehicleTypeFrame::GNEVehicleTypeFrame(), GNETLSEditorFrame::handleChange(), GNESelectorFrame::handleIDs(), GNEConnectorFrame::handleLaneClick(), GNETLSEditorFrame::handleMultiChange(), GNEProhibitionFrame::handleProhibitionClick(), GNEInspectorFrame::hide(), GNEGenericDataFrame::hide(), GNEPersonFrame::hide(), GNEPersonPlanFrame::hide(), GNERouteFrame::hide(), GNEVehicleFrame::hide(), GNEFrame::hide(), GNEConnectorFrame::initTargets(), GNEInspectorFrame::inspectMultisection(), GNEInspectorFrame::inspectSingleElement(), GNEProhibitionFrame::onCmdCancel(), GNETLSEditorFrame::onCmdCancel(), GNETLSEditorFrame::onCmdDefCreate(), GNETLSEditorFrame::onCmdDefDelete(), GNETLSEditorFrame::onCmdDefSwitch(), GNEInspectorFrame::onCmdGoBack(), GNETLSEditorFrame::onCmdOK(), GNETLSEditorFrame::onCmdPhaseSwitch(), GNEDeleteFrame::SubordinatedElements::openWarningDialog(), GNETLSEditorFrame::parseTLSPrograms(), GNEPolygonFrame::processClick(), GNECreateEdgeFrame::processClick(), GNEInspectorFrame::processDataSupermodeClick(), GNEInspectorFrame::processDemandSupermodeClick(), GNEInspectorFrame::processNetworkSupermodeClick(), GNEProhibitionFrame::ProhibitionLegend::ProhibitionLegend(), GNEDeleteFrame::removeAttributeCarrier(), GNEDeleteFrame::removeGeometryPoint(), GNEDeleteFrame::removeSelectedAttributeCarriers(), GNEDeleteFrame::selectedACsToDelete(), GNEInspectorFrame::selectedOverlappedElement(), GNEPolygonFrame::shapeDrawed(), shapeDrawed(), GNEPersonPlanFrame::show(), GNEStopFrame::show(), and GNEFrame::show().