#include <domFx_common_transparent.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
domFx_opaque | getOpaque () const |
void | setOpaque (domFx_opaque atOpaque) |
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_common_transparent (DAE &dae) | |
virtual domFx_common_transparent & | operator= (const domFx_common_transparent &cpy) |
virtual | ~domFx_common_transparent () |
Protected Attributes | |
domFx_opaque | attrOpaque |
Definition at line 11 of file domFx_common_transparent.h.
domFx_common_transparent::domFx_common_transparent | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 37 of file domFx_common_transparent.h.
virtual domFx_common_transparent::~domFx_common_transparent | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 41 of file domFx_common_transparent.h.
static DLLSPEC daeElementRef domFx_common_transparent::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
Reimplemented from domFx_common_color_or_texture.
virtual COLLADA_TYPE::TypeEnum domFx_common_transparent::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from domFx_common_color_or_texture.
Definition at line 14 of file domFx_common_transparent.h.
domFx_opaque domFx_common_transparent::getOpaque | ( | ) | const [inline] |
Gets the opaque attribute.
Definition at line 26 of file domFx_common_transparent.h.
static daeInt domFx_common_transparent::ID | ( | ) | [inline, static] |
Reimplemented from domFx_common_color_or_texture.
Definition at line 15 of file domFx_common_transparent.h.
virtual domFx_common_transparent& domFx_common_transparent::operator= | ( | const domFx_common_transparent & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 45 of file domFx_common_transparent.h.
static DLLSPEC daeMetaElement* domFx_common_transparent::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 domFx_common_color_or_texture.
void domFx_common_transparent::setOpaque | ( | domFx_opaque | atOpaque | ) | [inline] |
Sets the opaque attribute.
atOpaque | The new value for the opaque attribute. |
Definition at line 31 of file domFx_common_transparent.h.
virtual daeInt domFx_common_transparent::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 domFx_common_color_or_texture.
Definition at line 16 of file domFx_common_transparent.h.
domFx_opaque domFx_common_transparent::attrOpaque [protected] |
Definition at line 18 of file domFx_common_transparent.h.