![]() |
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 background | |
| 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 | |
| MFXTextFieldIcon * | myTextFieldDescription = nullptr |
| textField description | |
| FXTextField * | myTextFieldTimeStamp = nullptr |
| textField timeStamp | |
row used for show GUI row elements
Definition at line 77 of file GNEUndoListDialog.h.
| GNEUndoListDialog::GUIRow::GUIRow | ( | GNEUndoListDialog * | undoListDialog, |
| FXVerticalFrame * | mainFrame, | ||
| MFXStaticToolTip * | staticToolTip ) |
constructor
Definition at line 153 of file GNEUndoListDialog.cpp.
References EMPTY, GNEUndoListDialog::GNEUndoListDialog(), GUIDesignAuxiliarHorizontalFrame, GUIDesignLabelIconThick, GUIDesignRadioButtonSquared, GUIDesignTextField, GUIDesignTextFieldFixed, GUIDesignTextFieldNCol, MID_CHOOSEN_OPERATION, MID_GNE_SET_ATTRIBUTE, myIcon, myRadioButton, myTextFieldDescription, and myTextFieldTimeStamp.
| GNEUndoListDialog::GUIRow::~GUIRow | ( | ) |
destructor
Definition at line 168 of file GNEUndoListDialog.cpp.
References myIcon, myRadioButton, myTextFieldDescription, and myTextFieldTimeStamp.
| void GNEUndoListDialog::GUIRow::checkRow | ( | ) |
check row and set background green
Definition at line 224 of file GNEUndoListDialog.cpp.
References myRadioButton.
| int GNEUndoListDialog::GUIRow::getIndex | ( | ) | const |
| const FXRadioButton * GNEUndoListDialog::GUIRow::getRadioButton | ( | ) | const |
get radio button (read only)
Definition at line 204 of file GNEUndoListDialog.cpp.
References myRadioButton.
| void GNEUndoListDialog::GUIRow::setBlueBackground | ( | ) |
| void GNEUndoListDialog::GUIRow::setRedBackground | ( | ) |
set red background
Definition at line 210 of file GNEUndoListDialog.cpp.
References GUIDesignBackgroundColorRed, and myRadioButton.
| void GNEUndoListDialog::GUIRow::update | ( | const UndoListRow & | row | ) |
update row
Definition at line 177 of file GNEUndoListDialog.cpp.
References GNEUndoListDialog::UndoListRow::description, GNEUndoListDialog::UndoListRow::icon, GNEUndoListDialog::UndoListRow::index, myIcon, myIndex, myTextFieldDescription, myTextFieldTimeStamp, and GNEUndoListDialog::UndoListRow::timestamp.
|
private |
label with icon
Definition at line 112 of file GNEUndoListDialog.h.
|
private |
|
private |
radioButton
Definition at line 106 of file GNEUndoListDialog.h.
Referenced by checkRow(), getRadioButton(), GUIRow(), setBlueBackground(), setRedBackground(), and ~GUIRow().
|
private |
textField description
Definition at line 115 of file GNEUndoListDialog.h.
|
private |
textField timeStamp
Definition at line 118 of file GNEUndoListDialog.h.