![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEConnectorFrame.h>
Public Member Functions | |
| ConnectionModifications (GNEConnectorFrame *connectorFrameParent) | |
| FOX-declaration. More... | |
| ~ConnectionModifications () | |
| destructor More... | |
FOX-callbacks | |
| long | onCmdSaveModifications (FXObject *, FXSelector, void *) |
| Called when the user presses the OK-Button saves any connection modifications. More... | |
| long | onCmdCancelModifications (FXObject *, FXSelector, void *) |
| Called when the user presses the Cancel-button discards any connection modifications. More... | |
Private Attributes | |
| FXButton * | myCancelButton |
| "Cancel" button More... | |
| GNEConnectorFrame * | myConnectorFrameParent |
| pointer to connectorFrame parent More... | |
| FXCheckButton * | myProtectRoutesCheckBox |
| protect routes checkbox More... | |
| FXButton * | mySaveButton |
| "OK" button More... | |
Definition at line 63 of file GNEConnectorFrame.h.
| GNEConnectorFrame::ConnectionModifications::ConnectionModifications | ( | GNEConnectorFrame * | connectorFrameParent | ) |
FOX-declaration.
constructor
Definition at line 94 of file GNEConnectorFrame.cpp.
References GUIIconSubSys::getIcon(), GUIDesignButton, GUIDesignCheckButton, ICON_ACCEPT, ICON_CANCEL, MID_CANCEL, MID_GNE_SET_ATTRIBUTE, MID_OK, myCancelButton, myProtectRoutesCheckBox, and mySaveButton.
| GNEConnectorFrame::ConnectionModifications::~ConnectionModifications | ( | ) |
destructor
Definition at line 110 of file GNEConnectorFrame.cpp.
| long GNEConnectorFrame::ConnectionModifications::onCmdCancelModifications | ( | FXObject * | , |
| FXSelector | , | ||
| void * | |||
| ) |
Called when the user presses the Cancel-button discards any connection modifications.
Definition at line 114 of file GNEConnectorFrame.cpp.
Referenced by GNEViewNet::abortOperation().
| long GNEConnectorFrame::ConnectionModifications::onCmdSaveModifications | ( | FXObject * | , |
| FXSelector | , | ||
| void * | |||
| ) |
Called when the user presses the OK-Button saves any connection modifications.
Definition at line 128 of file GNEConnectorFrame.cpp.
Referenced by GNEViewNet::hotkeyEnter(), and GNEConnectorFrame::removeConnections().
|
private |
"Cancel" button
Definition at line 92 of file GNEConnectorFrame.h.
Referenced by ConnectionModifications().
|
private |
pointer to connectorFrame parent
Definition at line 89 of file GNEConnectorFrame.h.
|
private |
protect routes checkbox
Definition at line 98 of file GNEConnectorFrame.h.
Referenced by ConnectionModifications().
|
private |
"OK" button
Definition at line 95 of file GNEConnectorFrame.h.
Referenced by ConnectionModifications().