#include <domInputLocalOffset.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
domUint | getOffset () const |
xsNMTOKEN | getSemantic () const |
domUint | getSet () const |
const domURIFragmentType & | getSource () const |
domURIFragmentType & | getSource () |
void | setOffset (domUint atOffset) |
void | setSemantic (xsNMTOKEN atSemantic) |
void | setSet (domUint atSet) |
void | setSource (xsString atSource) |
void | setSource (const domURIFragmentType &atSource) |
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 | |
domInputLocalOffset (DAE &dae) | |
virtual domInputLocalOffset & | operator= (const domInputLocalOffset &cpy) |
virtual | ~domInputLocalOffset () |
An element of type domInputLocalOffset_complexType.
Definition at line 122 of file domInputLocalOffset.h.
domInputLocalOffset::domInputLocalOffset | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 188 of file domInputLocalOffset.h.
virtual domInputLocalOffset::~domInputLocalOffset | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 192 of file domInputLocalOffset.h.
static DLLSPEC daeElementRef domInputLocalOffset::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domInputLocalOffset::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 125 of file domInputLocalOffset.h.
domUint domInputLocalOffset::getOffset | ( | ) | const [inline] |
Gets the offset attribute.
Reimplemented from domInputLocalOffset_complexType.
Definition at line 134 of file domInputLocalOffset.h.
xsNMTOKEN domInputLocalOffset::getSemantic | ( | ) | const [inline] |
Gets the semantic attribute.
Reimplemented from domInputLocalOffset_complexType.
Definition at line 145 of file domInputLocalOffset.h.
domUint domInputLocalOffset::getSet | ( | ) | const [inline] |
Gets the set attribute.
Reimplemented from domInputLocalOffset_complexType.
Definition at line 177 of file domInputLocalOffset.h.
const domURIFragmentType& domInputLocalOffset::getSource | ( | ) | const [inline] |
Gets the source attribute.
Reimplemented from domInputLocalOffset_complexType.
Definition at line 161 of file domInputLocalOffset.h.
domURIFragmentType& domInputLocalOffset::getSource | ( | ) | [inline] |
Gets the source attribute.
Reimplemented from domInputLocalOffset_complexType.
Definition at line 156 of file domInputLocalOffset.h.
static daeInt domInputLocalOffset::ID | ( | ) | [inline, static] |
Definition at line 126 of file domInputLocalOffset.h.
virtual domInputLocalOffset& domInputLocalOffset::operator= | ( | const domInputLocalOffset & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 196 of file domInputLocalOffset.h.
static DLLSPEC daeMetaElement* domInputLocalOffset::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 domInputLocalOffset::setOffset | ( | domUint | atOffset | ) | [inline] |
Sets the offset attribute.
atOffset | The new value for the offset attribute. |
Reimplemented from domInputLocalOffset_complexType.
Definition at line 139 of file domInputLocalOffset.h.
void domInputLocalOffset::setSemantic | ( | xsNMTOKEN | atSemantic | ) | [inline] |
Sets the semantic attribute.
atSemantic | The new value for the semantic attribute. |
Reimplemented from domInputLocalOffset_complexType.
Definition at line 150 of file domInputLocalOffset.h.
void domInputLocalOffset::setSet | ( | domUint | atSet | ) | [inline] |
Sets the set attribute.
atSet | The new value for the set attribute. |
Reimplemented from domInputLocalOffset_complexType.
Definition at line 182 of file domInputLocalOffset.h.
void domInputLocalOffset::setSource | ( | xsString | atSource | ) | [inline] |
Sets the source attribute.
atSource | The new value for the source attribute. |
Reimplemented from domInputLocalOffset_complexType.
Definition at line 171 of file domInputLocalOffset.h.
void domInputLocalOffset::setSource | ( | const domURIFragmentType & | atSource | ) | [inline] |
Sets the source attribute.
atSource | The new value for the source attribute. |
Reimplemented from domInputLocalOffset_complexType.
Definition at line 166 of file domInputLocalOffset.h.
virtual daeInt domInputLocalOffset::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 127 of file domInputLocalOffset.h.