#include <domInstanceWithExtra.h>

Public Member Functions | |
| 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 |
Static Public Member Functions | |
| static DLLSPEC daeElementRef | create (DAE &dae) |
| static daeInt | ID () |
| static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
Protected Member Functions | |
| domInstanceWithExtra (DAE &dae) | |
| virtual domInstanceWithExtra & | operator= (const domInstanceWithExtra &cpy) |
| virtual | ~domInstanceWithExtra () |
An element of type domInstanceWithExtra_complexType.
Definition at line 123 of file domInstanceWithExtra.h.
| domInstanceWithExtra::domInstanceWithExtra | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 178 of file domInstanceWithExtra.h.
| virtual domInstanceWithExtra::~domInstanceWithExtra | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 182 of file domInstanceWithExtra.h.
| static DLLSPEC daeElementRef domInstanceWithExtra::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| virtual COLLADA_TYPE::TypeEnum domInstanceWithExtra::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 126 of file domInstanceWithExtra.h.
| xsNCName domInstanceWithExtra::getName | ( | ) | const [inline] |
Gets the name attribute.
Reimplemented from domInstanceWithExtra_complexType.
Definition at line 167 of file domInstanceWithExtra.h.
| xsNCName domInstanceWithExtra::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Reimplemented from domInstanceWithExtra_complexType.
Definition at line 156 of file domInstanceWithExtra.h.
| const xsAnyURI& domInstanceWithExtra::getUrl | ( | ) | const [inline] |
Gets the url attribute.
Reimplemented from domInstanceWithExtra_complexType.
Definition at line 140 of file domInstanceWithExtra.h.
| xsAnyURI& domInstanceWithExtra::getUrl | ( | ) | [inline] |
Gets the url attribute.
Reimplemented from domInstanceWithExtra_complexType.
Definition at line 135 of file domInstanceWithExtra.h.
| static daeInt domInstanceWithExtra::ID | ( | ) | [inline, static] |
Definition at line 127 of file domInstanceWithExtra.h.
| virtual domInstanceWithExtra& domInstanceWithExtra::operator= | ( | const domInstanceWithExtra & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 186 of file domInstanceWithExtra.h.
| static DLLSPEC daeMetaElement* domInstanceWithExtra::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 domInstanceWithExtra::setName | ( | xsNCName | atName | ) | [inline] |
Sets the name attribute.
| atName | The new value for the name attribute. |
Reimplemented from domInstanceWithExtra_complexType.
Definition at line 172 of file domInstanceWithExtra.h.
| void domInstanceWithExtra::setSid | ( | xsNCName | atSid | ) | [inline] |
Sets the sid attribute.
| atSid | The new value for the sid attribute. |
Reimplemented from domInstanceWithExtra_complexType.
Definition at line 161 of file domInstanceWithExtra.h.
| void domInstanceWithExtra::setUrl | ( | xsString | atUrl | ) | [inline] |
Sets the url attribute.
| atUrl | The new value for the url attribute. |
Reimplemented from domInstanceWithExtra_complexType.
Definition at line 150 of file domInstanceWithExtra.h.
| void domInstanceWithExtra::setUrl | ( | const xsAnyURI & | atUrl | ) | [inline] |
Sets the url attribute.
| atUrl | The new value for the url attribute. |
Reimplemented from domInstanceWithExtra_complexType.
Definition at line 145 of file domInstanceWithExtra.h.
| virtual daeInt domInstanceWithExtra::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 128 of file domInstanceWithExtra.h.