#include <domCommon_newparam_type.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
xsNCName | getSid () const |
void | setSid (xsNCName atSid) |
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 | |
domCommon_newparam_type (DAE &dae) | |
virtual domCommon_newparam_type & | operator= (const domCommon_newparam_type &cpy) |
virtual | ~domCommon_newparam_type () |
An element of type domCommon_newparam_type_complexType.
Definition at line 436 of file domCommon_newparam_type.h.
domCommon_newparam_type::domCommon_newparam_type | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 459 of file domCommon_newparam_type.h.
virtual domCommon_newparam_type::~domCommon_newparam_type | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 463 of file domCommon_newparam_type.h.
static DLLSPEC daeElementRef domCommon_newparam_type::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domCommon_newparam_type::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 439 of file domCommon_newparam_type.h.
xsNCName domCommon_newparam_type::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Reimplemented from domCommon_newparam_type_complexType.
Definition at line 448 of file domCommon_newparam_type.h.
static daeInt domCommon_newparam_type::ID | ( | ) | [inline, static] |
Definition at line 440 of file domCommon_newparam_type.h.
virtual domCommon_newparam_type& domCommon_newparam_type::operator= | ( | const domCommon_newparam_type & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 467 of file domCommon_newparam_type.h.
static DLLSPEC daeMetaElement* domCommon_newparam_type::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 domCommon_newparam_type::setSid | ( | xsNCName | atSid | ) | [inline] |
Sets the sid attribute.
atSid | The new value for the sid attribute. |
Reimplemented from domCommon_newparam_type_complexType.
Definition at line 453 of file domCommon_newparam_type.h.
virtual daeInt domCommon_newparam_type::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 441 of file domCommon_newparam_type.h.