#include <domCg_setuser_type.h>

Public Member Functions | |
| virtual COLLADA_TYPE::TypeEnum | getElementType () const |
| domCg_identifier | getName () const |
| xsNCName | getSource () const |
| void | setName (domCg_identifier atName) |
| void | setSource (xsNCName atSource) |
| 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_setuser_type (DAE &dae) | |
| virtual domCg_setuser_type & | operator= (const domCg_setuser_type &cpy) |
| virtual | ~domCg_setuser_type () |
An element of type domCg_setuser_type_complexType.
Definition at line 162 of file domCg_setuser_type.h.
| domCg_setuser_type::domCg_setuser_type | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 196 of file domCg_setuser_type.h.
| virtual domCg_setuser_type::~domCg_setuser_type | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 200 of file domCg_setuser_type.h.
| static DLLSPEC daeElementRef domCg_setuser_type::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| virtual COLLADA_TYPE::TypeEnum domCg_setuser_type::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 165 of file domCg_setuser_type.h.
| domCg_identifier domCg_setuser_type::getName | ( | ) | const [inline] |
Gets the name attribute.
Reimplemented from domCg_setuser_type_complexType.
Definition at line 174 of file domCg_setuser_type.h.
| xsNCName domCg_setuser_type::getSource | ( | ) | const [inline] |
Gets the source attribute.
Reimplemented from domCg_setuser_type_complexType.
Definition at line 185 of file domCg_setuser_type.h.
| static daeInt domCg_setuser_type::ID | ( | ) | [inline, static] |
Definition at line 166 of file domCg_setuser_type.h.
| virtual domCg_setuser_type& domCg_setuser_type::operator= | ( | const domCg_setuser_type & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 204 of file domCg_setuser_type.h.
| static DLLSPEC daeMetaElement* domCg_setuser_type::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_setuser_type::setName | ( | domCg_identifier | atName | ) | [inline] |
Sets the name attribute.
| atName | The new value for the name attribute. |
Reimplemented from domCg_setuser_type_complexType.
Definition at line 179 of file domCg_setuser_type.h.
| void domCg_setuser_type::setSource | ( | xsNCName | atSource | ) | [inline] |
Sets the source attribute.
| atSource | The new value for the source attribute. |
Reimplemented from domCg_setuser_type_complexType.
Definition at line 190 of file domCg_setuser_type.h.
| virtual daeInt domCg_setuser_type::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 167 of file domCg_setuser_type.h.