domParam Class Reference

#include <domParam.h>

Inheritance diagram for domParam:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual COLLADA_TYPE::TypeEnum getElementType () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
xsToken getName () const
xsNCName getName () const
xsNMTOKEN getSemantic () const
xsNMTOKEN getSemantic () const
domSid getSid () const
xsNCName getSid () const
xsNMTOKEN getType () const
xsNMTOKEN getType () const
xsString getValue () const
xsString getValue () const
void setName (xsToken atName)
void setName (xsNCName atName)
void setSemantic (xsNMTOKEN atSemantic)
void setSemantic (xsNMTOKEN atSemantic)
void setSid (domSid atSid)
void setSid (xsNCName atSid)
void setType (xsNMTOKEN atType)
void setType (xsNMTOKEN atType)
void setValue (xsString val)
void setValue (xsString val)
virtual daeInt typeID () const
virtual daeInt typeID () const

Static Public Member Functions

static DLLSPEC daeElementRef create (DAE &dae)
static DLLSPEC daeElementRef create (DAE &dae)
static daeInt ID ()
static daeInt ID ()
static DLLSPEC daeMetaElementregisterElement (DAE &dae)
static DLLSPEC daeMetaElementregisterElement (DAE &dae)

Protected Member Functions

 domParam (DAE &dae)
 domParam (DAE &dae)
virtual domParamoperator= (const domParam &cpy)
virtual domParamoperator= (const domParam &cpy)
virtual ~domParam ()
virtual ~domParam ()

Protected Attributes

xsString _value
xsToken attrName
xsNCName attrName
xsNMTOKEN attrSemantic
domSid attrSid
xsNCName attrSid
xsNMTOKEN attrType

Detailed Description

The param element declares parametric information regarding its parent element.

Definition at line 22 of file 1.4/dom/domParam.h.


Constructor & Destructor Documentation

domParam::domParam ( DAE dae  )  [inline, protected]

Constructor

Definition at line 116 of file 1.4/dom/domParam.h.

virtual domParam::~domParam (  )  [inline, protected, virtual]

Destructor

Definition at line 120 of file 1.4/dom/domParam.h.

domParam::domParam ( DAE dae  )  [inline, protected]

Constructor

Definition at line 108 of file dom/domParam.h.

virtual domParam::~domParam (  )  [inline, protected, virtual]

Destructor

Definition at line 112 of file dom/domParam.h.


Member Function Documentation

static DLLSPEC daeElementRef domParam::create ( DAE dae  )  [static]

Creates an instance of this class and returns a daeElementRef referencing it.

Returns:
a daeElementRef referencing an instance of this object.
static DLLSPEC daeElementRef domParam::create ( DAE dae  )  [static]

Creates an instance of this class and returns a daeElementRef referencing it.

Returns:
a daeElementRef referencing an instance of this object.
virtual COLLADA_TYPE::TypeEnum domParam::getElementType (  )  const [inline, virtual]

Reimplemented from daeElement.

Definition at line 17 of file dom/domParam.h.

virtual COLLADA_TYPE::TypeEnum domParam::getElementType (  )  const [inline, virtual]

Reimplemented from daeElement.

Definition at line 25 of file 1.4/dom/domParam.h.

xsToken domParam::getName (  )  const [inline]

Gets the name attribute.

Returns:
Returns a xsToken of the name attribute.

Definition at line 48 of file dom/domParam.h.

xsNCName domParam::getName (  )  const [inline]

Gets the name attribute.

Returns:
Returns a xsNCName of the name attribute.

Definition at line 61 of file 1.4/dom/domParam.h.

xsNMTOKEN domParam::getSemantic (  )  const [inline]

Gets the semantic attribute.

Returns:
Returns a xsNMTOKEN of the semantic attribute.

Definition at line 70 of file dom/domParam.h.

xsNMTOKEN domParam::getSemantic (  )  const [inline]

Gets the semantic attribute.

Returns:
Returns a xsNMTOKEN of the semantic attribute.

Definition at line 83 of file 1.4/dom/domParam.h.

domSid domParam::getSid (  )  const [inline]

Gets the sid attribute.

Returns:
Returns a domSid of the sid attribute.

Definition at line 59 of file dom/domParam.h.

xsNCName domParam::getSid (  )  const [inline]

Gets the sid attribute.

Returns:
Returns a xsNCName of the sid attribute.

Definition at line 72 of file 1.4/dom/domParam.h.

xsNMTOKEN domParam::getType (  )  const [inline]

Gets the type attribute.

Returns:
Returns a xsNMTOKEN of the type attribute.

Definition at line 81 of file dom/domParam.h.

xsNMTOKEN domParam::getType (  )  const [inline]

