#include <domFx_rendertarget.h>

Public Member Functions | |
| virtual COLLADA_TYPE::TypeEnum | getElementType () const |
| xsToken | getRef () const |
| void | setRef (xsToken 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 | |
| xsToken | attrRef |
Definition at line 23 of file domFx_rendertarget.h.
| domFx_rendertarget::domParam::domParam | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 49 of file domFx_rendertarget.h.
| virtual domFx_rendertarget::domParam::~domParam | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 53 of file domFx_rendertarget.h.
| static DLLSPEC daeElementRef domFx_rendertarget::domParam::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| virtual COLLADA_TYPE::TypeEnum domFx_rendertarget::domParam::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 26 of file domFx_rendertarget.h.
| xsToken domFx_rendertarget::domParam::getRef | ( | ) | const [inline] |
Gets the ref attribute.
Definition at line 38 of file domFx_rendertarget.h.
| static daeInt domFx_rendertarget::domParam::ID | ( | ) | [inline, static] |
Definition at line 27 of file domFx_rendertarget.h.
| virtual domParam& domFx_rendertarget::domParam::operator= | ( | const domParam & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 57 of file domFx_rendertarget.h.
| static DLLSPEC daeMetaElement* domFx_rendertarget::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_rendertarget::domParam::setRef | ( | xsToken | atRef | ) | [inline] |
Sets the ref attribute.
| atRef | The new value for the ref attribute. |
Definition at line 43 of file domFx_rendertarget.h.
| virtual daeInt domFx_rendertarget::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 28 of file domFx_rendertarget.h.
xsToken domFx_rendertarget::domParam::attrRef [protected] |
Definition at line 30 of file domFx_rendertarget.h.