#include <domParam.h>
The param element declares parametric information regarding its parent element.
Definition at line 22 of file 1.4/dom/domParam.h.
domParam::domParam | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 116 of file 1.4/dom/domParam.h.
virtual domParam::~domParam | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 120 of file 1.4/dom/domParam.h.
domParam::domParam | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 108 of file dom/domParam.h.
virtual domParam::~domParam | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 112 of file dom/domParam.h.
static DLLSPEC daeElementRef domParam::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domParam::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domParam::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 17 of file dom/domParam.h.
virtual COLLADA_TYPE::TypeEnum domParam::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 25 of file 1.4/dom/domParam.h.
xsToken domParam::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 48 of file dom/domParam.h.
xsNCName domParam::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 61 of file 1.4/dom/domParam.h.
xsNMTOKEN domParam::getSemantic | ( | ) | const [inline] |
Gets the semantic attribute.
Definition at line 70 of file dom/domParam.h.
xsNMTOKEN domParam::getSemantic | ( | ) | const [inline] |
Gets the semantic attribute.
Definition at line 83 of file 1.4/dom/domParam.h.
domSid domParam::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Definition at line 59 of file dom/domParam.h.
xsNCName domParam::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Definition at line 72 of file 1.4/dom/domParam.h.
xsNMTOKEN domParam::getType | ( | ) | const [inline] |
Gets the type attribute.
Definition at line 81 of file dom/domParam.h.
xsNMTOKEN domParam::getType | ( | ) | const [inline] |
Gets the type attribute.
Definition at line 94 of file 1.4/dom/domParam.h.
xsString domParam::getValue | ( | ) | const [inline] |
Gets the value of this element.
Definition at line 92 of file dom/domParam.h.
xsString domParam::getValue | ( | ) | const [inline] |
Gets the value of this element.
Definition at line 105 of file 1.4/dom/domParam.h.
static daeInt domParam::ID | ( | ) | [inline, static] |
Definition at line 18 of file dom/domParam.h.
static daeInt domParam::ID | ( | ) | [inline, static] |
Definition at line 26 of file 1.4/dom/domParam.h.
Overloaded assignment operator
Definition at line 116 of file dom/domParam.h.
Overloaded assignment operator
Definition at line 124 of file 1.4/dom/domParam.h.
static DLLSPEC daeMetaElement* domParam::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.
static DLLSPEC daeMetaElement* domParam::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 domParam::setName | ( | xsToken | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 53 of file dom/domParam.h.
void domParam::setName | ( | xsNCName | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 66 of file 1.4/dom/domParam.h.
void domParam::setSemantic | ( | xsNMTOKEN | atSemantic | ) | [inline] |
Sets the semantic attribute.
atSemantic | The new value for the semantic attribute. |
Definition at line 75 of file dom/domParam.h.
void domParam::setSemantic | ( | xsNMTOKEN | atSemantic | ) | [inline] |
Sets the semantic attribute.
atSemantic | The new value for the semantic attribute. |
Definition at line 88 of file 1.4/dom/domParam.h.
void domParam::setSid | ( | domSid | atSid | ) | [inline] |
Sets the sid attribute.
atSid | The new value for the sid attribute. |
Definition at line 64 of file dom/domParam.h.
void domParam::setSid | ( | xsNCName | atSid | ) | [inline] |
Sets the sid attribute.
atSid | The new value for the sid attribute. |
Definition at line 77 of file 1.4/dom/domParam.h.
void domParam::setType | ( | xsNMTOKEN | atType | ) | [inline] |
Sets the type attribute.
atType | The new value for the type attribute. |
Definition at line 86 of file dom/domParam.h.
void domParam::setType | ( | xsNMTOKEN | atType | ) | [inline] |
Sets the type attribute.
atType | The new value for the type attribute. |
Definition at line 99 of file 1.4/dom/domParam.h.
void domParam::setValue | ( | xsString | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 97 of file dom/domParam.h.
void domParam::setValue | ( | xsString | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 110 of file 1.4/dom/domParam.h.
virtual daeInt domParam::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 dom/domParam.h.
virtual daeInt domParam::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 1.4/dom/domParam.h.
xsString domParam::_value [protected] |
The xsString value of the text data of this element.
Definition at line 54 of file 1.4/dom/domParam.h.
xsToken domParam::attrName [protected] |
The name attribute is the text string name of this element. Optional attribute.
Definition at line 24 of file dom/domParam.h.
xsNCName domParam::attrName [protected] |
The name attribute is the text string name of this element. Optional attribute.
Definition at line 32 of file 1.4/dom/domParam.h.
xsNMTOKEN domParam::attrSemantic [protected] |
The semantic attribute is the user-defined meaning of the parameter. Optional attribute.
Definition at line 43 of file 1.4/dom/domParam.h.
domSid domParam::attrSid [protected] |
The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.
Definition at line 30 of file dom/domParam.h.
xsNCName domParam::attrSid [protected] |
The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.
Definition at line 38 of file 1.4/dom/domParam.h.
xsNMTOKEN domParam::attrType [protected] |
The type attribute indicates the type of the value data. This text string must be understood by the application. Required attribute.
Definition at line 48 of file 1.4/dom/domParam.h.