![]() |
Eclipse SUMO - Simulation of Urban MObility
|
FOX declaration. 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 | |
| ~Iterator () | |
| destructor | |
Protected Member Functions | |
| Iterator (GNEChange *change) | |
| constructor for GNEUndoList | |
Private Member Functions | |
| Iterator () | |
| default constructor | |
Private Attributes | |
| GNEChange * | myCurrentChange |
| current change | |
| int | myIndex |
| counter | |
| GNEUndoList::Iterator::~Iterator | ( | ) |
destructor
Definition at line 54 of file GNEUndoList.cpp.
|
protected |
constructor for GNEUndoList
Definition at line 107 of file GNEUndoList.cpp.
|
private |
default constructor
Definition at line 113 of file GNEUndoList.cpp.
| bool GNEUndoList::Iterator::end | ( | ) | const |
check if iterator is at the end
Definition at line 58 of file GNEUndoList.cpp.
References myCurrentChange.
Referenced by GNEUndoListDialog::recalcList(), and GNEUndoListDialog::updateList().
| const std::string GNEUndoList::Iterator::getDescription | ( | ) | const |
get description
Definition at line 70 of file GNEUndoList.cpp.
References GNEUndoList::redoName(), and GNEChange::redoName().
Referenced by GNEUndoListDialog::updateList().
| FXIcon * GNEUndoList::Iterator::getIcon | ( | ) | const |
get icon
Definition at line 87 of file GNEUndoList.cpp.
References GNEChangeGroup::getGroupIcon(), and GUIIconSubSys::getIcon().
Referenced by GNEUndoListDialog::updateList().
| int GNEUndoList::Iterator::getIndex | ( | ) | const |
get index
Definition at line 64 of file GNEUndoList.cpp.
| const std::string GNEUndoList::Iterator::getTimeStamp | ( | ) | const |
get timeStamp
Definition at line 81 of file GNEUndoList.cpp.
References GNEChangeGroup::getTimeStamp().
Referenced by GNEUndoListDialog::updateList().
| GNEUndoList::Iterator & GNEUndoList::Iterator::operator++ | ( | int | ) |
increment operator
Definition at line 98 of file GNEUndoList.cpp.
|
private |
|
private |
counter
Definition at line 84 of file GNEUndoList.h.