creaContours_lib
|
#include <ComposedCommand.h>
Public Member Functions | |
ComposedCommand () | |
virtual | ~ComposedCommand () |
void | addCommand (CommandObject *nwCommand) |
virtual void | includeToExecute (std::deque< CommandObject * > &executionQueue) |
virtual int | count () |
virtual void | clear () |
Private Attributes | |
std::deque< CommandObject * > | internalCommands |
Definition at line 41 of file ComposedCommand.h.
ComposedCommand::ComposedCommand | ( | ) |
Definition at line 42 of file ComposedCommand.cxx.
|
virtual |
Definition at line 47 of file ComposedCommand.cxx.
References clear().
void ComposedCommand::addCommand | ( | CommandObject * | nwCommand | ) |
Definition at line 60 of file ComposedCommand.cxx.
References internalCommands.
|
virtual |
Implements CommandObject.
Definition at line 98 of file ComposedCommand.cxx.
References internalCommands.
Referenced by ~ComposedCommand().
|
virtual |
Implements CommandObject.
Definition at line 83 of file ComposedCommand.cxx.
References internalCommands.
|
virtual |
Implements CommandObject.
Definition at line 69 of file ComposedCommand.cxx.
References internalCommands.
|
private |
Definition at line 90 of file ComposedCommand.h.
Referenced by addCommand(), clear(), count(), and includeToExecute().