CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Public Member Functions | Static Public Attributes | List of all members
ctkPluginGeneratorCMakeLists Class Reference

#include <Plugins/org.commontk.plugingenerator.core/ctkPluginGeneratorCMakeLists.h>

Inheritance diagram for ctkPluginGeneratorCMakeLists:
Inheritance graph
[legend]
Collaboration diagram for ctkPluginGeneratorCMakeLists:
Collaboration graph
[legend]

Public Member Functions

 ctkPluginGeneratorCMakeLists (ctkPluginGeneratorAbstractTemplate *parent=0)
 
QString generateContent ()
 
QStringList getMarkers () const
 
- Public Member Functions inherited from ctkPluginGeneratorAbstractTemplate
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 PLUGIN_MOC_SRCS_MARKER
 
static const QString PLUGIN_PROJECT_NAME_MARKER
 
static const QString PLUGIN_RESOURCES_MARKER
 
static const QString PLUGIN_SRCS_MARKER
 
static const QString PLUGIN_UI_FORMS_MARKER
 

Additional Inherited Members

- Public Types inherited from ctkPluginGeneratorAbstractTemplate
enum  Position { PREPEND , APPEND , REPLACE }
 
- Protected Member Functions inherited from ctkPluginGeneratorAbstractTemplate
QString getSymbolicName (bool withPeriods=false) const
 

Detailed Description

Definition at line 28 of file ctkPluginGeneratorCMakeLists.h.

Constructor & Destructor Documentation

◆ ctkPluginGeneratorCMakeLists()

ctkPluginGeneratorCMakeLists::ctkPluginGeneratorCMakeLists ( ctkPluginGeneratorAbstractTemplate parent = 0)

Member Function Documentation

◆ generateContent()

QString ctkPluginGeneratorCMakeLists::generateContent ( )
virtual

◆ getMarkers()

QStringList ctkPluginGeneratorCMakeLists::getMarkers ( ) const
virtual

Member Data Documentation

◆ PLUGIN_MOC_SRCS_MARKER

const QString ctkPluginGeneratorCMakeLists::PLUGIN_MOC_SRCS_MARKER
static

Definition at line 36 of file ctkPluginGeneratorCMakeLists.h.

◆ PLUGIN_PROJECT_NAME_MARKER

const QString ctkPluginGeneratorCMakeLists::PLUGIN_PROJECT_NAME_MARKER
static

Definition at line 34 of file ctkPluginGeneratorCMakeLists.h.

◆ PLUGIN_RESOURCES_MARKER

const QString ctkPluginGeneratorCMakeLists::PLUGIN_RESOURCES_MARKER
static

Definition at line 37 of file ctkPluginGeneratorCMakeLists.h.

◆ PLUGIN_SRCS_MARKER

const QString ctkPluginGeneratorCMakeLists::PLUGIN_SRCS_MARKER
static

Definition at line 35 of file ctkPluginGeneratorCMakeLists.h.

◆ PLUGIN_UI_FORMS_MARKER

const QString ctkPluginGeneratorCMakeLists::PLUGIN_UI_FORMS_MARKER
static

Definition at line 38 of file ctkPluginGeneratorCMakeLists.h.


The documentation for this class was generated from the following file: