![]() |
Eclipse SUMO - Simulation of Urban MObility
|
dialog arguments (used for certain functions that opens modal dialogs) More...
#include <InternalTestStep.h>
Public Member Functions | |
| DialogTest (const FXuint value) | |
| constructor for yes/no argument | |
| DialogTest (const std::string &solution) | |
| constructor fix dialogs | |
| DialogTest (const std::vector< FXuint > &values) | |
| constructor for question dialogs | |
Data Fields | |
| const std::string | fixSolution |
| solution for fix dialogs | |
| const std::vector< FXuint > | questionDialogValues |
| used if we have multiple modal dialogs | |
Static Public Attributes | |
| static const std::string | colorValue = "139,131,120" |
| color dialog value | |
| static const FXuint | esc = 4 |
| ESC or cancel value. | |
| static const FXuint | no = 2 |
| no value | |
| static const FXuint | yes = 1 |
| yes value | |
Private Member Functions | |
| DialogTest ()=delete | |
| invalidated default constructor | |
| DialogTest (const DialogTest &)=delete | |
| invalidated copy constructor | |
dialog arguments (used for certain functions that opens modal dialogs)
Definition at line 47 of file InternalTestStep.h.
| InternalTestStep::DialogTest::DialogTest | ( | const FXuint | value | ) |
constructor for yes/no argument
Definition at line 48 of file InternalTestStep.cpp.
| InternalTestStep::DialogTest::DialogTest | ( | const std::vector< FXuint > & | values | ) |
constructor for question dialogs
Definition at line 53 of file InternalTestStep.cpp.
| InternalTestStep::DialogTest::DialogTest | ( | const std::string & | solution | ) |
constructor fix dialogs
Definition at line 58 of file InternalTestStep.cpp.
|
privatedelete |
invalidated default constructor
|
privatedelete |
invalidated copy constructor
|
static |
color dialog value
Definition at line 69 of file InternalTestStep.h.
Referenced by GNEAttributesEditorRow::onCmdOpenColorDialog(), and GNEVehicleTypeDialog::VTypeAttributes::VTypeAttributeRow::openColorDialog().
|
static |
ESC or cancel value.
Definition at line 66 of file InternalTestStep.h.
| const std::string InternalTestStep::DialogTest::fixSolution |
solution for fix dialogs
Definition at line 75 of file InternalTestStep.h.
Referenced by GNEFixDemandElements::runInternalTest(), GNEFixAdditionalElements::runInternalTest(), and GNEFixNetworkElements::runInternalTest().
|
static |
no value
Definition at line 63 of file InternalTestStep.h.
Referenced by InternalTestStep::computeJunctionsVolatileOptions().
| const std::vector<FXuint> InternalTestStep::DialogTest::questionDialogValues |
used if we have multiple modal dialogs
Definition at line 72 of file InternalTestStep.h.
Referenced by GNEApplicationWindow::computeJunctionWithVolatileOptions().
|
static |
yes value
Definition at line 60 of file InternalTestStep.h.
Referenced by InternalTestStep::computeJunctionsVolatileOptions().