![]() |
Eclipse 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 106 of file GNEUndoList.h.
| GNEUndoList::CommandGroup::CommandGroup | ( | std::string | description | ) |
Constructor.
Definition at line 236 of file GNEUndoList.cpp.
| const std::string & GNEUndoList::CommandGroup::getDescription | ( | ) |
get description
Definition at line 242 of file GNEUndoList.cpp.
| FXString GNEUndoList::CommandGroup::redoName | ( | ) | const |
get redo name
Definition at line 254 of file GNEUndoList.cpp.
| FXString GNEUndoList::CommandGroup::undoName | ( | ) | const |
get undo Name
Definition at line 248 of file GNEUndoList.cpp.
|
private |
description of command
Definition at line 122 of file GNEUndoList.h.