#include <domTargetableFloat.h>

Public Member Functions | |
| xsNCName | getSid () const |
| domFloat | getValue () const |
| void | setSid (xsNCName atSid) |
| void | setValue (domFloat val) |
Protected Member Functions | |
| domTargetableFloat_complexType (DAE &dae, daeElement *elt) | |
| virtual domTargetableFloat_complexType & | operator= (const domTargetableFloat_complexType &cpy) |
| virtual | ~domTargetableFloat_complexType () |
Protected Attributes | |
| domFloat | _value |
| xsNCName | attrSid |
The TargetableFloat type is used to represent elements which contain a single float value which can be targeted for animation.
Definition at line 22 of file domTargetableFloat.h.
| domTargetableFloat_complexType::domTargetableFloat_complexType | ( | DAE & | dae, | |
| daeElement * | elt | |||
| ) | [inline, protected] |
Constructor
Definition at line 65 of file domTargetableFloat.h.
| virtual domTargetableFloat_complexType::~domTargetableFloat_complexType | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 69 of file domTargetableFloat.h.
| xsNCName domTargetableFloat_complexType::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Reimplemented in domTargetableFloat.
Definition at line 43 of file domTargetableFloat.h.
| domFloat domTargetableFloat_complexType::getValue | ( | ) | const [inline] |
Gets the value of this element.
Definition at line 54 of file domTargetableFloat.h.
| virtual domTargetableFloat_complexType& domTargetableFloat_complexType::operator= | ( | const domTargetableFloat_complexType & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 73 of file domTargetableFloat.h.
| void domTargetableFloat_complexType::setSid | ( | xsNCName | atSid | ) | [inline] |
Sets the sid attribute.
| atSid | The new value for the sid attribute. |
Reimplemented in domTargetableFloat.
Definition at line 48 of file domTargetableFloat.h.
| void domTargetableFloat_complexType::setValue | ( | domFloat | val | ) | [inline] |
Sets the _value of this element.
| val | The new value for this element. |
Definition at line 59 of file domTargetableFloat.h.
domFloat domTargetableFloat_complexType::_value [protected] |
The domFloat value of the text data of this element.
Definition at line 36 of file domTargetableFloat.h.
xsNCName domTargetableFloat_complexType::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 domTargetableFloat.h.