![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEUndoListDialog.h>
Public Member Functions | |
| UndoListRow (const int index_, FXIcon *icon_, const std::string text_) | |
| constructor More... | |
Data Fields | |
| FXIcon * | icon = nullptr |
| icon associated with undo/redo operation More... | |
| int | index = 0 |
| index uses for count undo/redos More... | |
| std::string | text |
| definition of undo/redo operation More... | |
Definition at line 87 of file GNEUndoListDialog.h.
| GNEUndoListDialog::UndoListRow::UndoListRow | ( | const int | index_, |
| FXIcon * | icon_, | ||
| const std::string | text_ | ||
| ) |
constructor
Definition at line 198 of file GNEUndoListDialog.cpp.
| FXIcon* GNEUndoListDialog::UndoListRow::icon = nullptr |
icon associated with undo/redo operation
Definition at line 95 of file GNEUndoListDialog.h.
Referenced by GNEUndoListDialog::GUIRow::update().
| int GNEUndoListDialog::UndoListRow::index = 0 |
index uses for count undo/redos
Definition at line 92 of file GNEUndoListDialog.h.
Referenced by GNEUndoListDialog::GUIRow::update().
| std::string GNEUndoListDialog::UndoListRow::text |
definition of undo/redo operation
Definition at line 98 of file GNEUndoListDialog.h.
Referenced by GNEUndoListDialog::GUIRow::update().