#include <domFx_annotate.h>

Public Member Functions | |
| virtual COLLADA_TYPE::TypeEnum | getElementType () const |
| xsBoolean & | getValue () |
| void | setValue (const xsBoolean &val) |
| virtual daeInt | typeID () const |
Static Public Member Functions | |
| static DLLSPEC daeElementRef | create (DAE &dae) |
| static daeInt | ID () |
| static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
Protected Member Functions | |
| domBool (DAE &dae) | |
| virtual domBool & | operator= (const domBool &cpy) |
| virtual | ~domBool () |
Protected Attributes | |
| xsBoolean | _value |
Definition at line 25 of file domFx_annotate.h.
| domFx_annotate::domBool::domBool | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 54 of file domFx_annotate.h.
| virtual domFx_annotate::domBool::~domBool | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 58 of file domFx_annotate.h.
| static DLLSPEC daeElementRef domFx_annotate::domBool::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| virtual COLLADA_TYPE::TypeEnum domFx_annotate::domBool::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 28 of file domFx_annotate.h.
| xsBoolean& domFx_annotate::domBool::getValue | ( | ) | [inline] |
Gets the value of this element.
Definition at line 38 of file domFx_annotate.h.
| static daeInt domFx_annotate::domBool::ID | ( | ) | [inline, static] |
Definition at line 29 of file domFx_annotate.h.
| virtual domBool& domFx_annotate::domBool::operator= | ( | const domBool & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 62 of file domFx_annotate.h.
| static DLLSPEC daeMetaElement* domFx_annotate::domBool::registerElement | ( | DAE & | dae | ) | [static] |
Creates a daeMetaElement object that describes this element in the meta object reflection framework. If a daeMetaElement already exists it will return that instead of creating a new one.
| void domFx_annotate::domBool::setValue | ( | const xsBoolean & | val | ) | [inline] |
Sets the _value of this element.
| val | The new value for this element. |
Definition at line 43 of file domFx_annotate.h.
| virtual daeInt domFx_annotate::domBool::typeID | ( | ) | const [inline, virtual] |
Returns this element's type ID. Every element is an instance of a type specified in the Collada schema, and every schema type has a unique ID.
Implements daeElement.
Definition at line 30 of file domFx_annotate.h.
xsBoolean domFx_annotate::domBool::_value [protected] |
The xsBoolean value of the text data of this element.
Definition at line 49 of file domFx_annotate.h.