ICommandsUser Class Reference

#include <ICommandsUser.h>

Inheritance diagram for ICommandsUser:

Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~ICommandsUser ()
virtual bool executeCommand (CommandObject *theCommand, bool fromRegistration=false)=0
virtual bool executeCommandsQueue (std::deque< CommandObject * > &executionQueue, bool fromRegistration)=0


Detailed Description

Definition at line 13 of file ICommandsUser.h.


Constructor & Destructor Documentation

virtual ICommandsUser::~ICommandsUser (  )  [inline, virtual]

Definition at line 19 of file ICommandsUser.h.

00019 {};


Member Function Documentation

virtual bool ICommandsUser::executeCommand ( CommandObject theCommand,
bool  fromRegistration = false 
) [pure virtual]

Implemented in ContourWorkspace.

Referenced by CommandsHandler::redo(), and CommandsHandler::undo().

Here is the caller graph for this function:

virtual bool ICommandsUser::executeCommandsQueue ( std::deque< CommandObject * > &  executionQueue,
bool  fromRegistration 
) [pure virtual]

Implemented in ContourWorkspace.


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

Generated on Wed Jun 27 23:28:33 2012 for creaContours_lib by  doxygen 1.5.7.1