#include <ICommandsUser.h>
Public Member Functions | |
virtual | ~ICommandsUser () |
virtual bool | executeCommand (CommandObject *theCommand, bool fromRegistration=false)=0 |
virtual bool | executeCommandsQueue (std::deque< CommandObject * > &executionQueue, bool fromRegistration)=0 |
Definition at line 13 of file ICommandsUser.h.
virtual ICommandsUser::~ICommandsUser | ( | ) | [inline, virtual] |
virtual bool ICommandsUser::executeCommand | ( | CommandObject * | theCommand, | |
bool | fromRegistration = false | |||
) | [pure virtual] |
Implemented in ContourWorkspace.
Referenced by CommandsHandler::redo(), and CommandsHandler::undo().
virtual bool ICommandsUser::executeCommandsQueue | ( | std::deque< CommandObject * > & | executionQueue, | |
bool | fromRegistration | |||
) | [pure virtual] |
Implemented in ContourWorkspace.