Gets the type attribute.

Returns:
Returns a xsNMTOKEN of the type attribute.

Definition at line 94 of file 1.4/dom/domParam.h.

xsString domParam::getValue (  )  const [inline]

Gets the value of this element.

Returns:
Returns a xsString of the value.

Definition at line 92 of file dom/domParam.h.

xsString domParam::getValue (  )  const [inline]

Gets the value of this element.

Returns:
Returns a xsString of the value.

Definition at line 105 of file 1.4/dom/domParam.h.

static daeInt domParam::ID (  )  [inline, static]

Definition at line 18 of file dom/domParam.h.

static daeInt domParam::ID (  )  [inline, static]

Definition at line 26 of file 1.4/dom/domParam.h.

virtual domParam& domParam::operator= ( const domParam cpy  )  [inline, protected, virtual]

Overloaded assignment operator

Definition at line 116 of file dom/domParam.h.

virtual domParam& domParam::operator= ( const domParam cpy  )  [inline, protected, virtual]

Overloaded assignment operator

Definition at line 124 of file 1.4/dom/domParam.h.

static DLLSPEC daeMetaElement* 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.

Returns:
A daeMetaElement describing this COLLADA element.
static DLLSPEC daeMetaElement* 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.

Returns:
A daeMetaElement describing this COLLADA element.
void domParam::setName ( xsToken  atName  )  [inline]

Sets the name attribute.

Parameters:
atName The new value for the name attribute.

Definition at line 53 of file dom/domParam.h.

void domParam::setName ( xsNCName  atName  )  [inline]

Sets the name attribute.

Parameters:
atName The new value for the name attribute.

Definition at line 66 of file 1.4/dom/domParam.h.

void domParam::setSemantic ( xsNMTOKEN  atSemantic  )  [inline]

Sets the semantic attribute.

Parameters:
atSemantic The new value for the semantic attribute.

Definition at line 75 of file dom/domParam.h.

void domParam::setSemantic ( xsNMTOKEN  atSemantic  )  [inline]

Sets the semantic attribute.

Parameters:
atSemantic The new value for the semantic attribute.

Definition at line 88 of file 1.4/dom/domParam.h.

void domParam::setSid ( domSid  atSid  )  [inline]

Sets the sid attribute.

Parameters:
atSid The new value for the sid attribute.

Definition at line 64 of file dom/domParam.h.

void domParam::setSid ( xsNCName  atSid  )  [inline]

Sets the sid attribute.

Parameters:
atSid The new value for the sid attribute.

Definition at line 77 of file 1.4/dom/domParam.h.

void domParam::setType ( xsNMTOKEN  atType  )  [inline]

Sets the type attribute.

Parameters:
atType The new value for the type attribute.

Definition at line 86 of file dom/domParam.h.

void domParam::setType ( xsNMTOKEN  atType  )  [inline]

Sets the type attribute.

Parameters:
atType The new value for the type attribute.

Definition at line 99 of file 1.4/dom/domParam.h.

void domParam::setValue ( xsString  val  )  [inline]

Sets the _value of this element.

Parameters:
val The new value for this element.

Definition at line 97 of file dom/domParam.h.

void domParam::setValue ( xsString  val  )  [inline]

Sets the _value of this element.

Parameters:
val The new value for this element.

Definition at line 110 of file 1.4/dom/domParam.h.

virtual daeInt 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.

Returns:
The element's type ID.

Implements daeElement.

Definition at line 19 of file dom/domParam.h.

virtual daeInt 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.

Returns:
The element's type ID.

Implements daeElement.

Definition at line 27 of file 1.4/dom/domParam.h.


Member Data Documentation

The xsString value of the text data of this element.

Definition at line 54 of file 1.4/dom/domParam.h.

The name attribute is the text string name of this element. Optional attribute.

Definition at line 24 of file dom/domParam.h.

The name attribute is the text string name of this element. Optional attribute.

Definition at line 32 of file 1.4/dom/domParam.h.

The semantic attribute is the user-defined meaning of the parameter. Optional attribute.

Definition at line 43 of file 1.4/dom/domParam.h.

The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.

Definition at line 30 of file dom/domParam.h.

The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.

Definition at line 38 of file 1.4/dom/domParam.h.

The type attribute indicates the type of the value data. This text string must be understood by the application. Required attribute.

Definition at line 48 of file 1.4/dom/domParam.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


colladadom
Author(s): Du Hung Hou, Khronos.org, Marcus Barnes, Greg Corson, Herbert Law, Sebastian Schwarz, Steven Thomas, John Hsu (ros package), Tim Field (ros package)
autogenerated on Fri Jan 11 09:31:42 2013