 |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
The Command class provides a convenient way for a script to tell an object about something For exampl...
Definition: command.h:17
virtual void setCommandHandlerName(const std::string &name)=0
The CommandHandler class provides an interface that all objects that can handle/process script comman...
Definition: commandhandler.h:19
virtual void handleCommand(const Command &command)=0
virtual ~CommandHandler()
Definition: commandhandler.cpp:18
Definition: commandlineparser.cpp:73
virtual std::string getCommandHandlerName() const =0
CommandHandler()
Definition: commandhandler.cpp:13
static std::set< CommandHandler * > allCommandHandlers
Definition: commandhandler.h:28