#include <Libs/Core/ctkCorePythonQtDecorators.h>
|
| 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 |
| |
| ctkBooleanMapper * | new_ctkBooleanMapper (QObject *targetObject, const QByteArray &propertyName, const QByteArray &signal) |
| |
| ctkErrorLogContext * | new_ctkErrorLogContext () |
| |
| ctkErrorLogContext * | new_ctkErrorLogContext (const QString &msg) |
| |
| ctkWorkflowInterstepTransition * | new_ctkWorkflowInterstepTransition (ctkWorkflowInterstepTransition::InterstepTransitionType newTransitionType) |
| |
| ctkWorkflowInterstepTransition * | new_ctkWorkflowInterstepTransition (ctkWorkflowInterstepTransition::InterstepTransitionType newTransitionType, const QString &newId) |
| |
| ctkWorkflowStep * | new_ctkWorkflowStep () |
| |
| ctkWorkflowStep * | new_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 |
| |
| ctkWorkflow * | workflow (ctkWorkflowStep *step) const |
| |
Definition at line 41 of file ctkCorePythonQtDecorators.h.
◆ ctkCorePythonQtDecorators()
| ctkCorePythonQtDecorators::ctkCorePythonQtDecorators |
( |
| ) |
|
|
inline |
◆ category
◆ ctkWorkflowStepQObject
| QObject* ctkCorePythonQtDecorators::ctkWorkflowStepQObject |
( |
ctkWorkflowStep * |
step | ) |
|
|
inlineslot |
◆ delete_ctkWorkflowInterstepTransition
◆ delete_ctkWorkflowStep
| void ctkCorePythonQtDecorators::delete_ctkWorkflowStep |
( |
ctkWorkflowStep * |
step | ) |
|
|
inlineslot |
◆ description
| QString ctkCorePythonQtDecorators::description |
( |
ctkWorkflowStep * |
step | ) |
const |
|
inlineslot |
◆ file
◆ function
◆ hasOnEntryCommand
| bool ctkCorePythonQtDecorators::hasOnEntryCommand |
( |
ctkWorkflowStep * |
step | ) |
const |
|
inlineslot |
◆ hasOnExitCommand
| bool ctkCorePythonQtDecorators::hasOnExitCommand |
( |
ctkWorkflowStep * |
step | ) |
const |
|
inlineslot |
◆ hasValidateCommand
| bool ctkCorePythonQtDecorators::hasValidateCommand |
( |
ctkWorkflowStep * |
step | ) |
const |
|
inlineslot |
◆ id
◆ line
◆ message
◆ name
◆ new_ctkBooleanMapper
| ctkBooleanMapper* ctkCorePythonQtDecorators::new_ctkBooleanMapper |
( |
QObject * |
targetObject, |
|
|
const QByteArray & |
propertyName, |
|
|
const QByteArray & |
signal |
|
) |
| |
|
inlineslot |
◆ new_ctkErrorLogContext [1/2]
◆ new_ctkErrorLogContext [2/2]
| ctkErrorLogContext* ctkCorePythonQtDecorators::new_ctkErrorLogContext |
( |
const QString & |
msg | ) |
|
|
inlineslot |
◆ new_ctkWorkflowInterstepTransition [1/2]
◆ new_ctkWorkflowInterstepTransition [2/2]
◆ new_ctkWorkflowStep [1/2]
◆ new_ctkWorkflowStep [2/2]
| ctkWorkflowStep* ctkCorePythonQtDecorators::new_ctkWorkflowStep |
( |
const QString & |
newId | ) |
|
|
inlineslot |
◆ setCategory
| void ctkCorePythonQtDecorators::setCategory |
( |
ctkErrorLogContext * |
context, |
|
|
const QString & |
category |
|
) |
| |
|
inlineslot |
◆ setDescription
| void ctkCorePythonQtDecorators::setDescription |
( |
ctkWorkflowStep * |
step, |
|
|
const QString & |
newDescription |
|
) |
| |
|
inlineslot |
◆ setFile
| void ctkCorePythonQtDecorators::setFile |
( |
ctkErrorLogContext * |
context, |
|
|
const QString & |
file |
|
) |
| |
|
inlineslot |
◆ setFunction
| void ctkCorePythonQtDecorators::setFunction |
( |
ctkErrorLogContext * |
context, |
|
|
const QString & |
function |
|
) |
| |
|
inlineslot |
◆ setHasOnEntryCommand
| void ctkCorePythonQtDecorators::setHasOnEntryCommand |
( |
ctkWorkflowStep * |
step, |
|
|
bool |
newHasOnEntryCommand |
|
) |
| |
|
inlineslot |
◆ setHasOnExitCommand
| void ctkCorePythonQtDecorators::setHasOnExitCommand |
( |
ctkWorkflowStep * |
step, |
|
|
bool |
newHasOnExitCommand |
|
) |
| |
|
inlineslot |
◆ setHasValidateCommand
| void ctkCorePythonQtDecorators::setHasValidateCommand |
( |
ctkWorkflowStep * |
step, |
|
|
bool |
newHasValidateCommand |
|
) |
| |
|
inlineslot |
◆ setId
| void ctkCorePythonQtDecorators::setId |
( |
ctkWorkflowStep * |
step, |
|
|
const QString & |
newId |
|
) |
| const |
|
inlineslot |
◆ setLine
◆ setMessage
| void ctkCorePythonQtDecorators::setMessage |
( |
ctkErrorLogContext * |
context, |
|
|
const QString & |
message |
|
) |
| |
|
inlineslot |
◆ setName
| void ctkCorePythonQtDecorators::setName |
( |
ctkWorkflowStep * |
step, |
|
|
const QString & |
newName |
|
) |
| |
|
inlineslot |
◆ statusText
| QString ctkCorePythonQtDecorators::statusText |
( |
ctkWorkflowStep * |
step | ) |
const |
|
inlineslot |
◆ workflow
The documentation for this class was generated from the following file: