![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNETLSEditorFrame.h>
Public Member Functions | |
bool | checkHaveModifications () const |
check if current TLS was modified More... | |
void | setHaveModifications (bool value) |
set if current TLS was modified More... | |
TLSModifications (GNETLSEditorFrame *TLSEditorParent) | |
constructor More... | |
~TLSModifications () | |
destructor More... | |
Private Attributes | |
FXButton * | myDiscardModificationsButtons |
button for cancel modifications More... | |
bool | myHaveModifications |
whether the current tls was modified More... | |
FXButton * | mySaveModificationsButtons |
button for save modifications More... | |
GNETLSEditorFrame * | myTLSEditorParent |
pointer to TLSEditor Parent More... | |
Definition at line 217 of file GNETLSEditorFrame.h.
GNETLSEditorFrame::TLSModifications::TLSModifications | ( | GNETLSEditorFrame * | TLSEditorParent | ) |
constructor
Definition at line 1248 of file GNETLSEditorFrame.cpp.
References CANCEL, GUIIconSubSys::getIcon(), GUIDesignAuxiliarHorizontalFrame, GUIDesignButton, MID_CANCEL, MID_OK, myDiscardModificationsButtons, mySaveModificationsButtons, myTLSEditorParent, OK, and GNETLSEditorFrame::show().
GNETLSEditorFrame::TLSModifications::~TLSModifications | ( | ) |
destructor
Definition at line 1264 of file GNETLSEditorFrame.cpp.
bool GNETLSEditorFrame::TLSModifications::checkHaveModifications | ( | ) | const |
check if current TLS was modified
Definition at line 1268 of file GNETLSEditorFrame.cpp.
Referenced by GNETLSEditorFrame::editJunction(), GNETLSEditorFrame::isTLSSaved(), GNETLSEditorFrame::onCmdOK(), GNETLSEditorFrame::onUpdDefCreate(), GNETLSEditorFrame::onUpdDefSwitch(), and GNETLSEditorFrame::onUpdModified().
void GNETLSEditorFrame::TLSModifications::setHaveModifications | ( | bool | value | ) |
set if current TLS was modified
Definition at line 1274 of file GNETLSEditorFrame.cpp.
Referenced by GNETLSEditorFrame::cleanup(), GNETLSEditorFrame::handleChange(), GNETLSEditorFrame::handleMultiChange(), GNETLSEditorFrame::onCmdAddUnused(), GNETLSEditorFrame::onCmdCleanup(), GNETLSEditorFrame::onCmdDefOffset(), GNETLSEditorFrame::onCmdGroupStates(), GNETLSEditorFrame::onCmdPhaseCreate(), GNETLSEditorFrame::onCmdPhaseDelete(), GNETLSEditorFrame::onCmdPhaseEdit(), and GNETLSEditorFrame::onCmdUngroupStates().
|
private |
button for cancel modifications
Definition at line 237 of file GNETLSEditorFrame.h.
Referenced by TLSModifications().
|
private |
whether the current tls was modified
Definition at line 243 of file GNETLSEditorFrame.h.
|
private |
button for save modifications
Definition at line 240 of file GNETLSEditorFrame.h.
Referenced by TLSModifications().
|
private |
pointer to TLSEditor Parent
Definition at line 234 of file GNETLSEditorFrame.h.
Referenced by TLSModifications().