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