#include <axlPointReader.h>
Public Member Functions | |
| axlPointReader (void) | |
| ~axlPointReader (void) | |
| QString | identifier (void) const |
| QString | description (void) const |
| QStringList | handled (void) const |
| bool | accept (const QDomNode &node) |
| bool | reject (const QDomNode &node) |
| axlAbstractData * | 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 axlPointReader.h.
| axlPointReader::axlPointReader | ( | void | ) |
Definition at line 34 of file axlPointReader.cpp.
| axlPointReader::~axlPointReader | ( | void | ) |
Definition at line 39 of file axlPointReader.cpp.
|
virtual |
Implements axlAbstractDataReader.
Definition at line 64 of file axlPointReader.cpp.
| QString axlPointReader::description | ( | void | ) | const |
Definition at line 49 of file axlPointReader.cpp.
| QStringList axlPointReader::handled | ( | void | ) | const |
Definition at line 54 of file axlPointReader.cpp.
| QString axlPointReader::identifier | ( | void | ) | const |
Definition at line 44 of file axlPointReader.cpp.
|
virtual |
Implements axlAbstractDataReader.
Definition at line 80 of file axlPointReader.cpp.
|
static |
Definition at line 59 of file axlPointReader.cpp.
|
virtual |
Implements axlAbstractDataReader.
Definition at line 75 of file axlPointReader.cpp.