#include <axlPointWriter.h>
Public Member Functions | |
axlPointWriter (void) | |
~axlPointWriter (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 axlPointWriter.h.
axlPointWriter::axlPointWriter | ( | void | ) |
Definition at line 33 of file axlPointWriter.cpp.
axlPointWriter::~axlPointWriter | ( | void | ) |
Definition at line 38 of file axlPointWriter.cpp.
|
virtual |
Implements axlAbstractDataWriter.
Definition at line 63 of file axlPointWriter.cpp.
QString axlPointWriter::description | ( | void | ) | const |
Definition at line 48 of file axlPointWriter.cpp.
QStringList axlPointWriter::handled | ( | void | ) | const |
Definition at line 53 of file axlPointWriter.cpp.
QString axlPointWriter::identifier | ( | void | ) | const |
Definition at line 43 of file axlPointWriter.cpp.
|
static |
Definition at line 58 of file axlPointWriter.cpp.
|
virtual |
Implements axlAbstractDataWriter.
Definition at line 72 of file axlPointWriter.cpp.
|
virtual |
Implements axlAbstractDataWriter.
Definition at line 77 of file axlPointWriter.cpp.