#include <domCg_pass.h>

Public Member Functions | |
| virtual COLLADA_TYPE::TypeEnum | getElementType () const |
| xsToken | getEntry () const |
| void | setEntry (xsToken atEntry) |
| 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 | |
| domSources (DAE &dae) | |
| virtual domSources & | operator= (const domSources &cpy) |
| virtual | ~domSources () |
Protected Attributes | |
| xsToken | attrEntry |
collect the sources together for the shader. Use concat to make the final string.
Definition at line 120 of file domCg_pass.h.
| domCg_pass::domProgram::domShader::domSources::domSources | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 149 of file domCg_pass.h.
| virtual domCg_pass::domProgram::domShader::domSources::~domSources | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 153 of file domCg_pass.h.
| static DLLSPEC daeElementRef domCg_pass::domProgram::domShader::domSources::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
Reimplemented from domFx_sources.
| virtual COLLADA_TYPE::TypeEnum domCg_pass::domProgram::domShader::domSources::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from domFx_sources.
Definition at line 123 of file domCg_pass.h.
| xsToken domCg_pass::domProgram::domShader::domSources::getEntry | ( | ) | const [inline] |
Gets the entry attribute.
Definition at line 138 of file domCg_pass.h.
| static daeInt domCg_pass::domProgram::domShader::domSources::ID | ( | ) | [inline, static] |
Reimplemented from domFx_sources.
Definition at line 124 of file domCg_pass.h.
| virtual domSources& domCg_pass::domProgram::domShader::domSources::operator= | ( | const domSources & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 157 of file domCg_pass.h.
| static DLLSPEC daeMetaElement* domCg_pass::domProgram::domShader::domSources::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_sources.
| void domCg_pass::domProgram::domShader::domSources::setEntry | ( | xsToken | atEntry | ) | [inline] |
Sets the entry attribute.
| atEntry | The new value for the entry attribute. |
Definition at line 143 of file domCg_pass.h.
| virtual daeInt domCg_pass::domProgram::domShader::domSources::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_sources.
Definition at line 125 of file domCg_pass.h.
entry function name for this shader
Definition at line 130 of file domCg_pass.h.