Generate an action.
More...
#include <ActionGenerator.h>
§ ActionProperty
| Enumerator |
|---|
| modal | |
| embeded | |
| delayed | |
§ ActionGenerator() [1/2]
| ActionGenerator::ActionGenerator |
( |
QString |
xmlFileName, |
|
|
QString |
licence |
|
) |
| |
| throw | ( | QString |
| ) | | |
§ ActionGenerator() [2/2]
| ActionGenerator::ActionGenerator |
( |
cepcoreschema::Action & |
domAction, |
|
|
QString |
licence |
|
) |
| |
§ ~ActionGenerator()
| ActionGenerator::~ActionGenerator |
( |
| ) |
|
§ createFromDom()
| void ActionGenerator::createFromDom |
( |
cepcoreschema::Action & |
dom | ) |
|
|
private |
§ generateFiles()
| void ActionGenerator::generateFiles |
( |
QString |
directoryName | ) |
|
§ getClassName()
| QString ActionGenerator::getClassName |
( |
| ) |
const |
§ getComponentNamespace()
| QString ActionGenerator::getComponentNamespace |
( |
| ) |
|
|
private |
Check if this action's component is in CamiTK namespace.
- Returns
- "camitk::" if the component is declared in the CamiTK namespace or "" otherwise
§ writeCFile()
| void ActionGenerator::writeCFile |
( |
QString |
directoryName | ) |
|
|
private |
§ writeHFile()
| void ActionGenerator::writeHFile |
( |
QString |
directoryName | ) |
|
|
private |
§ writeSpecialItkFile()
| void ActionGenerator::writeSpecialItkFile |
( |
QString |
directoryName | ) |
|
|
private |
§ actionParameters
§ className
| QString ActionGenerator::className |
|
private |
§ componentName
| QString ActionGenerator::componentName |
|
private |
§ description
| QString ActionGenerator::description |
|
private |
§ family
| QString ActionGenerator::family |
|
private |
§ isItkFilter
| bool ActionGenerator::isItkFilter |
|
private |
§ itkFilterOutputType
| QString ActionGenerator::itkFilterOutputType |
|
private |
§ licence
| QString ActionGenerator::licence |
|
private |
§ name
| QString ActionGenerator::name |
|
private |
§ tags
| QStringList ActionGenerator::tags |
|
private |
The documentation for this class was generated from the following files: