![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEToolNetDiff.h>
Public Member Functions | |
| GNEToolNetDiff (GNEApplicationWindow *GNEApp) | |
| Constructor. More... | |
| ~GNEToolNetDiff () | |
| destructor More... | |
Protected Member Functions | |
| void | addArgument (GNEToolDialogElements::Argument *argument) |
| add argument More... | |
| void | hideToolDialog () |
| hide window More... | |
| FXint | openAsModalDialog (FXuint placement=PLACEMENT_CURSOR) |
| execute dialog as modal More... | |
| void | openToolDialog () |
| open window More... | |
| bool | shown () const |
| shown More... | |
FOX-callbacks | |
event after press run button | |
| long | onCmdRun (FXObject *, FXSelector, void *) |
| long | onCmdCancel (FXObject *, FXSelector, void *) |
| event after press cancel button More... | |
| long | onCmdReset (FXObject *, FXSelector, void *) |
| event after press reset button More... | |
Protected Attributes | |
| FXVerticalFrame * | myContentFrame = nullptr |
| vertical frame for contents More... | |
| GNEApplicationWindow * | myGNEApp |
| FOX needs this. More... | |
Private Member Functions | |
| GNEToolNetDiff (const GNEToolNetDiff &)=delete | |
| Invalidated copy constructor. More... | |
| GNEToolNetDiff & | operator= (const GNEToolNetDiff &)=delete |
| Invalidated assignment operator. More... | |
Private Attributes | |
| std::vector< GNEToolDialogElements::Argument * > | myArguments |
| list of arguments More... | |
Definition at line 34 of file GNEToolNetDiff.h.
| GNEToolNetDiff::GNEToolNetDiff | ( | GNEApplicationWindow * | GNEApp | ) |
Constructor.
Definition at line 29 of file GNEToolNetDiff.cpp.
References GNEToolDialog::myContentFrame, and GNEToolDialog::openAsModalDialog().
| GNEToolNetDiff::~GNEToolNetDiff | ( | ) |
destructor
Definition at line 42 of file GNEToolNetDiff.cpp.
|
privatedelete |
Invalidated copy constructor.
|
inherited |
add argument
Definition at line 88 of file GNEToolDialog.cpp.
References GNEToolDialog::myArguments.
Referenced by GNEToolDialogElements::Argument::Argument().
|
inherited |
hide window
Definition at line 77 of file GNEToolDialog.cpp.
|
inherited |
event after press cancel button
Definition at line 107 of file GNEToolDialog.cpp.
References GNEToolDialog::myGNEApp.
Referenced by FXDEFMAP().
|
inherited |
event after press reset button
Definition at line 117 of file GNEToolDialog.cpp.
References GNEToolDialog::myArguments.
Referenced by FXDEFMAP().
|
inherited |
Definition at line 94 of file GNEToolDialog.cpp.
References GNEToolDialog::myGNEApp.
Referenced by FXDEFMAP().
|
protectedinherited |
execute dialog as modal
Definition at line 127 of file GNEToolDialog.cpp.
Referenced by GNEToolNetDiff().
|
inherited |
|
privatedelete |
Invalidated assignment operator.
|
inherited |
shown
Definition at line 82 of file GNEToolDialog.cpp.
|
privateinherited |
list of arguments
Definition at line 91 of file GNEToolDialog.h.
Referenced by GNEToolDialog::addArgument(), and GNEToolDialog::onCmdReset().
|
protectedinherited |
vertical frame for contents
Definition at line 84 of file GNEToolDialog.h.
Referenced by GNEToolNetDiff().
|
protectedinherited |
FOX needs this.
pointer to GNEApplicationWindow
Definition at line 81 of file GNEToolDialog.h.
Referenced by GNEToolDialog::onCmdCancel(), GNEToolDialog::onCmdRun(), and GNEToolDialog::openToolDialog().