#include <RmVariableManager.h>
Public Member Functions | |
| IRmVariableManager () | |
| Constructor. | |
| virtual | ~IRmVariableManager () |
| Destructor. | |
| virtual bool | LoadVariables (RM_TCHAR *pStrFileName)=0 |
| Load variables from file. | |
| virtual bool | ClearVariables ()=0 |
| Clear all variables. | |
| virtual RmVariableItem * | IsDefinedVariable (RmNode *pNode)=0 |
| Is defined variable. | |
| virtual RmVariableItem * | IsDefinedVariable (RmVariableItem *pVariableItem)=0 |
| Is defined variable. | |
| virtual RmVariableList * | GetVariableList (const RM_TCHAR *pStrVariableType)=0 |
| Get list of variables. | |
| virtual bool | DeleteVariableList (RmVariableList *pVariableList)=0 |
| Delete given variable list. | |
| virtual bool | AddVariable (RmVariableItem *pVariableItem)=0 |
| Add variable. | |
| virtual bool | RemoveVariable (RmVariableItem *pVariableItem)=0 |
| Remove variable. | |
Manager interface for RenderMonkey variables
|
|
Constructor. Constructor |
|
|
Destructor. Destructor |
|
|
Add variable. Add variable
|
|
|
Clear all variables. Clear all variables
|
|
|
Delete given variable list. Delete variable list passed to function
|
|
|
Get list of variables. Return list of variables
|
|
|
Is defined variable. Check if give variable is defined.
|
|
|
Is defined variable. Check if give variable is defined.
|
|
|
Load variables from file. Load variables fom file
|
|
|
Remove variable. Remove variable
|
1.3.6