#include <domCg_param.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
domGl_enumeration & | getValue () |
void | setValue (const domGl_enumeration &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 | |
domEnum (DAE &dae) | |
virtual domEnum & | operator= (const domEnum &cpy) |
virtual | ~domEnum () |
Protected Attributes | |
domGl_enumeration | _value |
Definition at line 4731 of file domCg_param.h.
domCg_param::domEnum::domEnum | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 4760 of file domCg_param.h.
virtual domCg_param::domEnum::~domEnum | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 4764 of file domCg_param.h.
static DLLSPEC daeElementRef domCg_param::domEnum::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domCg_param::domEnum::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 4734 of file domCg_param.h.
domGl_enumeration& domCg_param::domEnum::getValue | ( | ) | [inline] |
Gets the value of this element.
Definition at line 4744 of file domCg_param.h.
static daeInt domCg_param::domEnum::ID | ( | ) | [inline, static] |
Definition at line 4735 of file domCg_param.h.
virtual domEnum& domCg_param::domEnum::operator= | ( | const domEnum & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 4768 of file domCg_param.h.
static DLLSPEC daeMetaElement* domCg_param::domEnum::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 domCg_param::domEnum::setValue | ( | const domGl_enumeration & | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 4749 of file domCg_param.h.
virtual daeInt domCg_param::domEnum::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 4736 of file domCg_param.h.
domGl_enumeration domCg_param::domEnum::_value [protected] |
The domGl_enumeration value of the text data of this element.
Definition at line 4755 of file domCg_param.h.