#include <axlProcessProjection.h>
Public Member Functions | |
axlProcessProjection (QObject *parent=0) | |
virtual | ~axlProcessProjection (void) |
virtual axlAbstractData * | getInput (int channel) const |
void | copyProcess (axlAbstractProcess *process) |
bool | hasParameters (void) |
bool | isOnLine (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) |
Public Member Functions inherited from axlAbstractProcess | |
axlAbstractProcess (void) | |
virtual | ~axlAbstractProcess (void) |
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... | |
Static Public Member Functions | |
static bool | registered (void) |
Definition at line 29 of file axlProcessProjection.h.
axlProcessProjection::axlProcessProjection | ( | QObject * | parent = 0 | ) |
Definition at line 35 of file axlProcessProjection.cpp.
|
virtual |
Definition at line 39 of file axlProcessProjection.cpp.
|
virtual |
Reimplemented from axlAbstractProcess.
Definition at line 54 of file axlProcessProjection.cpp.
|
virtual |
Reimplemented from axlAbstractProcess.
Definition at line 194 of file axlProcessProjection.cpp.
|
virtual |
Definition at line 45 of file axlProcessProjection.cpp.
|
virtual |
returns true if the process needs parameters. By default, equals false.
Reimplemented from axlAbstractProcess.
Definition at line 58 of file axlProcessProjection.cpp.
|
virtual |
Reimplemented from axlAbstractProcess.
Definition at line 199 of file axlProcessProjection.cpp.
bool axlProcessProjection::isOnLine | ( | void | ) |
Definition at line 63 of file axlProcessProjection.cpp.
|
virtual |
Definition at line 133 of file axlProcessProjection.cpp.
|
static |
Definition at line 204 of file axlProcessProjection.cpp.
|
virtual |
Definition at line 138 of file axlProcessProjection.cpp.
|
virtual |
Definition at line 159 of file axlProcessProjection.cpp.