#include <axlShapeBSplineReader.h>
Public Member Functions | |
| axlShapeBSplineReader () | |
| ~axlShapeBSplineReader () | |
| 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 7 of file axlShapeBSplineReader.h.
| axlShapeBSplineReader::axlShapeBSplineReader | ( | ) |
Definition at line 9 of file axlShapeBSplineReader.cpp.
| axlShapeBSplineReader::~axlShapeBSplineReader | ( | ) |
Definition at line 15 of file axlShapeBSplineReader.cpp.
|
virtual |
Implements axlAbstractDataReader.
Definition at line 35 of file axlShapeBSplineReader.cpp.
| QString axlShapeBSplineReader::description | ( | void | ) | const |
Definition at line 22 of file axlShapeBSplineReader.cpp.
| QStringList axlShapeBSplineReader::handled | ( | void | ) | const |
Definition at line 26 of file axlShapeBSplineReader.cpp.
| QString axlShapeBSplineReader::identifier | ( | void | ) | const |
Definition at line 18 of file axlShapeBSplineReader.cpp.
|
virtual |
Implements axlAbstractDataReader.
Definition at line 50 of file axlShapeBSplineReader.cpp.
|
static |
Definition at line 30 of file axlShapeBSplineReader.cpp.
|
virtual |
Implements axlAbstractDataReader.
Definition at line 46 of file axlShapeBSplineReader.cpp.