![]() |
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/ctkPluginGeneratorCppTemplate.h>
Public Member Functions | |
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 | 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 |
Protected Member Functions | |
QString | getClassNameToken () const |
![]() | |
QString | getSymbolicName (bool withPeriods=false) const |
Additional Inherited Members | |
![]() | |
enum | Position { PREPEND , APPEND , REPLACE } |
Definition at line 28 of file ctkPluginGeneratorCppTemplate.h.
ctkPluginGeneratorCppTemplate::ctkPluginGeneratorCppTemplate | ( | const QString & | name, |
ctkPluginGeneratorAbstractTemplate * | parent = 0 |
||
) |
|
virtual |
Implements ctkPluginGeneratorAbstractTemplate.
|
protected |
|
virtual |
Reimplemented from ctkPluginGeneratorAbstractTemplate.
|
static |
Definition at line 32 of file ctkPluginGeneratorCppTemplate.h.
|
static |
Definition at line 37 of file ctkPluginGeneratorCppTemplate.h.
|
static |
Definition at line 36 of file ctkPluginGeneratorCppTemplate.h.
|
static |
Definition at line 38 of file ctkPluginGeneratorCppTemplate.h.
|
static |
Definition at line 34 of file ctkPluginGeneratorCppTemplate.h.
|
static |
Definition at line 33 of file ctkPluginGeneratorCppTemplate.h.
|
static |
Definition at line 35 of file ctkPluginGeneratorCppTemplate.h.