#include <axlPointSetReader.h>
Public Member Functions | |
| axlPointSetReader (void) | |
| ~axlPointSetReader (void) | |
| QString | identifier (void) const |
| QString | description (void) const |
| QStringList | handled (void) const |
| bool | accept (const QDomNode &node) |
| bool | reject (const QDomNode &node) |
| dtkAbstractData * | read (const QDomNode &node) |
Public Member Functions inherited from axlAbstractDataReader | |
| axlAbstractDataReader (void) | |
| virtual | ~axlAbstractDataReader (void) |
| void | setNameOf (axlAbstractData *data, const QDomElement &e) |
| void | setColorOf (axlAbstractData *data, const QDomElement &e) |
| void | setSizeOf (axlAbstractData *data, const QDomElement &e) |
| void | setShaderOf (axlAbstractData *data, const QDomElement &e) |
Static Public Member Functions | |
| static bool | registered (void) |
Definition at line 29 of file axlPointSetReader.h.
| axlPointSetReader::axlPointSetReader | ( | void | ) |
Definition at line 31 of file axlPointSetReader.cpp.
| axlPointSetReader::~axlPointSetReader | ( | void | ) |
Definition at line 36 of file axlPointSetReader.cpp.
|
virtual |
Implements axlAbstractDataReader.
Definition at line 61 of file axlPointSetReader.cpp.
| QString axlPointSetReader::description | ( | void | ) | const |
Definition at line 46 of file axlPointSetReader.cpp.
| QStringList axlPointSetReader::handled | ( | void | ) | const |
Definition at line 51 of file axlPointSetReader.cpp.
| QString axlPointSetReader::identifier | ( | void | ) | const |
Definition at line 41 of file axlPointSetReader.cpp.
|
virtual |
Implements axlAbstractDataReader.
Definition at line 82 of file axlPointSetReader.cpp.
|
static |
Definition at line 56 of file axlPointSetReader.cpp.
|
virtual |
Implements axlAbstractDataReader.
Definition at line 77 of file axlPointSetReader.cpp.