![]() |
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 | |
| int | getIndex () const |
| get index | |
| const FXRadioButton * | getRadioButton () const |
| get radio button (read only) | |
| GUIRow (GNEUndoListDialog *undoListDialog, FXVerticalFrame *mainFrame, MFXStaticToolTip *staticToolTip) | |
| constructor | |
| void | setBlueBackground () |
| set blue blackground | |
| void | setRedBackground () |
| set red background | |
| void | update (const UndoListRow &row) |
| update row | |
| ~GUIRow () | |
| destructor | |
Private Attributes | |
| FXLabel * | myIcon = nullptr |
| label with icon | |
| int | myIndex = 0 |
| index | |
| FXRadioButton * | myRadioButton |
| radioButton | |
| MFXTextFieldTooltip * | myTextFieldDescription = nullptr |
| textField description | |
| FXTextField * | myTextFieldTimeStamp = nullptr |
| textField timeStamp | |
row used for show GUI row elements
Definition at line 105 of file GNEUndoListDialog.h.
| GNEUndoListDialog::GUIRow::GUIRow | ( | GNEUndoListDialog * | undoListDialog, |
| FXVerticalFrame * | mainFrame, | ||
| MFXStaticToolTip * | staticToolTip | ||
| ) |
constructor
Definition at line 205 of file GNEUndoListDialog.cpp.
References GUIDesignAuxiliarHorizontalFrame, GUIDesignLabelIconThick, GUIDesignRadioButtonSquared, GUIDesignTextField, GUIDesignTextFieldFixed, GUIDesignTextFieldNCol, MID_CHOOSEN_OPERATION, and MID_GNE_SET_ATTRIBUTE.
| GNEUndoListDialog::GUIRow::~GUIRow | ( | ) |
destructor
Definition at line 225 of file GNEUndoListDialog.cpp.
| void GNEUndoListDialog::GUIRow::checkRow | ( | ) |
check row and set background green
Definition at line 281 of file GNEUndoListDialog.cpp.
| int GNEUndoListDialog::GUIRow::getIndex | ( | ) | const |
get index
Definition at line 255 of file GNEUndoListDialog.cpp.
| const FXRadioButton * GNEUndoListDialog::GUIRow::getRadioButton | ( | ) | const |
get radio button (read only)
Definition at line 261 of file GNEUndoListDialog.cpp.
| void GNEUndoListDialog::GUIRow::setBlueBackground | ( | ) |
set blue blackground
Definition at line 274 of file GNEUndoListDialog.cpp.
| void GNEUndoListDialog::GUIRow::setRedBackground | ( | ) |
set red background
Definition at line 267 of file GNEUndoListDialog.cpp.
| void GNEUndoListDialog::GUIRow::update | ( | const UndoListRow & | row | ) |
update row
Definition at line 234 of file GNEUndoListDialog.cpp.
References GNEUndoListDialog::UndoListRow::description, GNEUndoListDialog::UndoListRow::icon, GNEUndoListDialog::UndoListRow::index, and GNEUndoListDialog::UndoListRow::timestamp.
|
private |
label with icon
Definition at line 140 of file GNEUndoListDialog.h.
|
private |
index
Definition at line 137 of file GNEUndoListDialog.h.
|
private |
radioButton
Definition at line 134 of file GNEUndoListDialog.h.
|
private |
textField description
Definition at line 143 of file GNEUndoListDialog.h.
|
private |
textField timeStamp
Definition at line 146 of file GNEUndoListDialog.h.