![]() |
Eclipse SUMO - Simulation of Urban MObility
|
class used in GUIGLObjectPopupMenu for container transformations More...
#include <GNEContainer.h>
Public Member Functions | |
GNEContainerPopupMenu (GNEContainer *container, GUIMainWindow &app, GUISUMOAbstractView &parent) | |
Constructor. More... | |
long | onCmdTransform (FXObject *obj, FXSelector, void *) |
Called to transform the current container to another container type. More... | |
~GNEContainerPopupMenu () | |
Destructor. More... | |
FX Calls | |
Called if the assigned objects shall be centered | |
long | onCmdCenter (FXObject *, FXSelector, void *) |
long | onCmdCopyName (FXObject *, FXSelector, void *) |
Called if the name shall be copied to clipboard. More... | |
long | onCmdCopyTypedName (FXObject *, FXSelector, void *) |
Called if the typed name shall be copied to clipboard. More... | |
long | onCmdCopyEdgeName (FXObject *, FXSelector, void *) |
Called if the edge name shall be copied to clipboard (for lanes only) More... | |
long | onCmdCopyCursorPosition (FXObject *, FXSelector, void *) |
Called if the cursor position shall be copied to clipboard. More... | |
long | onCmdCopyCursorGeoPosition (FXObject *, FXSelector, void *) |
Called if the cursor geo-position shall be copied to clipboard. More... | |
long | onCmdShowCursorGeoPositionOnline (FXObject *, FXSelector, void *) |
Called if the cursor geo-position shall be shown online. More... | |
long | onCmdShowPars (FXObject *, FXSelector, void *) |
Called if the parameter of this object shall be shown. More... | |
long | onCmdShowTypePars (FXObject *, FXSelector, void *) |
Called if the type parameter of this object shall be shown. More... | |
long | onCmdAddSelected (FXObject *, FXSelector, void *) |
Called if the object shall be added to the list of selected objects. More... | |
long | onCmdRemoveSelected (FXObject *, FXSelector, void *) |
Called if the object shall be removed from the list of selected objects. More... | |
Protected Attributes | |
GUIMainWindow * | myApplication |
The main application. More... | |
std::vector< FXMenuPane * > | myMenuPanes |
vector mit Sub-MenuPanes More... | |
const Position | myNetworkPosition |
The position within the network the cursor was above when instanting the popup. More... | |
GUIGlObject * | myObject |
The object that belongs to this popup-menu. More... | |
GUISUMOAbstractView * | myParent |
The parent window. More... | |
const PopupType | myPopupType |
popup type; More... | |
Private Attributes | |
GNEContainer * | myContainer |
current container More... | |
FXMenuCommand * | myTransformToContainer |
menu command for transform to container More... | |
FXMenuCommand * | myTransformToContainerFlow |
menu command for transform to containerFlow More... | |
cursor dialog type | |
void | insertMenuPaneChild (FXMenuPane *child) |
Insert a sub-menu pane in this GUIGLObjectPopupMenu. More... | |
GUISUMOAbstractView * | getParentView () |
return the real owner of this popup More... | |
PopupType | getPopupType () const |
popup type; More... | |
enum class | PopupType { ATTRIBUTES , PROPERTIES , SELECT_ELEMENT , DELETE_ELEMENT , FRONT_ELEMENT } |
class used in GUIGLObjectPopupMenu for container transformations
Definition at line 37 of file GNEContainer.h.
|
stronginherited |
Enumerator | |
---|---|
ATTRIBUTES | |
PROPERTIES | |
SELECT_ELEMENT | |
DELETE_ELEMENT | |
FRONT_ELEMENT |
Definition at line 52 of file GUIGLObjectPopupMenu.h.
GNEContainer::GNEContainerPopupMenu::GNEContainerPopupMenu | ( | GNEContainer * | container, |
GUIMainWindow & | app, | ||
GUISUMOAbstractView & | parent | ||
) |
Constructor.
[in] | container | GNEContainer to be transformed |
[in] | app | The main window for instantiation of other windows |
[in] | parent | The parent view for changing it |
Definition at line 57 of file GNEContainer.cpp.
References GUIDesigns::buildFXMenuCommand(), CONTAINER, CONTAINERFLOW, GUIIconSubSys::getIcon(), MID_COPY_NAME, MID_COPY_TYPED_NAME, MID_GNE_CONTAINER_TRANSFORM, SUMO_TAG_CONTAINER, and SUMO_TAG_CONTAINERFLOW.
GNEContainer::GNEContainerPopupMenu::~GNEContainerPopupMenu | ( | ) |
Destructor.
Definition at line 93 of file GNEContainer.cpp.
|
inherited |
return the real owner of this popup
Definition at line 115 of file GUIGLObjectPopupMenu.cpp.
References GUIGLObjectPopupMenu::myParent.
Referenced by GNEInternalLane::onDefault(), and GUIBaseVehicle::~GUIBaseVehicle().
|
inherited |
popup type;
Definition at line 121 of file GUIGLObjectPopupMenu.cpp.
References GUIGLObjectPopupMenu::myPopupType.
|
inherited |
Insert a sub-menu pane in this GUIGLObjectPopupMenu.
Definition at line 98 of file GUIGLObjectPopupMenu.cpp.
References GUIGLObjectPopupMenu::myMenuPanes.
Referenced by GNELane::buildEdgeOperations(), GNELane::buildLaneOperations(), GUIGlObject::buildPositionCopyEntry(), GNELane::buildRechableOperations(), GNELane::buildTemplateOperations(), GNEJunction::buildTLSOperations(), GUILane::getPopUpMenu(), GNEContainer::GNESelectedContainersPopupMenu::GNESelectedContainersPopupMenu(), GNEPerson::GNESelectedPersonsPopupMenu::GNESelectedPersonsPopupMenu(), GNEVehicle::GNESelectedVehiclesPopupMenu::GNESelectedVehiclesPopupMenu(), and GNEVehicle::GNESingleVehiclePopupMenu::GNESingleVehiclePopupMenu().
|
inherited |
Called if the object shall be added to the list of selected objects.
Definition at line 227 of file GUIGLObjectPopupMenu.cpp.
References GUIGlObject::getGlID(), gSelected, GUIGLObjectPopupMenu::myObject, GUIGLObjectPopupMenu::myParent, and GUISelectedStorage::select().
Referenced by FXDEFMAP().
|
inherited |
Definition at line 127 of file GUIGLObjectPopupMenu.cpp.
References GUISUMOAbstractView::centerTo(), GUIGlObject::getGlID(), GUIGLObjectPopupMenu::myObject, and GUIGLObjectPopupMenu::myParent.
Referenced by FXDEFMAP().
|
inherited |
Called if the cursor geo-position shall be copied to clipboard.
Definition at line 181 of file GUIGLObjectPopupMenu.cpp.
References GeoConvHelper::cartesian2geo(), GUIUserIO::copyToClipboard(), GeoConvHelper::getFinal(), gPrecisionGeo, GUIGLObjectPopupMenu::myNetworkPosition, GUIGLObjectPopupMenu::myParent, toString(), Position::x(), and Position::y().
Referenced by FXDEFMAP().
|
inherited |
Called if the cursor position shall be copied to clipboard.
Definition at line 174 of file GUIGLObjectPopupMenu.cpp.
References GUIUserIO::copyToClipboard(), GUIGLObjectPopupMenu::myNetworkPosition, GUIGLObjectPopupMenu::myParent, and toString().
Referenced by FXDEFMAP().
|
inherited |
Called if the edge name shall be copied to clipboard (for lanes only)
Definition at line 161 of file GUIGLObjectPopupMenu.cpp.
References GUIUserIO::copyToClipboard(), GUIGlObject::getParentName(), GUIGlObject::getType(), GLO_LANE, GUIGLObjectPopupMenu::myObject, and GUIGLObjectPopupMenu::myParent.
Referenced by FXDEFMAP().
|
inherited |
Called if the name shall be copied to clipboard.
Definition at line 139 of file GUIGLObjectPopupMenu.cpp.
References GUIUserIO::copyToClipboard(), GUIGlObject::getMicrosimID(), GUIGLObjectPopupMenu::myObject, and GUIGLObjectPopupMenu::myParent.
Referenced by FXDEFMAP().
|
inherited |
Called if the typed name shall be copied to clipboard.
Definition at line 150 of file GUIGLObjectPopupMenu.cpp.
References GUIUserIO::copyToClipboard(), GUIGlObject::getFullName(), GUIGLObjectPopupMenu::myObject, and GUIGLObjectPopupMenu::myParent.
Referenced by FXDEFMAP().
|
inherited |
Called if the object shall be removed from the list of selected objects.
Definition at line 239 of file GUIGLObjectPopupMenu.cpp.
References GUISelectedStorage::deselect(), GUIGlObject::getGlID(), gSelected, GUIGLObjectPopupMenu::myObject, and GUIGLObjectPopupMenu::myParent.
Referenced by FXDEFMAP().
|
inherited |
Called if the cursor geo-position shall be shown online.
Definition at line 192 of file GUIGLObjectPopupMenu.cpp.
References GeoConvHelper::cartesian2geo(), MFXLinkLabel::fxexecute(), GeoConvHelper::getFinal(), GUIMainWindow::getOnlineMaps(), gPrecisionGeo, GUIGLObjectPopupMenu::myApplication, GUIGLObjectPopupMenu::myNetworkPosition, StringUtils::replace(), toString(), Position::x(), and Position::y().
Referenced by FXDEFMAP().
|
inherited |
Called if the parameter of this object shall be shown.
Definition at line 204 of file GUIGLObjectPopupMenu.cpp.
References GUIGlObject::getParameterWindow(), GUIGLObjectPopupMenu::myApplication, GUIGLObjectPopupMenu::myObject, and GUIGLObjectPopupMenu::myParent.
Referenced by FXDEFMAP().
|
inherited |
Called if the type parameter of this object shall be shown.
Definition at line 216 of file GUIGLObjectPopupMenu.cpp.
References GUIGlObject::getTypeParameterWindow(), GUIGLObjectPopupMenu::myApplication, GUIGLObjectPopupMenu::myObject, and GUIGLObjectPopupMenu::myParent.
Referenced by FXDEFMAP().
long GNEContainer::GNEContainerPopupMenu::onCmdTransform | ( | FXObject * | obj, |
FXSelector | , | ||
void * | |||
) |
Called to transform the current container to another container type.
Definition at line 97 of file GNEContainer.cpp.
References GNERouteHandler::transformToContainer(), and GNERouteHandler::transformToContainerFlow().
Referenced by FXDEFMAP().
|
protectedinherited |
The main application.
Definition at line 133 of file GUIGLObjectPopupMenu.h.
Referenced by GUIGLObjectPopupMenu::onCmdShowCursorGeoPositionOnline(), GUIGLObjectPopupMenu::onCmdShowPars(), and GUIGLObjectPopupMenu::onCmdShowTypePars().
|
private |
current container
Definition at line 59 of file GNEContainer.h.
|
protectedinherited |
vector mit Sub-MenuPanes
Definition at line 142 of file GUIGLObjectPopupMenu.h.
Referenced by GUIGLObjectPopupMenu::insertMenuPaneChild(), and GUIGLObjectPopupMenu::~GUIGLObjectPopupMenu().
|
protectedinherited |
The position within the network the cursor was above when instanting the popup.
Definition at line 139 of file GUIGLObjectPopupMenu.h.
Referenced by GUIGLObjectPopupMenu::onCmdCopyCursorGeoPosition(), GUIGLObjectPopupMenu::onCmdCopyCursorPosition(), and GUIGLObjectPopupMenu::onCmdShowCursorGeoPositionOnline().
|
protectedinherited |
The object that belongs to this popup-menu.
Definition at line 130 of file GUIGLObjectPopupMenu.h.
Referenced by GUIGLObjectPopupMenu::onCmdAddSelected(), GUIGLObjectPopupMenu::onCmdCenter(), GUIGLObjectPopupMenu::onCmdCopyEdgeName(), GUIGLObjectPopupMenu::onCmdCopyName(), GUIGLObjectPopupMenu::onCmdCopyTypedName(), GUIGLObjectPopupMenu::onCmdRemoveSelected(), GUIGLObjectPopupMenu::onCmdShowPars(), GUIGLObjectPopupMenu::onCmdShowTypePars(), and GUIGLObjectPopupMenu::~GUIGLObjectPopupMenu().
|
protectedinherited |
The parent window.
Definition at line 127 of file GUIGLObjectPopupMenu.h.
Referenced by GUIGLObjectPopupMenu::getParentView(), GUIGLObjectPopupMenu::onCmdAddSelected(), GUIGLObjectPopupMenu::onCmdCenter(), GUIGLObjectPopupMenu::onCmdCopyCursorGeoPosition(), GUIGLObjectPopupMenu::onCmdCopyCursorPosition(), GUIGLObjectPopupMenu::onCmdCopyEdgeName(), GUIGLObjectPopupMenu::onCmdCopyName(), GUIGLObjectPopupMenu::onCmdCopyTypedName(), GUIGLObjectPopupMenu::onCmdRemoveSelected(), GUIGLObjectPopupMenu::onCmdShowPars(), and GUIGLObjectPopupMenu::onCmdShowTypePars().
|
protectedinherited |
popup type;
Definition at line 136 of file GUIGLObjectPopupMenu.h.
Referenced by GUIGLObjectPopupMenu::getPopupType().
|
private |
menu command for transform to container
Definition at line 62 of file GNEContainer.h.
|
private |
menu command for transform to containerFlow
Definition at line 65 of file GNEContainer.h.