#include <domProfile_gles2.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
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 | |
domNewparam (DAE &dae) | |
virtual domNewparam & | operator= (const domNewparam &cpy) |
virtual | ~domNewparam () |
Definition at line 32 of file domProfile_gles2.h.
domProfile_gles2::domNewparam::domNewparam | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 43 of file domProfile_gles2.h.
virtual domProfile_gles2::domNewparam::~domNewparam | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 47 of file domProfile_gles2.h.
static DLLSPEC daeElementRef domProfile_gles2::domNewparam::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
Reimplemented from domGles2_newparam.
virtual COLLADA_TYPE::TypeEnum domProfile_gles2::domNewparam::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from domGles2_newparam.
Definition at line 35 of file domProfile_gles2.h.
static daeInt domProfile_gles2::domNewparam::ID | ( | ) | [inline, static] |
Reimplemented from domGles2_newparam.
Definition at line 36 of file domProfile_gles2.h.
virtual domNewparam& domProfile_gles2::domNewparam::operator= | ( | const domNewparam & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 51 of file domProfile_gles2.h.
static DLLSPEC daeMetaElement* domProfile_gles2::domNewparam::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.
Reimplemented from domGles2_newparam.
virtual daeInt domProfile_gles2::domNewparam::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.
Reimplemented from domGles2_newparam.
Definition at line 37 of file domProfile_gles2.h.