#include <axlLineCreator.h>
Public Member Functions | |
axlLineCreator (QObject *parent=0) | |
axlLineCreator (const axlLineCreator *other, QObject *parent=0) | |
virtual | ~axlLineCreator (void) |
virtual axlAbstractData * | getInput (int channel) const |
bool | hasParameters (void) |
virtual int | update (void) |
virtual QString | description (void) const |
virtual QString | identifier (void) const |
virtual void | setInput (dtkAbstractData *newData, int channel) |
virtual dtkAbstractData * | output (void) |
virtual dtkAbstractData * | output (int channel) |
Public Member Functions inherited from axlAbstractCreatorProcess | |
axlAbstractCreatorProcess (QObject *parent=0) | |
virtual | ~axlAbstractCreatorProcess (void) |
axlAbstractData * | getInput (int channel) const |
virtual int | channelCount (void) |
Public Member Functions inherited from axlAbstractProcess | |
axlAbstractProcess (void) | |
virtual | ~axlAbstractProcess (void) |
virtual void | copyProcess (axlAbstractProcess *process) |
virtual void | setDescription (QString description) |
virtual void | setIdentifier (QString identifier) |
virtual QString | form (void) const |
Description of the form for the dialog with the process. More... | |
Definition at line 29 of file axlLineCreator.h.
axlLineCreator::axlLineCreator | ( | QObject * | parent = 0 | ) |
Definition at line 37 of file axlLineCreator.cpp.
axlLineCreator::axlLineCreator | ( | const axlLineCreator * | other, |
QObject * | parent = 0 |
||
) |
Definition at line 45 of file axlLineCreator.cpp.
|
virtual |
Definition at line 51 of file axlLineCreator.cpp.
|
virtual |
Reimplemented from axlAbstractCreatorProcess.
Definition at line 112 of file axlLineCreator.cpp.
|
virtual |
Definition at line 56 of file axlLineCreator.cpp.
|
virtual |
returns true if the process needs parameters. By default, equals false.
Reimplemented from axlAbstractProcess.
Definition at line 64 of file axlLineCreator.cpp.
|
virtual |
Reimplemented from axlAbstractCreatorProcess.
Definition at line 117 of file axlLineCreator.cpp.
|
virtual |
Reimplemented from axlAbstractCreatorProcess.
Definition at line 69 of file axlLineCreator.cpp.
|
virtual |
Reimplemented from axlAbstractCreatorProcess.
Definition at line 73 of file axlLineCreator.cpp.
|
virtual |
Reimplemented from axlAbstractCreatorProcess.
Definition at line 77 of file axlLineCreator.cpp.
|
virtual |
Reimplemented from axlAbstractCreatorProcess.
Definition at line 91 of file axlLineCreator.cpp.