Developer documentation | Axl-2.5.1

axlLineCreator Class Reference

#include <axlLineCreator.h>

Inheritance diagram for axlLineCreator:
axlAbstractCreatorProcess axlAbstractProcess

Public Member Functions

 axlLineCreator (QObject *parent=0)
 
 axlLineCreator (const axlLineCreator *other, QObject *parent=0)
 
virtual ~axlLineCreator (void)
 
virtual axlAbstractDatagetInput (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)
 
axlAbstractDatagetInput (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...
 

Detailed Description

Definition at line 29 of file axlLineCreator.h.

Constructor & Destructor Documentation

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.

axlLineCreator::~axlLineCreator ( void  )
virtual

Definition at line 51 of file axlLineCreator.cpp.

Member Function Documentation

QString axlLineCreator::description ( void  ) const
virtual

Reimplemented from axlAbstractCreatorProcess.

Definition at line 112 of file axlLineCreator.cpp.

axlAbstractData * axlLineCreator::getInput ( int  channel) const
virtual

Definition at line 56 of file axlLineCreator.cpp.

bool axlLineCreator::hasParameters ( void  )
virtual

returns true if the process needs parameters. By default, equals false.

Reimplemented from axlAbstractProcess.

Definition at line 64 of file axlLineCreator.cpp.

QString axlLineCreator::identifier ( void  ) const
virtual

Reimplemented from axlAbstractCreatorProcess.

Definition at line 117 of file axlLineCreator.cpp.

dtkAbstractData * axlLineCreator::output ( void  )
virtual

Reimplemented from axlAbstractCreatorProcess.

Definition at line 69 of file axlLineCreator.cpp.

dtkAbstractData * axlLineCreator::output ( int  channel)
virtual

Reimplemented from axlAbstractCreatorProcess.

Definition at line 73 of file axlLineCreator.cpp.

void axlLineCreator::setInput ( dtkAbstractData *  newData,
int  channel 
)
virtual

Reimplemented from axlAbstractCreatorProcess.

Definition at line 77 of file axlLineCreator.cpp.

int axlLineCreator::update ( void  )
virtual

Reimplemented from axlAbstractCreatorProcess.

Definition at line 91 of file axlLineCreator.cpp.


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