creaContours_lib
ICommandsUser Class Referenceabstract

#include <ICommandsUser.h>

Inheritance diagram for ICommandsUser:

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 38 of file ICommandsUser.h.

Constructor & Destructor Documentation

virtual ICommandsUser::~ICommandsUser ( )
inlinevirtual

Definition at line 44 of file ICommandsUser.h.

44 {};

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: