![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
#include <Plugins/org.commontk.plugingenerator.core/ctkPluginGeneratorCppPluginActivator.h>
Public Member Functions | |
ctkPluginGeneratorCppPluginActivator (ctkPluginGeneratorAbstractTemplate *parent=0) | |
QString | generateContent () |
QStringList | getMarkers () const |
![]() | |
ctkPluginGeneratorCppTemplate (const QString &name, ctkPluginGeneratorAbstractTemplate *parent=0) | |
QString | generateContent () |
QStringList | getMarkers () const |
![]() | |
void | addContent (const QString &marker, const QString &content, Position pos=APPEND) |
virtual void | create (const QString &location) |
ctkPluginGeneratorAbstractTemplate (const QString &name, ctkPluginGeneratorAbstractTemplate *parent=0) | |
QStringList | getContent (const QString &marker) const |
QString | getFilename () const |
void | reset () |
void | setFilename (const QString &filename) |
virtual | ~ctkPluginGeneratorAbstractTemplate () |
Static Public Attributes | |
static const QString | PLUGINACTIVATOR_START_MARKER |
static const QString | PLUGINACTIVATOR_STOP_MARKER |
![]() | |
static const QString | CPP_CLASSNAME_MARKER |
static const QString | CPP_CONSTRUCTOR_BODY_MARKER |
static const QString | CPP_CONSTRUCTOR_INITLIST_MARKER |
static const QString | CPP_DESTRUCTOR_BODY_MARKER |
static const QString | CPP_GLOBAL_MARKER |
static const QString | CPP_INCLUDES_MARKER |
static const QString | CPP_METHODS_MARKER |
Additional Inherited Members | |
![]() | |
enum | Position { PREPEND , APPEND , REPLACE } |
![]() | |
QString | getClassNameToken () const |
![]() | |
QString | getSymbolicName (bool withPeriods=false) const |
Definition at line 28 of file ctkPluginGeneratorCppPluginActivator.h.
ctkPluginGeneratorCppPluginActivator::ctkPluginGeneratorCppPluginActivator | ( | ctkPluginGeneratorAbstractTemplate * | parent = 0 | ) |
|
virtual |
Implements ctkPluginGeneratorAbstractTemplate.
|
virtual |
Reimplemented from ctkPluginGeneratorAbstractTemplate.
|
static |
Definition at line 34 of file ctkPluginGeneratorCppPluginActivator.h.
|
static |
Definition at line 35 of file ctkPluginGeneratorCppPluginActivator.h.