![]() |
Eclipse SUMO - Simulation of Urban MObility
|
FOX needs this. More...
#include <MFXDecalsTable.h>
Public Member Functions | |
| Cell (MFXDecalsTable *decalsTable, FXButton *button, int col, int row) | |
| constructor for buttons | |
| Cell (MFXDecalsTable *decalsTable, FXCheckButton *checkButton, int col, int row) | |
| constructor for check buttons | |
| Cell (MFXDecalsTable *decalsTable, FXLabel *indexLabel, FXLabel *indexLabelBold, int col, int row) | |
| constructor for index label | |
| Cell (MFXDecalsTable *decalsTable, FXRealSpinner *spinner, int col, int row) | |
| constructor for spinners | |
| Cell (MFXDecalsTable *decalsTable, FXTextField *textField, int col, int row) | |
| constructor for textField | |
| FXButton * | getButton () |
| get open button | |
| FXCheckButton * | getCheckButton () |
| get check button | |
| int | getCol () const |
| column index | |
| FXLabel * | getIndexLabel () const |
| get index label | |
| int | getRow () const |
| row index | |
| FXRealSpinner * | getSpinner () |
| get spinner | |
| FXTextField * | getTextField () const |
| get textField | |
| char | getType () const |
| get column type | |
| bool | hasFocus () const |
| check if current cell has focus | |
| void | setFocus () |
| set focus in the current cell | |
| void | showIndexLabelBold () |
| show label index bold | |
| void | showIndexLabelNormal () |
| show label index normal | |
| ~Cell () | |
| destructor | |
Private Member Functions | |
| Cell () | |
| default constructor | |
Private Attributes | |
| FXButton * | myButton = nullptr |
| button | |
| FXCheckButton * | myCheckButton = nullptr |
| check button | |
| const int | myCol |
| column index | |
| MFXDecalsTable * | myDecalsTable = nullptr |
| pointer to decals table parent | |
| FXLabel * | myIndexLabel = nullptr |
| index label | |
| FXLabel * | myIndexLabelBold = nullptr |
| index label bold | |
| const int | myRow |
| row index | |
| FXRealSpinner * | mySpinner = nullptr |
| spinner | |
| FXTextField * | myTextField = nullptr |
| FXTextField. | |
| MFXDecalsTable::Cell::Cell | ( | MFXDecalsTable * | decalsTable, |
| FXTextField * | textField, | ||
| int | col, | ||
| int | row ) |
constructor for textField
Definition at line 451 of file MFXDecalsTable.cpp.
References MFXDecalsTable::MFXDecalsTable(), myCol, myDecalsTable, myRow, and myTextField.
| MFXDecalsTable::Cell::Cell | ( | MFXDecalsTable * | decalsTable, |
| FXLabel * | indexLabel, | ||
| FXLabel * | indexLabelBold, | ||
| int | col, | ||
| int | row ) |
constructor for index label
Definition at line 459 of file MFXDecalsTable.cpp.
References MFXDecalsTable::MFXDecalsTable(), myCol, myDecalsTable, myIndexLabel, myIndexLabelBold, and myRow.
| MFXDecalsTable::Cell::Cell | ( | MFXDecalsTable * | decalsTable, |
| FXButton * | button, | ||
| int | col, | ||
| int | row ) |
constructor for buttons
Definition at line 471 of file MFXDecalsTable.cpp.
References MFXDecalsTable::MFXDecalsTable(), myButton, myCol, myDecalsTable, and myRow.
| MFXDecalsTable::Cell::Cell | ( | MFXDecalsTable * | decalsTable, |
| FXCheckButton * | checkButton, | ||
| int | col, | ||
| int | row ) |
constructor for check buttons
Definition at line 479 of file MFXDecalsTable.cpp.
References MFXDecalsTable::MFXDecalsTable(), myCheckButton, myCol, myDecalsTable, and myRow.
| MFXDecalsTable::Cell::Cell | ( | MFXDecalsTable * | decalsTable, |
| FXRealSpinner * | spinner, | ||
| int | col, | ||
| int | row ) |
constructor for spinners
Definition at line 487 of file MFXDecalsTable.cpp.
References MFXDecalsTable::MFXDecalsTable(), myCol, myDecalsTable, myRow, and mySpinner.
| MFXDecalsTable::Cell::~Cell | ( | ) |
destructor
Definition at line 495 of file MFXDecalsTable.cpp.
References myButton, myCheckButton, myIndexLabel, myIndexLabelBold, and myTextField.
|
private |
| FXButton * MFXDecalsTable::Cell::getButton | ( | ) |
| FXCheckButton * MFXDecalsTable::Cell::getCheckButton | ( | ) |
| int MFXDecalsTable::Cell::getCol | ( | ) | const |
| FXLabel * MFXDecalsTable::Cell::getIndexLabel | ( | ) | const |
| int MFXDecalsTable::Cell::getRow | ( | ) | const |
| FXRealSpinner * MFXDecalsTable::Cell::getSpinner | ( | ) |
| FXTextField * MFXDecalsTable::Cell::getTextField | ( | ) | const |
| char MFXDecalsTable::Cell::getType | ( | ) | const |
get column type
Definition at line 606 of file MFXDecalsTable.cpp.
References myCol, and myDecalsTable.
| bool MFXDecalsTable::Cell::hasFocus | ( | ) | const |
check if current cell has focus
Definition at line 516 of file MFXDecalsTable.cpp.
References myButton, myCheckButton, and myTextField.
| void MFXDecalsTable::Cell::setFocus | ( | ) |
set focus in the current cell
Definition at line 531 of file MFXDecalsTable.cpp.
References myButton, myCheckButton, and myTextField.
| void MFXDecalsTable::Cell::showIndexLabelBold | ( | ) |
show label index bold
Definition at line 584 of file MFXDecalsTable.cpp.
References myIndexLabel, and myIndexLabelBold.
| void MFXDecalsTable::Cell::showIndexLabelNormal | ( | ) |
show label index normal
Definition at line 574 of file MFXDecalsTable.cpp.
References myIndexLabel, and myIndexLabelBold.
|
private |
button
Definition at line 183 of file MFXDecalsTable.h.
Referenced by Cell(), getButton(), hasFocus(), setFocus(), and ~Cell().
|
private |
check button
Definition at line 189 of file MFXDecalsTable.h.
Referenced by Cell(), getCheckButton(), hasFocus(), setFocus(), and ~Cell().
|
private |
|
private |
|
private |
index label
Definition at line 177 of file MFXDecalsTable.h.
Referenced by Cell(), getIndexLabel(), showIndexLabelBold(), showIndexLabelNormal(), and ~Cell().
|
private |
index label bold
Definition at line 180 of file MFXDecalsTable.h.
Referenced by Cell(), showIndexLabelBold(), showIndexLabelNormal(), and ~Cell().
|
private |
|
private |
|
private |
FXTextField.
Definition at line 174 of file MFXDecalsTable.h.
Referenced by Cell(), getTextField(), hasFocus(), setFocus(), and ~Cell().