![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEPolygonFrame.h>
Data Structures | |
| class | GEOPOICreator |
Public Member Functions | |
| void | focusUpperElement () |
| focus upper element of frame More... | |
| GNEFrameModules::DrawingShape * | getDrawingShapeModule () const |
| get drawing mode editor More... | |
| FXFont * | getFrameHeaderFont () const |
| get font of the header's frame More... | |
| FXLabel * | getFrameHeaderLabel () const |
| get the label for the frame's header More... | |
| GNEViewNet * | getViewNet () const |
| get view net More... | |
| GNEPolygonFrame (FXHorizontalFrame *horizontalFrameParent, GNEViewNet *viewNet) | |
| Constructor. More... | |
| virtual void | hide () |
| hide Frame More... | |
| bool | processClick (const Position &clickedPosition, const GNEViewNetHelper::ObjectsUnderCursor &objectsUnderCursor, bool &updateTemporalShape) |
| process click over Viewnet More... | |
| void | setFrameWidth (int newWidth) |
| set width of GNEFrame More... | |
| void | show () |
| show Frame More... | |
| virtual void | updateFrameAfterUndoRedo () |
| function called after undo/redo in the current frame (can be reimplemented in frame children) More... | |
| ~GNEPolygonFrame () | |
| Destructor. More... | |
Static Public Member Functions | |
| static std::string | getIdsSelected (const FXList *list) |
| get list of selecte id's in string format More... | |
Protected Member Functions | |
| void | addShape () |
| add shape (using base shape) More... | |
| void | createBaseShapeObject (const SumoXMLTag shapeTag) |
| const std::vector< std::string > & | getPredefinedTagsMML () const |
| get predefinedTagsMML More... | |
| void | openHelpAttributesDialog (const GNEAttributeCarrier *AC) const |
| Open help attributes dialog. More... | |
| bool | shapeDrawed () |
| build a shaped element using the drawed shape return true if was successfully created More... | |
| void | tagSelected () |
| Tag selected in TagSelector. More... | |
Protected Attributes | |
| CommonXMLStructure::SumoBaseObject * | myBaseShape |
| SumoBaseObject used for create shape. More... | |
| 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... | |
Private Attributes | |
| GNEFrameModules::DrawingShape * | myDrawingShape |
| Drawing shape. More... | |
| FXLabel * | myFrameHeaderLabel = nullptr |
| the label for the frame's header More... | |
| GEOPOICreator * | myGEOPOICreator |
| GEOPOICreator. More... | |
| GNEFrameAttributeModules::NeteditAttributes * | myNeteditAttributes |
| Netedit parameter. More... | |
| std::vector< std::string > | myPredefinedTagsMML |
| Map of attribute ids to their (readable) string-representation (needed for SUMOSAXAttributesImpl_Cached) More... | |
| FXScrollWindow * | myScrollWindowsContents = nullptr |
| scroll windows that holds the content frame More... | |
| GNEFrameAttributeModules::AttributesCreator * | myShapeAttributes |
| shape internal attributes More... | |
| GNEFrameModules::TagSelector * | myShapeTagSelector |
| shape tag selector 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 shape elements
Definition at line 31 of file GNEPolygonFrame.h.
| GNEPolygonFrame::GNEPolygonFrame | ( | FXHorizontalFrame * | horizontalFrameParent, |
| GNEViewNet * | viewNet | ||
| ) |
Constructor.
parent FXHorizontalFrame in which this GNEFrame is placed
viewNet viewNet that uses this GNEFrame
create GEOPOICreator
Definition at line 216 of file GNEPolygonFrame.cpp.
References myDrawingShape, myGEOPOICreator, myNeteditAttributes, myShapeAttributes, myShapeTagSelector, and SUMO_TAG_POLY.
| GNEPolygonFrame::~GNEPolygonFrame | ( | ) |
|
protected |
add shape (using base shape)
Definition at line 473 of file GNEPolygonFrame.cpp.
References GNEViewNet::getNet(), myBaseShape, GNEFrame::myViewNet, and AdditionalHandler::parseSumoBaseObject().
Referenced by processClick(), and shapeDrawed().
|
protectedvirtualinherited |
open AttributesCreator extended dialog (can be reimplemented in frame children)
Reimplemented in GNETypeFrame.
Definition at line 185 of file GNEFrame.cpp.
|
protectedvirtualinherited |
function called after set a valid attribute in AttributeCreator/AttributeEditor/ParametersEditor/...
Reimplemented in GNEInspectorFrame, and GNETypeFrame.
Definition at line 179 of file GNEFrame.cpp.
|
protected |
Definition at line 392 of file GNEPolygonFrame.cpp.
References myBaseShape, and CommonXMLStructure::SumoBaseObject::setTag().
Referenced by processClick(), and shapeDrawed().
|
protectedvirtualinherited |
create path (can be reimplemented in frame children)
Reimplemented in GNEGenericDataFrame, GNERouteFrame, GNEVehicleFrame, GNEPersonPlanFrame, GNEContainerFrame, GNEContainerPlanFrame, GNEPersonFrame, 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, GNEContainerFrame, GNEContainerPlanFrame, and GNEPersonFrame.
Definition at line 166 of file GNEFrame.cpp.
|
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().
| GNEFrameModules::DrawingShape * GNEPolygonFrame::getDrawingShapeModule | ( | ) | const |
get drawing mode editor
Definition at line 386 of file GNEPolygonFrame.cpp.
References myDrawingShape.
Referenced by GNEViewNet::abortOperation(), GNEViewNet::drawTemporalDrawShape(), GNEViewNet::hotkeyEnter(), GNEViewNet::onKeyPress(), GNEViewNet::onKeyRelease(), GNEViewNet::onRightBtnPress(), GNEViewNet::onRightBtnRelease(), 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().
|
static |
get list of selecte id's in string format
Definition at line 370 of file GNEPolygonFrame.cpp.
|
protectedinherited |
get predefinedTagsMML
Definition at line 269 of file GNEFrame.cpp.
References GNEFrame::myPredefinedTagsMML.
Referenced by GNEVehicleFrame::addVehicle(), GNEContainerFrame::buildContainer(), GNEPersonFrame::buildPerson(), and GNEVehicleFrame::createPath().
|
inherited |
get view net
Definition at line 133 of file GNEFrame.cpp.
References GNEFrame::myViewNet.
Referenced by GNEFrameAttributeModules::AttributesCreator::AttributesCreator(), GNEFrameAttributeModules::AttributesEditor::AttributesEditor(), GNETypeFrame::attributesEditorExtendedDialogOpened(), GNEInspectorFrame::clearInspectedAC(), GNECrossingFrame::CrossingParameters::CrossingParameters(), GNEInternalLane::drawGL(), GNEMatchGenericDataAttribute::enableMatchGenericDataAttribute(), GNEInternalLane::getPopUpMenu(), GNESingleParametersDialog::GNESingleParametersDialog(), GNECrossingFrame::Information::Information(), GNEConnectorFrame::Legend::Legend(), GNESingleParametersDialog::onCmdAccept(), GNEMultipleParametersDialog::onCmdAccept(), GNEMatchGenericDataAttribute::onCmdProcessString(), GNESingleParametersDialog::onCmdReset(), GNEMultipleParametersDialog::onCmdReset(), GNEMatchGenericDataAttribute::onCmdSelectAttribute(), GNEElementSet::onCmdSelectElementSet(), GNEMatchGenericDataAttribute::onCmdSelectTag(), GNEFrameModules::PathLegend::PathLegend(), GNETypeFrame::show(), and GNETAZFrame::TAZParameters::TAZParameters().
|
virtualinherited |
hide Frame
Reimplemented in GNETAZFrame, GNESelectorFrame, GNEInspectorFrame, GNEMoveFrame, GNECrossingFrame, GNECreateEdgeFrame, GNEGenericDataFrame, GNEProhibitionFrame, GNEDeleteFrame, GNERouteFrame, GNEVehicleFrame, GNEPersonPlanFrame, GNEContainerFrame, GNEPersonFrame, and GNEContainerPlanFrame.
Definition at line 117 of file GNEFrame.cpp.
References GNEViewNet::getViewParent(), GNEViewParent::hideFramesArea(), and GNEFrame::myViewNet.
Referenced by GNEContainerPlanFrame::hide(), GNEPersonFrame::hide(), GNEContainerFrame::hide(), GNEPersonPlanFrame::hide(), GNEVehicleFrame::hide(), GNEDeleteFrame::hide(), GNERouteFrame::hide(), GNEProhibitionFrame::hide(), GNEGenericDataFrame::hide(), GNECreateEdgeFrame::hide(), GNECrossingFrame::hide(), GNEMoveFrame::hide(), GNEInspectorFrame::hide(), GNESelectorFrame::hide(), GNETAZFrame::hide(), GNEAdditionalFrame::E2MultilaneLaneSelector::hideE2MultilaneLaneSelectorModule(), GNEPolygonFrame::GEOPOICreator::hideGEOPOICreatorModule(), GNEStopFrame::HelpCreation::hideHelpCreation(), and GNETypeFrame::TypeEditor::hideTypeEditorModule().
|
protectedinherited |
Open help attributes dialog.
Definition at line 202 of file GNEFrame.cpp.
References ACCEPT, GUIIconSubSys::getIcon(), GNETagProperties::getNumberOfAttributes(), GNEAttributeCarrier::getTagProperty(), GNETagProperties::getTagStr(), GNEAttributeCarrier::getTagStr(), GUIDesignAuxiliarHorizontalFrame, GUIDesignButtonOK, GUIDesignDialogBoxResizable, GUIDesignHorizontalSeparator, GUIDesignTableNotEditable, MAX2(), MID_TABLE, MODEINSPECT, GNEFrame::myScrollWindowsContents, toString(), and WRITE_DEBUG.
| bool GNEPolygonFrame::processClick | ( | const Position & | clickedPosition, |
| const GNEViewNetHelper::ObjectsUnderCursor & | objectsUnderCursor, | ||
| bool & | updateTemporalShape | ||
| ) |
process click over Viewnet
| [in] | clickedPosition | clicked position over ViewNet |
| [in] | ObjectsUnderCursor | objects under cursor after click over view |
Definition at line 255 of file GNEPolygonFrame.cpp.
References CommonXMLStructure::SumoBaseObject::addBoolAttribute(), CommonXMLStructure::SumoBaseObject::addDoubleAttribute(), GNEFrameModules::DrawingShape::addNewPoint(), addShape(), CommonXMLStructure::SumoBaseObject::addStringAttribute(), GNEFrameAttributeModules::AttributesCreator::areValuesValid(), GeoConvHelper::cartesian2geo(), createBaseShapeObject(), GNENetHelper::AttributeCarriers::generateAdditionalID(), GNENet::getAttributeCarriers(), GNEFrameAttributeModules::AttributesCreator::getAttributesAndValues(), GNEFrameModules::TagSelector::getCurrentTemplateAC(), GNEFrameModules::DrawingShape::getDeleteLastCreatedPoint(), GeoConvHelper::getFinal(), GNENetworkElement::getID(), GNEViewNetHelper::ObjectsUnderCursor::getLaneFront(), GNELane::getLaneShape(), GNEViewNet::getNet(), GNEFrameAttributeModules::NeteditAttributes::getNeteditAttributesAndValues(), GNETagProperties::getTag(), GNEAttributeCarrier::getTagProperty(), GNE_TAG_POIGEO, GNE_TAG_POILANE, CommonXMLStructure::SumoBaseObject::hasStringAttribute(), GNEFrameModules::DrawingShape::isDrawing(), myBaseShape, myDrawingShape, myNeteditAttributes, myShapeAttributes, myShapeTagSelector, GNEFrame::myViewNet, PositionVector::nearest_offset_to_point2D(), GNEFrameAttributeModules::AttributesCreator::refreshAttributesCreator(), GNEFrameModules::DrawingShape::removeLastPoint(), GNEViewNet::setStatusBarText(), GNEFrameAttributeModules::AttributesCreator::showWarningMessage(), SUMO_ATTR_GEO, SUMO_ATTR_ID, SUMO_ATTR_LANE, SUMO_ATTR_LAT, SUMO_ATTR_LON, SUMO_ATTR_POSITION, SUMO_ATTR_X, SUMO_ATTR_Y, SUMO_TAG_POI, SUMO_TAG_POLY, toString(), WRITE_WARNING, Position::x(), and Position::y().
Referenced by GNEViewNet::processLeftButtonPressNetwork().
|
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 successfully created
Reimplemented from GNEFrame.
Definition at line 406 of file GNEPolygonFrame.cpp.
References CommonXMLStructure::SumoBaseObject::addBoolAttribute(), CommonXMLStructure::SumoBaseObject::addPositionVectorAttribute(), addShape(), CommonXMLStructure::SumoBaseObject::addStringAttribute(), GNEFrameAttributeModules::AttributesCreator::areValuesValid(), PositionVector::closePolygon(), createBaseShapeObject(), GNENetHelper::AttributeCarriers::generateAdditionalID(), GNENet::getAttributeCarriers(), GNEFrameAttributeModules::AttributesCreator::getAttributesAndValues(), CommonXMLStructure::SumoBaseObject::getBoolAttribute(), GNEViewNet::getNet(), GNEFrameAttributeModules::NeteditAttributes::getNeteditAttributesAndValues(), GNEFrameModules::DrawingShape::getTemporalShape(), GNE_ATTR_CLOSE_SHAPE, CommonXMLStructure::SumoBaseObject::hasStringAttribute(), myBaseShape, myDrawingShape, myNeteditAttributes, myShapeAttributes, GNEFrame::myViewNet, GNEFrameAttributeModules::AttributesCreator::refreshAttributesCreator(), GNEFrameAttributeModules::AttributesCreator::showWarningMessage(), SUMO_ATTR_GEO, SUMO_ATTR_ID, SUMO_ATTR_SHAPE, SUMO_TAG_POLY, and WRITE_WARNING.
|
virtual |
show Frame
Reimplemented from GNEFrame.
Definition at line 246 of file GNEPolygonFrame.cpp.
References myShapeTagSelector, GNEFrameModules::TagSelector::refreshTagSelector(), and GNEFrame::show().
Referenced by GNEPolygonFrame::GEOPOICreator::showGEOPOICreatorModule(), and GNEViewNet::updateNetworkModeSpecificControls().
|
protectedvirtual |
Tag selected in TagSelector.
Reimplemented from GNEFrame.
Definition at line 444 of file GNEPolygonFrame.cpp.
References GNEFrameModules::TagSelector::getCurrentTemplateAC(), GNETagProperties::getTag(), GNEAttributeCarrier::getTagProperty(), GNE_TAG_POIGEO, GNEFrameAttributeModules::AttributesCreator::hideAttributesCreatorModule(), GNEFrameModules::DrawingShape::hideDrawingShape(), GNEPolygonFrame::GEOPOICreator::hideGEOPOICreatorModule(), GNEFrameAttributeModules::NeteditAttributes::hideNeteditAttributesModule(), myDrawingShape, myGEOPOICreator, myNeteditAttributes, myShapeAttributes, myShapeTagSelector, GNEFrameAttributeModules::AttributesCreator::showAttributesCreatorModule(), GNEFrameModules::DrawingShape::showDrawingShape(), GNEPolygonFrame::GEOPOICreator::showGEOPOICreatorModule(), GNEFrameAttributeModules::NeteditAttributes::showNeteditAttributesModule(), and SUMO_TAG_POLY.
|
virtualinherited |
function called after undo/redo in the current frame (can be reimplemented in frame children)
Reimplemented in GNEInspectorFrame, and GNESelectorFrame.
Definition at line 151 of file GNEFrame.cpp.
Referenced by GNEApplicationWindow::onCmdRedo(), and GNEApplicationWindow::onCmdUndo().
|
protected |
SumoBaseObject used for create shape.
Definition at line 121 of file GNEPolygonFrame.h.
Referenced by addShape(), createBaseShapeObject(), processClick(), shapeDrawed(), and ~GNEPolygonFrame().
|
protectedinherited |
Vertical frame that holds all widgets of frame.
Definition at line 117 of file GNEFrame.h.
Referenced by GNEFrameAttributeModules::AttributesCreator::AttributesCreator(), GNEFrameAttributeModules::AttributesEditor::AttributesEditor(), GNESelectorFrame::getContentFrame(), GNEFrame::GNEFrame(), and GNEInspectorFrame::inspectMultisection().
|
private |
Drawing shape.
Definition at line 149 of file GNEPolygonFrame.h.
Referenced by getDrawingShapeModule(), GNEPolygonFrame(), processClick(), shapeDrawed(), and tagSelected().
|
staticprivateinherited |
static Font for the Header (it's common for all headers, then create only one time)
Definition at line 133 of file GNEFrame.h.
Referenced by GNEFrame::getFrameHeaderFont(), GNEFrame::GNEFrame(), and GNEFrame::~GNEFrame().
|
privateinherited |
the label for the frame's header
Definition at line 136 of file GNEFrame.h.
Referenced by GNEFrame::focusUpperElement(), GNEFrame::getFrameHeaderLabel(), and GNEFrame::GNEFrame().
|
private |
Definition at line 152 of file GNEPolygonFrame.h.
Referenced by GNEPolygonFrame(), and tagSelected().
|
protectedinherited |
fame for header elements
Definition at line 120 of file GNEFrame.h.
Referenced by GNEFrame::GNEFrame().
|
protectedinherited |
fame for left header elements
Definition at line 123 of file GNEFrame.h.
Referenced by GNEFrame::GNEFrame(), GNEInspectorFrame::GNEInspectorFrame(), GNEInspectorFrame::inspectChild(), GNEInspectorFrame::inspectFromDeleteFrame(), and GNEInspectorFrame::inspectMultisection().
|
protectedinherited |
fame for right header elements
Definition at line 126 of file GNEFrame.h.
Referenced by GNEFrame::GNEFrame().
|
private |
Netedit parameter.
Definition at line 146 of file GNEPolygonFrame.h.
Referenced by GNEPolygonFrame(), processClick(), shapeDrawed(), and tagSelected().
|
privateinherited |
Map of attribute ids to their (readable) string-representation (needed for SUMOSAXAttributesImpl_Cached)
Definition at line 139 of file GNEFrame.h.
Referenced by GNEFrame::getPredefinedTagsMML(), and GNEFrame::GNEFrame().
|
privateinherited |
scroll windows that holds the content frame
Definition at line 130 of file GNEFrame.h.
Referenced by GNEFrame::GNEFrame(), GNEFrame::openHelpAttributesDialog(), and GNEFrame::setFrameWidth().
|
private |
shape internal attributes
Definition at line 143 of file GNEPolygonFrame.h.
Referenced by GNEPolygonFrame(), processClick(), shapeDrawed(), and tagSelected().
|
private |
shape tag selector
Definition at line 140 of file GNEPolygonFrame.h.
Referenced by GNEPolygonFrame(), processClick(), show(), and tagSelected().
|
protectedinherited |
View Net.
Definition at line 114 of file GNEFrame.h.
Referenced by GNEAdditionalFrame::addAdditional(), GNEContainerFrame::addContainer(), GNEContainerPlanFrame::addContainerPlanElement(), GNECrossingFrame::addCrossing(), GNEEdgeDataFrame::addEdgeData(), GNERouteFrame::addEdgeRoute(), GNETAZFrame::addOrRemoveTAZMember(), GNEPersonFrame::addPerson(), GNEPersonPlanFrame::addPersonPlanElement(), addShape(), GNEStopFrame::addStop(), GNEVehicleFrame::addVehicle(), GNEWireFrame::addWire(), GNEFrameAttributeModules::AttributesEditorRow::AttributesEditorRow(), GNEAdditionalFrame::buildAdditionalOverEdge(), GNEAdditionalFrame::buildAdditionalOverLane(), GNEAdditionalFrame::buildAdditionalOverView(), GNEConnectorFrame::buildConnection(), GNEContainerFrame::buildContainer(), GNETLSEditorFrame::buildInternalLanes(), GNEPersonFrame::buildPerson(), GNEProhibitionFrame::buildProhibition(), GNETAZRelDataFrame::buildTAZRelationData(), GNEWireFrame::buildWireOverLanes(), GNEWireFrame::buildWireOverView(), GNETLSEditorFrame::cleanup(), GNEInspectorFrame::clearInspectedAC(), GNEAdditionalFrame::createBaseAdditionalObject(), GNEWireFrame::createBaseWireObject(), GNEEdgeRelDataFrame::createPath(), GNEPersonFrame::createPath(), GNEContainerPlanFrame::createPath(), GNEContainerFrame::createPath(), GNEPersonPlanFrame::createPath(), GNEVehicleFrame::createPath(), GNERouteFrame::createPath(), GNETAZFrame::dropTAZMembers(), GNETLSEditorFrame::editJunction(), GNETLSEditorFrame::editTLS(), GNESelectorFrame::getMatches(), GNEFrame::getViewNet(), GNETypeFrame::GNETypeFrame(), GNETLSEditorFrame::handleChange(), GNESelectorFrame::handleIDs(), GNEConnectorFrame::handleLaneClick(), GNETLSEditorFrame::handleMultiChange(), GNEProhibitionFrame::handleProhibitionClick(), GNEContainerPlanFrame::hide(), GNEContainerFrame::hide(), GNEPersonFrame::hide(), GNEPersonPlanFrame::hide(), GNEFrame::hide(), GNEVehicleFrame::hide(), GNERouteFrame::hide(), GNEGenericDataFrame::hide(), GNEInspectorFrame::hide(), GNEConnectorFrame::initTargets(), GNEInspectorFrame::inspectClickedElement(), GNEInspectorFrame::inspectMultisection(), GNEInspectorFrame::inspectSingleElement(), GNEProhibitionFrame::Legend::Legend(), GNEProhibitionFrame::onCmdCancel(), GNETLSEditorFrame::onCmdCancel(), GNETLSEditorFrame::onCmdDefCreate(), GNETLSEditorFrame::onCmdDefDelete(), GNETLSEditorFrame::onCmdDefSwitch(), GNETLSEditorFrame::onCmdEditParameters(), GNEInspectorFrame::onCmdGoBack(), GNETLSEditorFrame::onCmdOK(), GNETLSEditorFrame::onCmdPhaseSwitch(), GNEDeleteFrame::SubordinatedElements::openWarningDialog(), GNETLSEditorFrame::parseTLSPrograms(), processClick(), GNECreateEdgeFrame::processClick(), GNEInspectorFrame::processDataSupermodeClick(), GNEInspectorFrame::processDemandSupermodeClick(), GNEInspectorFrame::processNetworkSupermodeClick(), GNEDeleteFrame::removeAttributeCarrier(), GNEDeleteFrame::removeGeometryPoint(), GNEDeleteFrame::removeSelectedAttributeCarriers(), GNEDeleteFrame::selectedACsToDelete(), GNEInspectorFrame::selectedOverlappedElement(), shapeDrawed(), GNETAZFrame::shapeDrawed(), GNEContainerPlanFrame::show(), GNEPersonPlanFrame::show(), GNEFrame::show(), GNEStopFrame::show(), GNEMoveFrame::show(), and GNESelectorFrame::show().