![]() |
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 59 of file GNEUndoListDialog.h.
| GNEUndoListDialog::UndoListRow::UndoListRow | ( | const int | index_, |
| FXIcon * | icon_, | ||
| const std::string | description_, | ||
| const std::string | timestamp_ ) |
constructor
Definition at line 146 of file GNEUndoListDialog.cpp.
References description, icon, index, and timestamp.
| std::string GNEUndoListDialog::UndoListRow::description |
definition of undo/redo operation
Definition at line 70 of file GNEUndoListDialog.h.
Referenced by UndoListRow(), and GNEUndoListDialog::GUIRow::update().
| FXIcon* GNEUndoListDialog::UndoListRow::icon = nullptr |
icon associated with undo/redo operation
Definition at line 67 of file GNEUndoListDialog.h.
Referenced by UndoListRow(), and GNEUndoListDialog::GUIRow::update().
| int GNEUndoListDialog::UndoListRow::index = 0 |
index uses for count undo/redos
Definition at line 64 of file GNEUndoListDialog.h.
Referenced by UndoListRow(), and GNEUndoListDialog::GUIRow::update().
| std::string GNEUndoListDialog::UndoListRow::timestamp |
timestamp
Definition at line 73 of file GNEUndoListDialog.h.
Referenced by UndoListRow(), and GNEUndoListDialog::GUIRow::update().