![]() |
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 88 of file GNEConnectorFrame.cpp.
References ACCEPT, CANCEL, GUIIconSubSys::getIcon(), GUIDesignButton, GUIDesignCheckButton, MID_CANCEL, MID_GNE_SET_ATTRIBUTE, MID_OK, myCancelButton, myProtectRoutesCheckBox, and mySaveButton.
GNEConnectorFrame::ConnectionModifications::~ConnectionModifications | ( | ) |
destructor
Definition at line 104 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 108 of file GNEConnectorFrame.cpp.
Referenced by GNEViewNet::abortOperation(), and FXDEFMAP().
long GNEConnectorFrame::ConnectionModifications::onCmdSaveModifications | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
Called when the user presses the OK-Button saves any connection modifications.
Definition at line 122 of file GNEConnectorFrame.cpp.
Referenced by FXDEFMAP(), 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().