#include <domGlsl_value.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 902 of file domGlsl_value.h.
domGlsl_value::domEnum::domEnum | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 931 of file domGlsl_value.h.
virtual domGlsl_value::domEnum::~domEnum | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 935 of file domGlsl_value.h.
static DLLSPEC daeElementRef domGlsl_value::domEnum::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domGlsl_value::domEnum::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 905 of file domGlsl_value.h.
domGl_enumeration& domGlsl_value::domEnum::getValue | ( | ) | [inline] |
Gets the value of this element.
Definition at line 915 of file domGlsl_value.h.
static daeInt domGlsl_value::domEnum::ID | ( | ) | [inline, static] |
Definition at line 906 of file domGlsl_value.h.
virtual domEnum& domGlsl_value::domEnum::operator= | ( | const domEnum & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 939 of file domGlsl_value.h.
static DLLSPEC daeMetaElement* domGlsl_value::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 domGlsl_value::domEnum::setValue | ( | const domGl_enumeration & | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 920 of file domGlsl_value.h.
virtual daeInt domGlsl_value::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 907 of file domGlsl_value.h.
domGl_enumeration domGlsl_value::domEnum::_value [protected] |
The domGl_enumeration value of the text data of this element.
Definition at line 926 of file domGlsl_value.h.