Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
InternalTestStep::DialogTest Class Reference

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
 

Detailed Description

dialog arguments (used for certain functions that opens modal dialogs)

Definition at line 47 of file InternalTestStep.h.

Constructor & Destructor Documentation

◆ DialogTest() [1/5]

InternalTestStep::DialogTest::DialogTest ( const FXuint  value)

constructor for yes/no argument

Definition at line 48 of file InternalTestStep.cpp.

◆ DialogTest() [2/5]

InternalTestStep::DialogTest::DialogTest ( const std::vector< FXuint > &  values)

constructor for question dialogs

Definition at line 53 of file InternalTestStep.cpp.

◆ DialogTest() [3/5]

InternalTestStep::DialogTest::DialogTest ( const std::string &  solution)

constructor fix dialogs

Definition at line 58 of file InternalTestStep.cpp.

◆ DialogTest() [4/5]

InternalTestStep::DialogTest::DialogTest ( )
privatedelete

invalidated default constructor

◆ DialogTest() [5/5]

InternalTestStep::DialogTest::DialogTest ( const DialogTest )
privatedelete

invalidated copy constructor

Field Documentation

◆ colorValue

const std::string InternalTestStep::DialogTest::colorValue = "139,131,120"
static

◆ esc

const FXuint InternalTestStep::DialogTest::esc = 4
static

ESC or cancel value.

Definition at line 66 of file InternalTestStep.h.

◆ fixSolution

const std::string InternalTestStep::DialogTest::fixSolution

◆ no

const FXuint InternalTestStep::DialogTest::no = 2
static

no value

Definition at line 63 of file InternalTestStep.h.

Referenced by InternalTestStep::computeJunctionsVolatileOptions().

◆ questionDialogValues

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().

◆ yes

const FXuint InternalTestStep::DialogTest::yes = 1
static

yes value

Definition at line 60 of file InternalTestStep.h.

Referenced by InternalTestStep::computeJunctionsVolatileOptions().


The documentation for this class was generated from the following files: