![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct used for test TLS Tables More...
#include <InternalTestStep.h>
Public Member Functions | |
| TLSTableTest (FXSelector sel_, const int row_) | |
| brief default constructor for phases | |
| TLSTableTest (FXSelector sel_, const int row_, const int column_, const std::string &text_) | |
| brief default constructor with text | |
Data Fields | |
| const int | column = 0 |
| y coordinate | |
| const int | row = 0 |
| x coordinate | |
| const FXSelector | sel = 0 |
| selector | |
| const std::string | text = "" |
| text | |
Private Member Functions | |
| TLSTableTest ()=delete | |
| invalidated default constructor | |
| TLSTableTest (const TLSTableTest &)=delete | |
| invalidated copy constructor | |
struct used for test TLS Tables
Definition at line 107 of file InternalTestStep.h.
| InternalTestStep::TLSTableTest::TLSTableTest | ( | FXSelector | sel_, |
| const int | row_ | ||
| ) |
brief default constructor for phases
Definition at line 109 of file InternalTestStep.cpp.
| InternalTestStep::TLSTableTest::TLSTableTest | ( | FXSelector | sel_, |
| const int | row_, | ||
| const int | column_, | ||
| const std::string & | text_ | ||
| ) |
brief default constructor with text
Definition at line 115 of file InternalTestStep.cpp.
|
privatedelete |
invalidated default constructor
|
privatedelete |
invalidated copy constructor
| const int InternalTestStep::TLSTableTest::column = 0 |
y coordinate
Definition at line 123 of file InternalTestStep.h.
Referenced by GNETLSTable::testTable().
| const int InternalTestStep::TLSTableTest::row = 0 |
x coordinate
Definition at line 120 of file InternalTestStep.h.
Referenced by GNETLSTable::testTable().
| const FXSelector InternalTestStep::TLSTableTest::sel = 0 |
| const std::string InternalTestStep::TLSTableTest::text = "" |