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 Slots | Public Member Functions | List of all members
ctkCorePythonQtDecorators Class Reference

#include <Libs/Core/ctkCorePythonQtDecorators.h>

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

Public Slots

QString category (ctkErrorLogContext *context)
 
QObject * ctkWorkflowStepQObject (ctkWorkflowStep *step)
 
void delete_ctkWorkflowInterstepTransition (ctkWorkflowInterstepTransition *transition)
 
void delete_ctkWorkflowStep (ctkWorkflowStep *step)
 
QString description (ctkWorkflowStep *step) const
 
QString file (ctkErrorLogContext *context)
 
QString function (ctkErrorLogContext *context)
 
bool hasOnEntryCommand (ctkWorkflowStep *step) const
 
bool hasOnExitCommand (ctkWorkflowStep *step) const
 
bool hasValidateCommand (ctkWorkflowStep *step) const
 
QString id (ctkWorkflowStep *step) const
 
int line (ctkErrorLogContext *context)
 
QString message (ctkErrorLogContext *context)
 
QString name (ctkWorkflowStep *step) const
 
ctkBooleanMappernew_ctkBooleanMapper (QObject *targetObject, const QByteArray &propertyName, const QByteArray &signal)
 
ctkErrorLogContextnew_ctkErrorLogContext ()
 
ctkErrorLogContextnew_ctkErrorLogContext (const QString &msg)
 
ctkWorkflowInterstepTransitionnew_ctkWorkflowInterstepTransition (ctkWorkflowInterstepTransition::InterstepTransitionType newTransitionType)
 
ctkWorkflowInterstepTransitionnew_ctkWorkflowInterstepTransition (ctkWorkflowInterstepTransition::InterstepTransitionType newTransitionType, const QString &newId)
 
ctkWorkflowStepnew_ctkWorkflowStep ()
 
ctkWorkflowStepnew_ctkWorkflowStep (const QString &newId)
 
void setCategory (ctkErrorLogContext *context, const QString &category)
 
void setDescription (ctkWorkflowStep *step, const QString &newDescription)
 
void setFile (ctkErrorLogContext *context, const QString &file)
 
void setFunction (ctkErrorLogContext *context, const QString &function)
 
void setHasOnEntryCommand (ctkWorkflowStep *step, bool newHasOnEntryCommand)
 
void setHasOnExitCommand (ctkWorkflowStep *step, bool newHasOnExitCommand)
 
void setHasValidateCommand (ctkWorkflowStep *step, bool newHasValidateCommand)
 
void setId (ctkWorkflowStep *step, const QString &newId) const
 
void setLine (ctkErrorLogContext *context, int line)
 
void setMessage (ctkErrorLogContext *context, const QString &message)
 
void setName (ctkWorkflowStep *step, const QString &newName)
 
QString statusText (ctkWorkflowStep *step) const
 
ctkWorkflowworkflow (ctkWorkflowStep *step) const
 

Public Member Functions

 ctkCorePythonQtDecorators ()
 

Detailed Description

Definition at line 41 of file ctkCorePythonQtDecorators.h.

Constructor & Destructor Documentation

◆ ctkCorePythonQtDecorators()

ctkCorePythonQtDecorators::ctkCorePythonQtDecorators ( )
inline

Definition at line 46 of file ctkCorePythonQtDecorators.h.

Member Function Documentation

◆ category

QString ctkCorePythonQtDecorators::category ( ctkErrorLogContext context)
inlineslot

Definition at line 194 of file ctkCorePythonQtDecorators.h.

◆ ctkWorkflowStepQObject

QObject* ctkCorePythonQtDecorators::ctkWorkflowStepQObject ( ctkWorkflowStep step)
inlineslot

Definition at line 154 of file ctkCorePythonQtDecorators.h.

◆ delete_ctkWorkflowInterstepTransition

void ctkCorePythonQtDecorators::delete_ctkWorkflowInterstepTransition ( ctkWorkflowInterstepTransition transition)
inlineslot

Definition at line 172 of file ctkCorePythonQtDecorators.h.

◆ delete_ctkWorkflowStep

void ctkCorePythonQtDecorators::delete_ctkWorkflowStep ( ctkWorkflowStep step)
inlineslot

Definition at line 79 of file ctkCorePythonQtDecorators.h.

◆ description

QString ctkCorePythonQtDecorators::description ( ctkWorkflowStep step) const
inlineslot

Definition at line 109 of file ctkCorePythonQtDecorators.h.

◆ file

QString ctkCorePythonQtDecorators::file ( ctkErrorLogContext context)
inlineslot

Definition at line 212 of file ctkCorePythonQtDecorators.h.

◆ function

QString ctkCorePythonQtDecorators::function ( ctkErrorLogContext context)
inlineslot

Definition at line 221 of file ctkCorePythonQtDecorators.h.

◆ hasOnEntryCommand

bool ctkCorePythonQtDecorators::hasOnEntryCommand ( ctkWorkflowStep step) const
inlineslot

Definition at line 134 of file ctkCorePythonQtDecorators.h.

◆ hasOnExitCommand

bool ctkCorePythonQtDecorators::hasOnExitCommand ( ctkWorkflowStep step) const
inlineslot

Definition at line 144 of file ctkCorePythonQtDecorators.h.

◆ hasValidateCommand

bool ctkCorePythonQtDecorators::hasValidateCommand ( ctkWorkflowStep step) const
inlineslot

Definition at line 124 of file ctkCorePythonQtDecorators.h.

◆ id

QString ctkCorePythonQtDecorators::id ( ctkWorkflowStep step) const
inlineslot

