SUMO - Simulation of Urban MObility
GNEUndoList::CommandGroup Class Reference

class CommandGroup More...

Inheritance diagram for GNEUndoList::CommandGroup:
Inheritance graph
Collaboration diagram for GNEUndoList::CommandGroup:
Collaboration graph

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...
 

Detailed Description

class CommandGroup

Definition at line 107 of file GNEUndoList.h.

Constructor & Destructor Documentation

GNEUndoList::CommandGroup::CommandGroup ( std::string  description)

Constructor.

Definition at line 181 of file GNEUndoList.cpp.

Member Function Documentation

const std::string & GNEUndoList::CommandGroup::getDescription ( )

get description

Definition at line 187 of file GNEUndoList.cpp.

References myDescription.

FXString GNEUndoList::CommandGroup::redoName ( ) const

get redo name

Definition at line 199 of file GNEUndoList.cpp.

References myDescription.

FXString GNEUndoList::CommandGroup::undoName ( ) const

get undo Name

Definition at line 193 of file GNEUndoList.cpp.

References myDescription.

Field Documentation

const std::string GNEUndoList::CommandGroup::myDescription
private

description of command

Definition at line 123 of file GNEUndoList.h.

Referenced by getDescription(), redoName(), and undoName().


The documentation for this class was generated from the following files: