![]() |
Eclipse SUMO - Simulation of Urban MObility
|
undo iterator More...
#include <GNEUndoList.h>
Public Member Functions | |
| bool | end () const |
| check if iterator is at the end More... | |
| const std::string | getDescription () const |
| get description More... | |
| FXIcon * | getIcon () const |
| get icon More... | |
| int | getIndex () const |
| get index More... | |
| Iterator & | operator++ (int) |
| increment operator More... | |
| UndoIterator (const GNEUndoList *undoList) | |
| constructor for GNEUndoList More... | |
Private Attributes | |
| GNEChange * | myCurrentChange |
| current change More... | |
| int | myIndex |
| counter More... | |
undo iterator
Definition at line 85 of file GNEUndoList.h.
| GNEUndoList::UndoIterator::UndoIterator | ( | const GNEUndoList * | undoList | ) |
constructor for GNEUndoList
Definition at line 113 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().
Referenced by GNEUndoListDialog::updateList().
|
inherited |
get icon
Definition at line 81 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 |
increment operator
Definition at line 92 of file GNEUndoList.cpp.
|
privateinherited |
current change
Definition at line 78 of file GNEUndoList.h.
Referenced by GNEUndoList::Iterator::end().
|
privateinherited |
counter
Definition at line 81 of file GNEUndoList.h.