#include <domFx_code_profile.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 | |
domFx_code_profile (DAE &dae) | |
virtual domFx_code_profile & | operator= (const domFx_code_profile &cpy) |
virtual | ~domFx_code_profile () |
An element of type domFx_code_profile_complexType.
Definition at line 79 of file domFx_code_profile.h.
domFx_code_profile::domFx_code_profile | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 102 of file domFx_code_profile.h.
virtual domFx_code_profile::~domFx_code_profile | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 106 of file domFx_code_profile.h.
static DLLSPEC daeElementRef domFx_code_profile::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domFx_code_profile::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 82 of file domFx_code_profile.h.
xsNCName domFx_code_profile::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Reimplemented from domFx_code_profile_complexType.
Definition at line 91 of file domFx_code_profile.h.
static daeInt domFx_code_profile::ID | ( | ) | [inline, static] |
Definition at line 83 of file domFx_code_profile.h.
virtual domFx_code_profile& domFx_code_profile::operator= | ( | const domFx_code_profile & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 110 of file domFx_code_profile.h.
static DLLSPEC daeMetaElement* domFx_code_profile::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_code_profile::setSid | ( | xsNCName | atSid | ) | [inline] |
Sets the sid attribute.
atSid | The new value for the sid attribute. |
Reimplemented from domFx_code_profile_complexType.
Definition at line 96 of file domFx_code_profile.h.
virtual daeInt domFx_code_profile::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 84 of file domFx_code_profile.h.