#include <axlShapeWriter.h>
Public Member Functions | |
| axlShapeWriter (void) | |
| virtual | ~axlShapeWriter (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 23 of file axlShapeWriter.h.
| axlShapeWriter::axlShapeWriter | ( | void | ) |
Definition at line 30 of file axlShapeWriter.cpp.
|
virtual |
Definition at line 36 of file axlShapeWriter.cpp.
|
virtual |
Implements axlAbstractDataWriter.
Definition at line 55 of file axlShapeWriter.cpp.
| QString axlShapeWriter::description | ( | void | ) | const |
Definition at line 43 of file axlShapeWriter.cpp.
| QStringList axlShapeWriter::handled | ( | void | ) | const |
Definition at line 47 of file axlShapeWriter.cpp.
| QString axlShapeWriter::identifier | ( | void | ) | const |
Definition at line 39 of file axlShapeWriter.cpp.
|
static |
Definition at line 51 of file axlShapeWriter.cpp.
|
virtual |
Implements axlAbstractDataWriter.
Definition at line 63 of file axlShapeWriter.cpp.
|
virtual |
Implements axlAbstractDataWriter.
Definition at line 67 of file axlShapeWriter.cpp.