![]() |
Eclipse SUMO - Simulation of Urban MObility
|
row used for show GUI row elements More...
#include <GNEUndoListDialog.h>
Public Member Functions | |
| void | checkRow () |
| check row and set background green More... | |
| int | getIndex () const |
| get index More... | |
| const FXRadioButton * | getRadioButton () const |
| get radio button (read only) More... | |
| GUIRow (GNEUndoListDialog *undoListDialog, FXVerticalFrame *mainFrame, MFXStaticToolTip *staticToolTip) | |
| constructor More... | |
| void | setBlueBackground () |
| set blue blackground More... | |
| void | setRedBackground () |
| set red background More... | |
| void | update (const UndoListRow &row) |
| update row More... | |
| ~GUIRow () | |
| destructor More... | |
Private Attributes | |
| FXLabel * | myIcon = nullptr |
| label with icon More... | |
| int | myIndex = 0 |
| index More... | |
| FXRadioButton * | myRadioButton |
| radioButton More... | |
| MFXTextFieldTooltip * | myTextFieldTooltip = nullptr |
| textField tooltip More... | |
row used for show GUI row elements
Definition at line 102 of file GNEUndoListDialog.h.
| GNEUndoListDialog::GUIRow::GUIRow | ( | GNEUndoListDialog * | undoListDialog, |
| FXVerticalFrame * | mainFrame, | ||
| MFXStaticToolTip * | staticToolTip | ||
| ) |
constructor
Definition at line 204 of file GNEUndoListDialog.cpp.
References GUIDesignAuxiliarHorizontalFrame, GUIDesignLabelIconThick, GUIDesignRadioButtonSquared, GUIDesignTextField, GUIDesignTextFieldNCol, MID_CHOOSEN_OPERATION, and MID_GNE_SET_ATTRIBUTE.
| GNEUndoListDialog::GUIRow::~GUIRow | ( | ) |
destructor
Definition at line 220 of file GNEUndoListDialog.cpp.
| void GNEUndoListDialog::GUIRow::checkRow | ( | ) |
check row and set background green
Definition at line 274 of file GNEUndoListDialog.cpp.
| int GNEUndoListDialog::GUIRow::getIndex | ( | ) | const |
get index
Definition at line 248 of file GNEUndoListDialog.cpp.
| const FXRadioButton * GNEUndoListDialog::GUIRow::getRadioButton | ( | ) | const |
get radio button (read only)
Definition at line 254 of file GNEUndoListDialog.cpp.
| void GNEUndoListDialog::GUIRow::setBlueBackground | ( | ) |
set blue blackground
Definition at line 267 of file GNEUndoListDialog.cpp.
| void GNEUndoListDialog::GUIRow::setRedBackground | ( | ) |
set red background
Definition at line 260 of file GNEUndoListDialog.cpp.
| void GNEUndoListDialog::GUIRow::update | ( | const UndoListRow & | row | ) |
update row
Definition at line 228 of file GNEUndoListDialog.cpp.
References GNEUndoListDialog::UndoListRow::icon, GNEUndoListDialog::UndoListRow::index, and GNEUndoListDialog::UndoListRow::text.
|
private |
label with icon
Definition at line 137 of file GNEUndoListDialog.h.
|
private |
index
Definition at line 134 of file GNEUndoListDialog.h.
|
private |
radioButton
Definition at line 131 of file GNEUndoListDialog.h.
|
private |
textField tooltip
Definition at line 140 of file GNEUndoListDialog.h.