![]() |
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 | |
MFXTextFieldTooltip * | myTextFieldDescription = nullptr |
textField description | |
FXTextField * | myTextFieldTimeStamp = nullptr |
textField timeStamp | |
row used for show GUI row elements
Definition at line 106 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, GUIDesignTextFieldFixed, GUIDesignTextFieldNCol, MID_CHOOSEN_OPERATION, and MID_GNE_SET_ATTRIBUTE.
GNEUndoListDialog::GUIRow::~GUIRow | ( | ) |
destructor
Definition at line 224 of file GNEUndoListDialog.cpp.
void GNEUndoListDialog::GUIRow::checkRow | ( | ) |
check row and set background green
Definition at line 280 of file GNEUndoListDialog.cpp.
int GNEUndoListDialog::GUIRow::getIndex | ( | ) | const |
get index
Definition at line 254 of file GNEUndoListDialog.cpp.
const FXRadioButton * GNEUndoListDialog::GUIRow::getRadioButton | ( | ) | const |
get radio button (read only)
Definition at line 260 of file GNEUndoListDialog.cpp.
void GNEUndoListDialog::GUIRow::setBlueBackground | ( | ) |
set blue background
Definition at line 273 of file GNEUndoListDialog.cpp.
void GNEUndoListDialog::GUIRow::setRedBackground | ( | ) |
set red background
Definition at line 266 of file GNEUndoListDialog.cpp.
void GNEUndoListDialog::GUIRow::update | ( | const UndoListRow & | row | ) |
update row
Definition at line 233 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 141 of file GNEUndoListDialog.h.
|
private |
index
Definition at line 138 of file GNEUndoListDialog.h.
|
private |
radioButton
Definition at line 135 of file GNEUndoListDialog.h.
|
private |
textField description
Definition at line 144 of file GNEUndoListDialog.h.
|
private |
textField timeStamp
Definition at line 147 of file GNEUndoListDialog.h.