#include <domInstance_light.h>

Public Member Functions | |
| virtual COLLADA_TYPE::TypeEnum | getElementType () const |
| virtual COLLADA_TYPE::TypeEnum | getElementType () const |
| xsNCName | getName () const |
| xsNCName | getSid () const |
| const xsAnyURI & | getUrl () const |
| xsAnyURI & | getUrl () |
| void | setName (xsNCName atName) |
| void | setSid (xsNCName atSid) |
| void | setUrl (xsString atUrl) |
| void | setUrl (const xsAnyURI &atUrl) |
| virtual daeInt | typeID () const |
| virtual daeInt | typeID () const |
Static Public Member Functions | |
| static DLLSPEC daeElementRef | create (DAE &dae) |
| static DLLSPEC daeElementRef | create (DAE &dae) |
| static daeInt | ID () |
| static daeInt | ID () |
| static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
| static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
Protected Member Functions | |
| domInstance_light (DAE &dae) | |
| domInstance_light (DAE &dae) | |
| virtual domInstance_light & | operator= (const domInstance_light &cpy) |
| virtual domInstance_light & | operator= (const domInstance_light &cpy) |
| virtual | ~domInstance_light () |
| virtual | ~domInstance_light () |
The instance_light element declares the instantiation of a COLLADA light resource.
Definition at line 23 of file 1.4/dom/domInstance_light.h.
| domInstance_light::domInstance_light | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 77 of file 1.4/dom/domInstance_light.h.
| virtual domInstance_light::~domInstance_light | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 81 of file 1.4/dom/domInstance_light.h.
| domInstance_light::domInstance_light | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 27 of file dom/domInstance_light.h.
| virtual domInstance_light::~domInstance_light | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 31 of file dom/domInstance_light.h.
| static DLLSPEC daeElementRef domInstance_light::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
Reimplemented from domInstance_with_extra.
| static DLLSPEC daeElementRef domInstance_light::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
Reimplemented from domInstance_with_extra.
| virtual COLLADA_TYPE::TypeEnum domInstance_light::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 19 of file dom/domInstance_light.h.
| virtual COLLADA_TYPE::TypeEnum domInstance_light::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 26 of file 1.4/dom/domInstance_light.h.
| xsNCName domInstance_light::getName | ( | ) | const [inline] |
Gets the name attribute.
Reimplemented from domInstanceWithExtra_complexType.
Definition at line 66 of file 1.4/dom/domInstance_light.h.
| xsNCName domInstance_light::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Reimplemented from domInstanceWithExtra_complexType.
Definition at line 55 of file 1.4/dom/domInstance_light.h.
| const xsAnyURI& domInstance_light::getUrl | ( | ) | const [inline] |
Gets the url attribute.
Reimplemented from domInstanceWithExtra_complexType.
Definition at line 39 of file 1.4/dom/domInstance_light.h.
| xsAnyURI& domInstance_light::getUrl | ( | ) | [inline] |
Gets the url attribute.
Reimplemented from domInstanceWithExtra_complexType.
Definition at line 34 of file 1.4/dom/domInstance_light.h.
| static daeInt domInstance_light::ID | ( | ) | [inline, static] |
Reimplemented from domInstance_with_extra.
Definition at line 20 of file dom/domInstance_light.h.
| static daeInt domInstance_light::ID | ( | ) | [inline, static] |
Reimplemented from domInstance_with_extra.
Definition at line 27 of file 1.4/dom/domInstance_light.h.
| virtual domInstance_light& domInstance_light::operator= | ( | const domInstance_light & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 35 of file dom/domInstance_light.h.
| virtual domInstance_light& domInstance_light::operator= | ( | const domInstance_light & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 85 of file 1.4/dom/domInstance_light.h.
| static DLLSPEC daeMetaElement* domInstance_light::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.
Reimplemented from domInstance_with_extra.
| static DLLSPEC daeMetaElement* domInstance_light::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.
Reimplemented from domInstance_with_extra.
| void domInstance_light::setName | ( | xsNCName | atName | ) | [inline] |
Sets the name attribute.
| atName | The new value for the name attribute. |
Reimplemented from domInstanceWithExtra_complexType.
Definition at line 71 of file 1.4/dom/domInstance_light.h.
| void domInstance_light::setSid | ( | xsNCName | atSid | ) | [inline] |
Sets the sid attribute.
| atSid | The new value for the sid attribute. |
Reimplemented from domInstanceWithExtra_complexType.
Definition at line 60 of file 1.4/dom/domInstance_light.h.
| void domInstance_light::setUrl | ( | xsString | atUrl | ) | [inline] |
Sets the url attribute.
| atUrl | The new value for the url attribute. |
Reimplemented from domInstanceWithExtra_complexType.
Definition at line 49 of file 1.4/dom/domInstance_light.h.
| void domInstance_light::setUrl | ( | const xsAnyURI & | atUrl | ) | [inline] |
Sets the url attribute.
| atUrl | The new value for the url attribute. |
Reimplemented from domInstanceWithExtra_complexType.
Definition at line 44 of file 1.4/dom/domInstance_light.h.
| virtual daeInt domInstance_light::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 21 of file dom/domInstance_light.h.
| virtual daeInt domInstance_light::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 28 of file 1.4/dom/domInstance_light.h.