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