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 353 of file GNETLSTable.h.
GNETLSTable::Row::Row | ( | GNETLSTable * | table | ) |
constructor
Definition at line 1202 of file GNETLSTable.cpp.
References ARROW_DOWN, ARROW_UP, GNEViewParent::getGNEAppWindows(), GUIIconSubSys::getIcon(), GUIMainWindow::getStaticTooltipMenu(), GNETLSEditorFrame::TLSPhases::getTLSEditorParent(), GNETLSTable::getTLSPhasesParent(), GNEFrame::getViewNet(), GNEViewNet::getViewParent(), GUIDesignButtonIcon, GUIDesignLabelThickedFixed, GUIDesignTextFieldNCol, 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 1282 of file GNETLSTable.cpp.
|
private |
default constructor
Definition at line 1324 of file GNETLSTable.cpp.
void GNETLSTable::Row::disableButtons | ( | ) |
disable row buttons
Definition at line 1314 of file GNETLSTable.cpp.
const std::vector< GNETLSTable::Cell * > & GNETLSTable::Row::getCells | ( | ) | const |
get cells
Definition at line 1308 of file GNETLSTable.cpp.
std::string GNETLSTable::Row::getText | ( | int | index | ) | const |
get text
Definition at line 1291 of file GNETLSTable.cpp.
void GNETLSTable::Row::setText | ( | int | index, |
const std::string & | text | ||
) | const |
set text
Definition at line 1301 of file GNETLSTable.cpp.
|
protected |
|
protected |