MTemplateTask Class Reference
Class holding a template API task object. More...
Public Member Functions | |
| std::vector< std::string > | getDependancies () |
| bool | getEnabled () |
| std::vector< int > | getErrorLevels () |
| MTemplateEngine::kTemplatesLogic | getLogic () |
| std::string | getName () |
| int | getPriority () |
| MTemplateTask (const std::string &_name, MTemplateEngine::kTemplatesLogic _logic, int _priority) | |
| void | setDependancies (const std::vector< std::string > &_dependancies) |
| void | setEnabled (bool isEnabled) |
| void | setErrorLevels (const std::vector< int > &_errorLevels) |
| void | setPriority (int _priority) |
Detailed Description
Class holding a template API task object.
Holds data related to a template task object
Definition at line 63 of file MTemplateTask.h.
The documentation for this class was generated from the following file:
- MTemplate/MTemplateTask.h
