#include <domCg_setparam_simple.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
domCg_identifier | getRef () const |
void | setRef (domCg_identifier atRef) |
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 | |
domCg_setparam_simple (DAE &dae) | |
virtual domCg_setparam_simple & | operator= (const domCg_setparam_simple &cpy) |
virtual | ~domCg_setparam_simple () |
An element of type domCg_setparam_simple_complexType.
Definition at line 74 of file domCg_setparam_simple.h.
domCg_setparam_simple::domCg_setparam_simple | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 97 of file domCg_setparam_simple.h.
virtual domCg_setparam_simple::~domCg_setparam_simple | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 101 of file domCg_setparam_simple.h.
static DLLSPEC daeElementRef domCg_setparam_simple::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domCg_setparam_simple::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 77 of file domCg_setparam_simple.h.
domCg_identifier domCg_setparam_simple::getRef | ( | ) | const [inline] |
Gets the ref attribute.
Reimplemented from domCg_setparam_simple_complexType.
Definition at line 86 of file domCg_setparam_simple.h.
static daeInt domCg_setparam_simple::ID | ( | ) | [inline, static] |
Definition at line 78 of file domCg_setparam_simple.h.
virtual domCg_setparam_simple& domCg_setparam_simple::operator= | ( | const domCg_setparam_simple & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 105 of file domCg_setparam_simple.h.
static DLLSPEC daeMetaElement* domCg_setparam_simple::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_setparam_simple::setRef | ( | domCg_identifier | atRef | ) | [inline] |
Sets the ref attribute.
atRef | The new value for the ref attribute. |
Reimplemented from domCg_setparam_simple_complexType.
Definition at line 91 of file domCg_setparam_simple.h.
virtual daeInt domCg_setparam_simple::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 79 of file domCg_setparam_simple.h.