![]() |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
The CommandHandler class provides an interface that all objects that can handle/process script commands implement. This is used do things like provide a way for scripts to send commands to the Geometrize user interface. More...
#include <commandhandler.h>
Public Member Functions | |
CommandHandler () | |
virtual | ~CommandHandler () |
virtual void | handleCommand (const Command &command)=0 |
virtual std::string | getCommandHandlerName () const =0 |
virtual void | setCommandHandlerName (const std::string &name)=0 |
Static Public Attributes | |
static std::set< CommandHandler * > | allCommandHandlers |
The CommandHandler class provides an interface that all objects that can handle/process script commands implement. This is used do things like provide a way for scripts to send commands to the Geometrize user interface.
geometrize::script::CommandHandler::CommandHandler | ( | ) |
|
virtual |
|
pure virtual |
Implemented in geometrize::dialog::LaunchWindow, and geometrize::dialog::ImageTaskWindow.
|
pure virtual |
Implemented in geometrize::dialog::LaunchWindow, and geometrize::dialog::ImageTaskWindow.
|
pure virtual |
Implemented in geometrize::dialog::LaunchWindow, and geometrize::dialog::ImageTaskWindow.
|
static |