#include <domCg_pass.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
domFx_draw & | getValue () |
void | setValue (const domFx_draw &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 | |
domDraw (DAE &dae) | |
virtual domDraw & | operator= (const domDraw &cpy) |
virtual | ~domDraw () |
Protected Attributes | |
domFx_draw | _value |
Definition at line 487 of file domCg_pass.h.
domCg_pass::domEvaluate::domDraw::domDraw | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 516 of file domCg_pass.h.
virtual domCg_pass::domEvaluate::domDraw::~domDraw | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 520 of file domCg_pass.h.
static DLLSPEC daeElementRef domCg_pass::domEvaluate::domDraw::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domCg_pass::domEvaluate::domDraw::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 490 of file domCg_pass.h.
domFx_draw& domCg_pass::domEvaluate::domDraw::getValue | ( | ) | [inline] |
Gets the value of this element.
Definition at line 500 of file domCg_pass.h.
static daeInt domCg_pass::domEvaluate::domDraw::ID | ( | ) | [inline, static] |
Definition at line 491 of file domCg_pass.h.
virtual domDraw& domCg_pass::domEvaluate::domDraw::operator= | ( | const domDraw & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 524 of file domCg_pass.h.
static DLLSPEC daeMetaElement* domCg_pass::domEvaluate::domDraw::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_pass::domEvaluate::domDraw::setValue | ( | const domFx_draw & | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 505 of file domCg_pass.h.
virtual daeInt domCg_pass::domEvaluate::domDraw::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 492 of file domCg_pass.h.
domFx_draw domCg_pass::domEvaluate::domDraw::_value [protected] |
The domFx_draw value of the text data of this element.
Definition at line 511 of file domCg_pass.h.