#include <domFx_common_float_or_param.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
xsNCName | getRef () const |
void | setRef (xsNCName atRef) |
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 | |
domParam (DAE &dae) | |
virtual domParam & | operator= (const domParam &cpy) |
virtual | ~domParam () |
Protected Attributes | |
xsNCName | attrRef |
Definition at line 93 of file domFx_common_float_or_param.h.
domFx_common_float_or_param::domParam::domParam | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 119 of file domFx_common_float_or_param.h.
virtual domFx_common_float_or_param::domParam::~domParam | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 123 of file domFx_common_float_or_param.h.
static DLLSPEC daeElementRef domFx_common_float_or_param::domParam::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domFx_common_float_or_param::domParam::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 96 of file domFx_common_float_or_param.h.
xsNCName domFx_common_float_or_param::domParam::getRef | ( | ) | const [inline] |
Gets the ref attribute.
Definition at line 108 of file domFx_common_float_or_param.h.
static daeInt domFx_common_float_or_param::domParam::ID | ( | ) | [inline, static] |
Definition at line 97 of file domFx_common_float_or_param.h.
virtual domParam& domFx_common_float_or_param::domParam::operator= | ( | const domParam & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 127 of file domFx_common_float_or_param.h.
static DLLSPEC daeMetaElement* domFx_common_float_or_param::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 domFx_common_float_or_param::domParam::setRef | ( | xsNCName | atRef | ) | [inline] |
Sets the ref attribute.
atRef | The new value for the ref attribute. |
Definition at line 113 of file domFx_common_float_or_param.h.
virtual daeInt domFx_common_float_or_param::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 98 of file domFx_common_float_or_param.h.
Definition at line 100 of file domFx_common_float_or_param.h.