![]() |
Eclipse SUMO - Simulation of Urban MObility
|
table row More...
#include <GNETLSTable.h>
Public Member Functions | |
| void | disableButtons () |
| disable row buttons | |
| const std::vector< Cell * > & | getCells () const |
| get cells | |
| std::string | getText (int index) const |
| get text | |
| Row (GNETLSTable *table) | |
| constructor | |
| void | setText (int index, const std::string &text) const |
| set text | |
| ~Row () | |
| destructor | |
Protected Attributes | |
| std::vector< Cell * > | myCells |
| list wtih cells | |
| GNETLSTable * | myTable = nullptr |
| poiner to table parent | |
Private Member Functions | |
| Row () | |
| default constructor | |
table row
Definition at line 354 of file GNETLSTable.h.
| GNETLSTable::Row::Row | ( | GNETLSTable * | table | ) |
constructor
Definition at line 1237 of file GNETLSTable.cpp.
References ARROW_DOWN, ARROW_UP, EMPTY, GNEViewParent::getGNEAppWindows(), GUIIconSubSys::getIcon(), GUIMainWindow::getStaticTooltipMenu(), GNETLSEditorFrame::TLSPhases::getTLSEditorParent(), GNETLSTable::getTLSPhasesParent(), GNEFrame::getViewNet(), GNEViewNet::getViewParent(), GUIDesignButtonIcon, GUIDesignLabelThickedFixed, GUIDesignTextFieldTLSTable, MID_GNE_TLSTABLE_MOVEDOWNPHASE, MID_GNE_TLSTABLE_MOVEUPPHASE, MID_GNE_TLSTABLE_REMOVEPHASE, MID_GNE_TLSTABLE_TEXTFIELD, myCells, GNETLSTable::myColumns, GNETLSTable::myIndexFont, GNETLSTable::myIndexSelectedFont, GNETLSTable::myProgramFont, GNETLSTable::myRows, myTable, REMOVE, TL, and toString().
| GNETLSTable::Row::~Row | ( | ) |
destructor
Definition at line 1315 of file GNETLSTable.cpp.
|
private |
default constructor
Definition at line 1357 of file GNETLSTable.cpp.
| void GNETLSTable::Row::disableButtons | ( | ) |
disable row buttons
Definition at line 1347 of file GNETLSTable.cpp.
| const std::vector< GNETLSTable::Cell * > & GNETLSTable::Row::getCells | ( | ) | const |
get cells
Definition at line 1341 of file GNETLSTable.cpp.
| std::string GNETLSTable::Row::getText | ( | int | index | ) | const |
get text
Definition at line 1324 of file GNETLSTable.cpp.
| void GNETLSTable::Row::setText | ( | int | index, |
| const std::string & | text | ||
| ) | const |
set text
Definition at line 1334 of file GNETLSTable.cpp.
|
protected |
|
protected |