Definition at line 89 of file ctkCorePythonQtDecorators.h.

◆ line

int ctkCorePythonQtDecorators::line ( ctkErrorLogContext context)
inlineslot

Definition at line 203 of file ctkCorePythonQtDecorators.h.

◆ message

QString ctkCorePythonQtDecorators::message ( ctkErrorLogContext context)
inlineslot

Definition at line 230 of file ctkCorePythonQtDecorators.h.

◆ name

QString ctkCorePythonQtDecorators::name ( ctkWorkflowStep step) const
inlineslot

Definition at line 99 of file ctkCorePythonQtDecorators.h.

◆ new_ctkBooleanMapper

ctkBooleanMapper* ctkCorePythonQtDecorators::new_ctkBooleanMapper ( QObject *  targetObject,
const QByteArray &  propertyName,
const QByteArray &  signal 
)
inlineslot

Definition at line 60 of file ctkCorePythonQtDecorators.h.

◆ new_ctkErrorLogContext [1/2]

ctkErrorLogContext* ctkCorePythonQtDecorators::new_ctkErrorLogContext ( )
inlineslot

Definition at line 180 of file ctkCorePythonQtDecorators.h.

◆ new_ctkErrorLogContext [2/2]

ctkErrorLogContext* ctkCorePythonQtDecorators::new_ctkErrorLogContext ( const QString &  msg)
inlineslot

Definition at line 185 of file ctkCorePythonQtDecorators.h.

◆ new_ctkWorkflowInterstepTransition [1/2]

ctkWorkflowInterstepTransition* ctkCorePythonQtDecorators::new_ctkWorkflowInterstepTransition ( ctkWorkflowInterstepTransition::InterstepTransitionType  newTransitionType)
inlineslot

Definition at line 162 of file ctkCorePythonQtDecorators.h.

◆ new_ctkWorkflowInterstepTransition [2/2]

ctkWorkflowInterstepTransition* ctkCorePythonQtDecorators::new_ctkWorkflowInterstepTransition ( ctkWorkflowInterstepTransition::InterstepTransitionType  newTransitionType,
const QString &  newId 
)
inlineslot

Definition at line 167 of file ctkCorePythonQtDecorators.h.

◆ new_ctkWorkflowStep [1/2]

ctkWorkflowStep* ctkCorePythonQtDecorators::new_ctkWorkflowStep ( )
inlineslot

Definition at line 69 of file ctkCorePythonQtDecorators.h.

◆ new_ctkWorkflowStep [2/2]

ctkWorkflowStep* ctkCorePythonQtDecorators::new_ctkWorkflowStep ( const QString &  newId)
inlineslot

Definition at line 74 of file ctkCorePythonQtDecorators.h.

◆ setCategory

void ctkCorePythonQtDecorators::setCategory ( ctkErrorLogContext context,
const QString &  category 
)
inlineslot

Definition at line 190 of file ctkCorePythonQtDecorators.h.

◆ setDescription

void ctkCorePythonQtDecorators::setDescription ( ctkWorkflowStep step,
const QString &  newDescription 
)
inlineslot

Definition at line 114 of file ctkCorePythonQtDecorators.h.

◆ setFile

void ctkCorePythonQtDecorators::setFile ( ctkErrorLogContext context,
const QString &  file 
)
inlineslot

Definition at line 208 of file ctkCorePythonQtDecorators.h.

◆ setFunction

void ctkCorePythonQtDecorators::setFunction ( ctkErrorLogContext context,
const QString &  function 
)
inlineslot

Definition at line 217 of file ctkCorePythonQtDecorators.h.

◆ setHasOnEntryCommand

void ctkCorePythonQtDecorators::setHasOnEntryCommand ( ctkWorkflowStep step,
bool  newHasOnEntryCommand 
)
inlineslot

Definition at line 139 of file ctkCorePythonQtDecorators.h.

◆ setHasOnExitCommand

void ctkCorePythonQtDecorators::setHasOnExitCommand ( ctkWorkflowStep step,
bool  newHasOnExitCommand 
)
inlineslot

Definition at line 149 of file ctkCorePythonQtDecorators.h.

◆ setHasValidateCommand

void ctkCorePythonQtDecorators::setHasValidateCommand ( ctkWorkflowStep step,
bool  newHasValidateCommand 
)
inlineslot

Definition at line 129 of file ctkCorePythonQtDecorators.h.

◆ setId

void ctkCorePythonQtDecorators::setId ( ctkWorkflowStep step,
const QString &  newId 
) const
inlineslot

Definition at line 94 of file ctkCorePythonQtDecorators.h.

◆ setLine

void ctkCorePythonQtDecorators::setLine ( ctkErrorLogContext context,
int  line 
)
inlineslot

Definition at line 199 of file ctkCorePythonQtDecorators.h.

◆ setMessage

void ctkCorePythonQtDecorators::setMessage ( ctkErrorLogContext context,
const QString &  message 
)
inlineslot

Definition at line 226 of file ctkCorePythonQtDecorators.h.

◆ setName

void ctkCorePythonQtDecorators::setName ( ctkWorkflowStep step,
const QString &  newName 
)
inlineslot

Definition at line 104 of file ctkCorePythonQtDecorators.h.

◆ statusText

QString ctkCorePythonQtDecorators::statusText ( ctkWorkflowStep step) const
inlineslot

Definition at line 119 of file ctkCorePythonQtDecorators.h.

◆ workflow

ctkWorkflow* ctkCorePythonQtDecorators::workflow ( ctkWorkflowStep step) const
inlineslot

Definition at line 84 of file ctkCorePythonQtDecorators.h.


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