![]() |
SUMO - Simulation of Urban MObility
|
class CommandGroup More...


Public Member Functions | |
| CommandGroup (std::string description) | |
| Constructor. More... | |
| const std::string & | getDescription () |
| get description More... | |
| FXString | redoName () const |
| get redo name More... | |
| FXString | undoName () const |
| get undo Name More... | |
Private Attributes | |
| const std::string | myDescription |
| description of command More... | |
class CommandGroup
Definition at line 112 of file GNEUndoList.h.
| GNEUndoList::CommandGroup::CommandGroup | ( | std::string | description | ) |
Constructor.
Definition at line 209 of file GNEUndoList.cpp.
| const std::string & GNEUndoList::CommandGroup::getDescription | ( | ) |
| FXString GNEUndoList::CommandGroup::redoName | ( | ) | const |
| FXString GNEUndoList::CommandGroup::undoName | ( | ) | const |
|
private |
description of command
Definition at line 128 of file GNEUndoList.h.
Referenced by getDescription(), redoName(), and undoName().