Eclipse SUMO - Simulation of Urban MObility
|
table row More...
#include <MFXDecalsTable.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 (MFXDecalsTable *table) | |
constructor | |
void | setText (int index, const std::string &text) const |
set text | |
~Row () | |
destructor | |
Protected Attributes | |
std::vector< Cell * > | myCells |
list wtih cells | |
MFXDecalsTable * | myTable = nullptr |
poiner to table parent | |
Private Member Functions | |
Row () | |
default constructor | |
table row
Definition at line 250 of file MFXDecalsTable.h.
MFXDecalsTable::Row::Row | ( | MFXDecalsTable * | table | ) |
constructor
Definition at line 746 of file MFXDecalsTable.cpp.
References GUIDesigns::buildFXButton(), GUIIconSubSys::getIcon(), GUIDesignButtonIcon, GUIDesignLabelThickedFixed, GUIDesignMFXCheckableButton, GUIDesignSpinDialDecalsTable, GUIDesignTextField, GUIDesignTextFieldFixedRestricted, GUIDesignTextFieldNCol, MID_DECALSTABLE_CHECKBOX, MID_DECALSTABLE_OPEN, MID_DECALSTABLE_REMOVE, MID_DECALSTABLE_SPINNER, MID_DECALSTABLE_TEXTFIELD, myCells, MFXDecalsTable::myColumns, MFXDecalsTable::myIndexFont, MFXDecalsTable::myIndexSelectedFont, MFXDecalsTable::myRows, myTable, OPEN, REMOVE, TL, and toString().
MFXDecalsTable::Row::~Row | ( | ) |
destructor
Definition at line 817 of file MFXDecalsTable.cpp.
|
private |
default constructor
Definition at line 848 of file MFXDecalsTable.cpp.
void MFXDecalsTable::Row::disableButtons | ( | ) |
disable row buttons
const std::vector< MFXDecalsTable::Cell * > & MFXDecalsTable::Row::getCells | ( | ) | const |
get cells
Definition at line 843 of file MFXDecalsTable.cpp.
std::string MFXDecalsTable::Row::getText | ( | int | index | ) | const |
get text
Definition at line 826 of file MFXDecalsTable.cpp.
void MFXDecalsTable::Row::setText | ( | int | index, |
const std::string & | text | ||
) | const |
set text
Definition at line 836 of file MFXDecalsTable.cpp.
|
protected |
|
protected |