![]() |
Eclipse SUMO - Simulation of Urban MObility
|
redo iterator More...
#include <GNEUndoList.h>
Public Member Functions | |
| bool | end () const |
| check if iterator is at the end | |
| const std::string | getDescription () const |
| get description | |
| FXIcon * | getIcon () const |
| get icon | |
| int | getIndex () const |
| get index | |
| const std::string | getTimeStamp () const |
| get timeStamp | |
| Iterator & | operator++ (int) |
| increment operator | |
| RedoIterator (const GNEUndoList *undoList) | |
| constructor for GNEUndoList | |
Private Attributes | |
| GNEChange * | myCurrentChange |
| current change | |
| int | myIndex |
| counter | |
redo iterator
Definition at line 96 of file GNEUndoList.h.
| GNEUndoList::RedoIterator::RedoIterator | ( | const GNEUndoList * | undoList | ) |
constructor for GNEUndoList
Definition at line 124 of file GNEUndoList.cpp.
|
inherited |
check if iterator is at the end
Definition at line 58 of file GNEUndoList.cpp.
References GNEUndoList::Iterator::myCurrentChange.
Referenced by GNEUndoListDialog::recalcList(), and GNEUndoListDialog::updateList().
|
inherited |
get description
Definition at line 70 of file GNEUndoList.cpp.
References GNEUndoList::redoName(), and GNEChange::redoName().
Referenced by GNEUndoListDialog::updateList().
|
inherited |
get icon
Definition at line 87 of file GNEUndoList.cpp.
References GNEChangeGroup::getGroupIcon(), and GUIIconSubSys::getIcon().
Referenced by GNEUndoListDialog::updateList().
|
inherited |
get index
Definition at line 64 of file GNEUndoList.cpp.
|
inherited |
get timeStamp
Definition at line 81 of file GNEUndoList.cpp.
References GNEChangeGroup::getTimeStamp().
Referenced by GNEUndoListDialog::updateList().
|
inherited |
increment operator
Definition at line 98 of file GNEUndoList.cpp.
|
privateinherited |
current change
Definition at line 81 of file GNEUndoList.h.
Referenced by GNEUndoList::Iterator::end().
|
privateinherited |
counter
Definition at line 84 of file GNEUndoList.h.