#include <domImage.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
xsBoolean | getShare () const |
void | setShare (xsBoolean atShare) |
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 | |
domRenderable (DAE &dae) | |
virtual domRenderable & | operator= (const domRenderable &cpy) |
virtual | ~domRenderable () |
Protected Attributes | |
xsBoolean | attrShare |
This image is renderable if this element is used
Definition at line 29 of file dom/domImage.h.
domImage::domRenderable::domRenderable | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 59 of file dom/domImage.h.
virtual domImage::domRenderable::~domRenderable | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 63 of file dom/domImage.h.
static DLLSPEC daeElementRef domImage::domRenderable::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domImage::domRenderable::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 32 of file dom/domImage.h.
xsBoolean domImage::domRenderable::getShare | ( | ) | const [inline] |
Gets the share attribute.
Definition at line 48 of file dom/domImage.h.
static daeInt domImage::domRenderable::ID | ( | ) | [inline, static] |
Definition at line 33 of file dom/domImage.h.
virtual domRenderable& domImage::domRenderable::operator= | ( | const domRenderable & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 67 of file dom/domImage.h.
static DLLSPEC daeMetaElement* domImage::domRenderable::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 domImage::domRenderable::setShare | ( | xsBoolean | atShare | ) | [inline] |
Sets the share attribute.
atShare | The new value for the share attribute. |
Definition at line 53 of file dom/domImage.h.
virtual daeInt domImage::domRenderable::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 34 of file dom/domImage.h.
xsBoolean domImage::domRenderable::attrShare [protected] |
As a render target, true = shared across all users, false = unique per instance
Definition at line 40 of file dom/domImage.h.