|
| ImageOpModule () |
| For separate commands.
|
|
template<class OP > |
void | install (const std::string &name=OP().getName()) |
| Add ImageOp command to registry (CommandBank).
|
|
Public Member Functions inherited from CommandModule< 'i', ImageOpSection > |
| CommandModule (CommandBank &bank=getCommandBank()) |
|
Command & | installDeprecating (const std::string &name, char alias=0) |
|
Command & | installDeprecating (char alias=0) |
|
void | linkRelatedCommands (TT &... cmds) |
|
void | linkRelatedCommandList (std::set< std::string > &cmdList, Command &cmd, TT &... cmds) |
|
void | linkRelatedCommandList (std::set< std::string > &cmdList, const std::string &cmdName, TT &... cmds) |
|
void | linkRelatedCommandList (std::set< std::string > &cmdList) |
|
|
Public Types inherited from CommandModule< 'i', ImageOpSection > |
typedef CommandModule< PREFIX, ImageOpSection > | module_t |
|
Protected Member Functions inherited from CommandInstaller< PREFIX, SECTION > |
| CommandInstaller (CommandBank &bank=getCommandBank()) |
|
template<class CMD > |
Command & | install (const std::string &name, char alias=0) |
| Install command initialized and stored by command bank.
|
|
template<class CMD > |
Command & | install (char alias=0) |
| Install external command.
|
|
template<class CMD > |
Command & | install (CMD &cmdExt, const std::string &name, char alias=0) |
| Install external command.
|
|
template<class CMD > |
Command & | install (CMD &cmdExt, char alias=0) |
| Install external command.
|
|
Static Protected Member Functions inherited from CommandInstaller< PREFIX, SECTION > |
static const CommandSection & | getSection () |
|
static char | getPrefix () |
| Return the character used as prefix for the commands in this section.
|
|
template<class CMD > |
static Command & | installShared (const std::string &name, char alias=0) |
| Install to shared (global) CommandBank.
|
|
template<class CMD > |
static Command & | installShared (char alias=0) |
| Install to shared (global) CommandBank.
|
|
Protected Attributes inherited from CommandInstaller< PREFIX, SECTION > |
CommandBank & | cmdBank |
|
The documentation for this class was generated from the following files: