#include <domSidref_array.h>
Public Member Functions | |
domUint | getCount () const |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
xsID | getId () const |
xsToken | getName () const |
domList_of_sidrefs & | getValue () |
void | setCount (domUint atCount) |
void | setId (xsID atId) |
void | setName (xsToken atName) |
void | setValue (const domList_of_sidrefs &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 | |
domSidref_array (DAE &dae) | |
virtual domSidref_array & | operator= (const domSidref_array &cpy) |
virtual | ~domSidref_array () |
Protected Attributes | |
domList_of_sidrefs | _value |
domUint | attrCount |
xsID | attrId |
xsToken | attrName |
The SIDREF_array element declares the storage for a homogenous array of SID reference values.
Definition at line 14 of file domSidref_array.h.
domSidref_array::domSidref_array | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 94 of file domSidref_array.h.
virtual domSidref_array::~domSidref_array | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 98 of file domSidref_array.h.
static DLLSPEC daeElementRef domSidref_array::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
domUint domSidref_array::getCount | ( | ) | const [inline] |
Gets the count attribute.
Definition at line 67 of file domSidref_array.h.
virtual COLLADA_TYPE::TypeEnum domSidref_array::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 17 of file domSidref_array.h.
xsID domSidref_array::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 43 of file domSidref_array.h.
xsToken domSidref_array::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 56 of file domSidref_array.h.
domList_of_sidrefs& domSidref_array::getValue | ( | ) | [inline] |
Gets the value of this element.
Definition at line 78 of file domSidref_array.h.
static daeInt domSidref_array::ID | ( | ) | [inline, static] |
Definition at line 18 of file domSidref_array.h.
virtual domSidref_array& domSidref_array::operator= | ( | const domSidref_array & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 102 of file domSidref_array.h.
static DLLSPEC daeMetaElement* domSidref_array::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 domSidref_array::setCount | ( | domUint | atCount | ) | [inline] |
Sets the count attribute.
atCount | The new value for the count attribute. |
Definition at line 72 of file domSidref_array.h.
void domSidref_array::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 48 of file domSidref_array.h.
void domSidref_array::setName | ( | xsToken | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 61 of file domSidref_array.h.
void domSidref_array::setValue | ( | const domList_of_sidrefs & | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 83 of file domSidref_array.h.
virtual daeInt domSidref_array::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 19 of file domSidref_array.h.
domList_of_sidrefs domSidref_array::_value [protected] |
The domList_of_sidrefs value of the text data of this element.
Definition at line 89 of file domSidref_array.h.
domUint domSidref_array::attrCount [protected] |
The count attribute indicates the number of values in the array. Required attribute.
Definition at line 35 of file domSidref_array.h.
xsID domSidref_array::attrId [protected] |
The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.
Definition at line 26 of file domSidref_array.h.
xsToken domSidref_array::attrName [protected] |
The name attribute is the text string name of this element. Optional attribute.
Definition at line 30 of file domSidref_array.h.