domController Class Reference
#include <domController.h>
Inheritance diagram for domController:


Detailed Description
The controller element categorizes the declaration of generic control information.A controller is a device or mechanism that manages and directs the operations of another object. A controller element contains the elements that describe control data. The actual type and complexity of the data is left to the child elements to represent in detail.
Public Member Functions | |
| xsID | getId () const |
| Gets the id attribute. | |
| void | setId (xsID atId) |
| Sets the id attribute. | |
| xsNCName | getName () const |
| Gets the name attribute. | |
| void | setName (xsNCName atName) |
| Sets the name attribute. | |
| xsIDREF & | getTarget () |
| Gets the target attribute. | |
| const xsIDREF & | getTarget () const |
| Gets the target attribute. | |
| void | setTarget (const xsIDREF &atTarget) |
| Sets the target attribute. | |
| const domSkinRef | getSkin () const |
| Gets the skin element. | |
Static Public Member Functions | |
| static daeElementRef | create (daeInt bytes) |
| Creates an instance of this class and returns a daeElementRef referencing it. | |
| static daeMetaElement * | registerElement () |
| Creates a daeMetaElement object that describes this element in the meta object reflection framework. | |
Static Public Attributes | |
| static daeMetaElement * | _Meta = NULL |
| The daeMetaElement that describes this element in the meta object reflection framework. | |
Protected Member Functions | |
| domController () | |
| Constructor. | |
| virtual | ~domController () |
| Destructor. | |
| domController (const domController &cpy) | |
| Copy Constructor. | |
| virtual domController & | operator= (const domController &cpy) |
| Overloaded assignment operator. | |
Protected Attributes | |
| xsID | attrId |
| The id attribute is a text string containing the unique identifier of the controller element. | |
| xsNCName | attrName |
| The name attribute is the text string name of this element. | |
| xsIDREF | attrTarget |
| The target attribute indicates the ID of the geometry element bound to the controller. | |
| domSkinRef | elemSkin |
| The skin element must occur exactly one time. | |
Member Function Documentation
|
|
Creates an instance of this class and returns a daeElementRef referencing it.
|
|
|
Gets the id attribute.
|
|
|
Gets the name attribute.
|
|
|
Gets the skin element.
|
|
|
Gets the target attribute.
|
|
|
Gets the target attribute.
|
|
|
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.
|
|
|
Sets the id attribute.
|
|
|
Sets the name attribute.
|
|
|
Sets the target attribute.
|
Member Data Documentation
|
|
The id attribute is a text string containing the unique identifier of the controller element. This value must be unique within the instance document. Optional attribute. |
|
|
The name attribute is the text string name of this element. Optional attribute. |
|
|
The target attribute indicates the ID of the geometry element bound to the controller. Required attribute. |
|
|
The skin element must occur exactly one time.
|
The documentation for this class was generated from the following files:
- C:/SVN_wf/COLLADA_DOM/include/1.3/dom/domController.h
- C:/SVN_wf/COLLADA_DOM/src/1.3/dom/domController.cpp
©2005 Sony Computer Entertainment Inc.. All Rights Reserved.
Generated on Fri Feb 10 16:48:05 2006 for COLLADA 1.4 DOM by
1.4.3