#include <axlMeshWriter.h>
Public Member Functions | |
axlMeshWriter (void) | |
~axlMeshWriter (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 axlMeshWriter.h.
axlMeshWriter::axlMeshWriter | ( | void | ) |
Definition at line 35 of file axlMeshWriter.cpp.
axlMeshWriter::~axlMeshWriter | ( | void | ) |
Definition at line 40 of file axlMeshWriter.cpp.
|
virtual |
Implements axlAbstractDataWriter.
Definition at line 65 of file axlMeshWriter.cpp.
QString axlMeshWriter::description | ( | void | ) | const |
Definition at line 50 of file axlMeshWriter.cpp.
QStringList axlMeshWriter::handled | ( | void | ) | const |
Definition at line 55 of file axlMeshWriter.cpp.
QString axlMeshWriter::identifier | ( | void | ) | const |
Definition at line 45 of file axlMeshWriter.cpp.
|
static |
Definition at line 60 of file axlMeshWriter.cpp.
|
virtual |
Implements axlAbstractDataWriter.
Definition at line 74 of file axlMeshWriter.cpp.
|
virtual |
Implements axlAbstractDataWriter.
Definition at line 79 of file axlMeshWriter.cpp.