#include <domGlsl_setparam.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
xsNCName | getProgram () const |
domGlsl_identifier | getRef () const |
void | setProgram (xsNCName atProgram) |
void | setRef (domGlsl_identifier 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 | |
domGlsl_setparam (DAE &dae) | |
virtual domGlsl_setparam & | operator= (const domGlsl_setparam &cpy) |
virtual | ~domGlsl_setparam () |
An element of type domGlsl_setparam_complexType.
Definition at line 118 of file domGlsl_setparam.h.
domGlsl_setparam::domGlsl_setparam | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 152 of file domGlsl_setparam.h.
virtual domGlsl_setparam::~domGlsl_setparam | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 156 of file domGlsl_setparam.h.
static DLLSPEC daeElementRef domGlsl_setparam::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domGlsl_setparam::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 121 of file domGlsl_setparam.h.
xsNCName domGlsl_setparam::getProgram | ( | ) | const [inline] |
Gets the program attribute.
Reimplemented from domGlsl_setparam_complexType.
Definition at line 141 of file domGlsl_setparam.h.
domGlsl_identifier domGlsl_setparam::getRef | ( | ) | const [inline] |
Gets the ref attribute.
Reimplemented from domGlsl_setparam_complexType.
Definition at line 130 of file domGlsl_setparam.h.
static daeInt domGlsl_setparam::ID | ( | ) | [inline, static] |
Definition at line 122 of file domGlsl_setparam.h.
virtual domGlsl_setparam& domGlsl_setparam::operator= | ( | const domGlsl_setparam & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 160 of file domGlsl_setparam.h.
static DLLSPEC daeMetaElement* domGlsl_setparam::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 domGlsl_setparam::setProgram | ( | xsNCName | atProgram | ) | [inline] |
Sets the program attribute.
atProgram | The new value for the program attribute. |
Reimplemented from domGlsl_setparam_complexType.
Definition at line 146 of file domGlsl_setparam.h.
void domGlsl_setparam::setRef | ( | domGlsl_identifier | atRef | ) | [inline] |
Sets the ref attribute.
atRef | The new value for the ref attribute. |
Reimplemented from domGlsl_setparam_complexType.
Definition at line 135 of file domGlsl_setparam.h.
virtual daeInt domGlsl_setparam::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 123 of file domGlsl_setparam.h.