Detailed Description
Containing the valid parameter definition and modification in local scope.
Definition at line 24 of file fbxcolladanamespace.h.
#include <fbxcolladanamespace.h>
List of all members.
Public Member Functions |
| void | Push (xmlNode *pElement) |
| | Push the newparam and setparam elements found in this element.
|
| void | Pop () |
| | Pop the newparam and setparam elements found in this element.
|
| xmlNode * | FindParamDefinition (const char *pSID) const |
| | Find the specific newparam element with given SID.
|
| xmlNode * | FindParamModification (const char *pSID) const |
| | Find the specific setparam element with given SID.
|
| int | GetParamModificationCount () const |
| | Get the count of all the setparam elements in local scope.
|
| xmlNode * | GetParamModification (int pIndex) const |
| | Get the setparam element with given index.
|
Member Function Documentation
| void Push |
( |
xmlNode * |
pElement | ) |
|
Push the newparam and setparam elements found in this element.
Call this method at the beginning of importing an element.
- Parameters:
-
| pElement | The specific element. |
Pop the newparam and setparam elements found in this element.
Call this method at the end of importing an element.
- Parameters:
-
| pElement | The specific element. |
| xmlNode* FindParamDefinition |
( |
const char * |
pSID | ) |
const |
Find the specific newparam element with given SID.
- Parameters:
-
- Returns:
- Return the found element or NULL if fail.
| xmlNode* FindParamModification |
( |
const char * |
pSID | ) |
const |
Find the specific setparam element with given SID.
- Parameters:
-
- Returns:
- Return the found element or NULL if fail.
| int GetParamModificationCount |
( |
| ) |
const |
Get the count of all the setparam elements in local scope.
- Returns:
- The count.
| xmlNode* GetParamModification |
( |
int |
pIndex | ) |
const |
Get the setparam element with given index.
- Parameters:
-
- Returns:
- The element.
The documentation for this struct was generated from the following file: