#include <axlLineWriter.h>
Public Member Functions | |
| axlLineWriter (void) | |
| ~axlLineWriter (void) | |
| QString | identifier (void) const |
| QString | description (void) const |
| QStringList | handled (void) const |
| bool | accept (dtkAbstractData *data) |
| bool | reject (dtkAbstractData *data) |
| QDomElement | write (QDomDocument *doc, dtkAbstractData *data) |
Public Member Functions inherited from axlAbstractDataWriter | |
| axlAbstractDataWriter (void) | |
| virtual | ~axlAbstractDataWriter (void) |
| void | setName (QDomElement &e, axlAbstractData *data) |
| void | setColor (QDomElement &e, axlAbstractData *data) |
| void | setSize (QDomElement &e, axlAbstractData *data) |
| void | setShader (QDomElement &e, axlAbstractData *data) |
Static Public Member Functions | |
| static bool | registered (void) |
Definition at line 29 of file axlLineWriter.h.
| axlLineWriter::axlLineWriter | ( | void | ) |
Definition at line 34 of file axlLineWriter.cpp.
| axlLineWriter::~axlLineWriter | ( | void | ) |
Definition at line 38 of file axlLineWriter.cpp.
|
virtual |
Implements axlAbstractDataWriter.
Definition at line 57 of file axlLineWriter.cpp.
| QString axlLineWriter::description | ( | void | ) | const |
Definition at line 45 of file axlLineWriter.cpp.
| QStringList axlLineWriter::handled | ( | void | ) | const |
Definition at line 49 of file axlLineWriter.cpp.
| QString axlLineWriter::identifier | ( | void | ) | const |
Definition at line 41 of file axlLineWriter.cpp.
|
static |
Definition at line 53 of file axlLineWriter.cpp.
|
virtual |
Implements axlAbstractDataWriter.
Definition at line 65 of file axlLineWriter.cpp.
|
virtual |
Implements axlAbstractDataWriter.
Definition at line 69 of file axlLineWriter.cpp.