#include <domIDREF_array.h>
Public Member Functions | |
domUint | getCount () const |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
xsID | getId () const |
xsNCName | getName () const |
const xsIDREFS & | getValue () const |
xsIDREFS & | getValue () |
void | setCount (domUint atCount) |
void | setId (xsID atId) |
void | setName (xsNCName atName) |
void | setValue (const xsIDREFS &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 | |
domIDREF_array (DAE &dae) | |
virtual domIDREF_array & | operator= (const domIDREF_array &cpy) |
virtual | ~domIDREF_array () |
Protected Attributes | |
xsIDREFS | _value |
domUint | attrCount |
xsID | attrId |
xsNCName | attrName |
The IDREF_array element declares the storage for a homogenous array of ID reference values.
Definition at line 22 of file domIDREF_array.h.
domIDREF_array::domIDREF_array | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 107 of file domIDREF_array.h.
virtual domIDREF_array::~domIDREF_array | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 111 of file domIDREF_array.h.
static DLLSPEC daeElementRef domIDREF_array::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
domUint domIDREF_array::getCount | ( | ) | const [inline] |
Gets the count attribute.
Definition at line 80 of file domIDREF_array.h.
virtual COLLADA_TYPE::TypeEnum domIDREF_array::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 25 of file domIDREF_array.h.
xsID domIDREF_array::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 56 of file domIDREF_array.h.
xsNCName domIDREF_array::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 69 of file domIDREF_array.h.
const xsIDREFS& domIDREF_array::getValue | ( | ) | const [inline] |
Gets the _value array.
Definition at line 96 of file domIDREF_array.h.
xsIDREFS& domIDREF_array::getValue | ( | ) | [inline] |
Gets the _value array.
Definition at line 91 of file domIDREF_array.h.
static daeInt domIDREF_array::ID | ( | ) | [inline, static] |
Definition at line 26 of file domIDREF_array.h.
virtual domIDREF_array& domIDREF_array::operator= | ( | const domIDREF_array & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 115 of file domIDREF_array.h.
static DLLSPEC daeMetaElement* domIDREF_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 domIDREF_array::setCount | ( | domUint | atCount | ) | [inline] |
Sets the count attribute.
atCount | The new value for the count attribute. |
Definition at line 85 of file domIDREF_array.h.
void domIDREF_array::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 61 of file domIDREF_array.h.
void domIDREF_array::setName | ( | xsNCName | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 74 of file domIDREF_array.h.
void domIDREF_array::setValue | ( | const xsIDREFS & | val | ) | [inline] |
Sets the _value array.
val | The new value for the _value array. |
Definition at line 101 of file domIDREF_array.h.
virtual daeInt domIDREF_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 27 of file domIDREF_array.h.
xsIDREFS domIDREF_array::_value [protected] |
The xsIDREFS value of the text data of this element.
Definition at line 49 of file domIDREF_array.h.
domUint domIDREF_array::attrCount [protected] |
The count attribute indicates the number of values in the array. Required attribute.
Definition at line 43 of file domIDREF_array.h.
xsID domIDREF_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 34 of file domIDREF_array.h.
xsNCName domIDREF_array::attrName [protected] |
The name attribute is the text string name of this element. Optional attribute.
Definition at line 38 of file domIDREF_array.h.