![]() |
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 123 of file GNEUndoList.cpp.
References GNEUndoList::GNEUndoList(), GNEUndoList::Iterator::Iterator(), GNEChangeGroup::redoList, and GNEChangeGroup::undoList.
|
inherited |
check if iterator is at the end
Definition at line 61 of file GNEUndoList.cpp.
References myCurrentChange.
Referenced by GNEUndoListDialog::GNEUndoListDialog(), and GNEUndoListDialog::updateList().
|
inherited |
get description
Definition at line 73 of file GNEUndoList.cpp.
References myCurrentChange, and GNEUndoList::redoName().
Referenced by GNEUndoListDialog::updateList().
|
inherited |
get icon
Definition at line 86 of file GNEUndoList.cpp.
References GNEChangeGroup::getGroupIcon(), GUIIconSubSys::getIcon(), GNEChangeGroup::GNEChangeGroup(), and myCurrentChange.
Referenced by GNEUndoListDialog::updateList().
|
inherited |
|
inherited |
get timeStamp
Definition at line 80 of file GNEUndoList.cpp.
References GNEChangeGroup::getTimeStamp(), GNEChangeGroup::GNEChangeGroup(), and myCurrentChange.
Referenced by GNEUndoListDialog::updateList().
|
inherited |
increment operator
Definition at line 97 of file GNEUndoList.cpp.
References myCurrentChange, and myIndex.
|
privateinherited |
current change
Definition at line 81 of file GNEUndoList.h.
Referenced by end(), getDescription(), getIcon(), getTimeStamp(), Iterator(), Iterator(), and operator++().
|
privateinherited |
counter
Definition at line 84 of file GNEUndoList.h.
Referenced by getIndex(), Iterator(), Iterator(), and operator++().