#include <RmEffect.h>
Inheritance diagram for RmPlugInData:

Public Member Functions | |
| RmPlugInData () | |
| Default Constructor. | |
| RmPlugInData (RM_TCHAR *pStrName, RmPlugInID plugInGUID) | |
| Constructor. | |
| virtual void | Update (RmNodeUpdateType nodeUpdateType, RmNode *pRmUpdateRootNode) |
| Update. | |
| virtual RmNode * | Clone (bool bIncludeLoadedData) |
| Clone this node. | |
| virtual const RM_TCHAR * | GetDescription () |
| virtual bool | LoadXMLData (int hDoc, const RM_TCHAR *strXPath, const RM_TCHAR *strRmXMLVersion) |
| Load node data from XML. | |
| virtual bool | SaveXMLData (int hDoc, const RM_TCHAR *strXPath) |
| Save node data to XML. | |
| void | GetPlugInID (RmPlugInID &plugInID) |
| Get plugin ID. | |
| void | SetPlugInID (RmPlugInID plugInID) |
| Set plugin ID. | |
| bool | GetGeneratedFlag () |
| Get generated flag. | |
| void | SetGeneratedFlag (bool bGenerated) |
| Set generated flag. | |
| void | SetTextDataBlock (const RM_TCHAR *strTextDataBlock) |
| Set text block. | |
| const RM_TCHAR * | GetTextDataBlock () |
| Text. | |
Protected Member Functions | |
| virtual void | CopyNodeData (RmNode *pDestinationNode, bool bIncludeLoadedData) |
| Copy node data. | |
| virtual RmNodeTypeChildRuleList * | GetNodeTypeChildRuleList () |
| Parent / Child rule list function. | |
| virtual void | SetNodeTypeChildRuleList (RmNodeTypeChildRuleList *pRmNodeChildRuleList) |
| Sets the node child rule list for the given node. | |
Protected Attributes | |
| RmPlugInID | m_plugInID |
| PlugIn ID. | |
| RmStringT | m_strTextDataBlock |
| Text block. | |
| bool | m_bGenerated |
| Generated flag. | |
RmPlugInData for plug-in data storage .............///
|
|
Default Constructor. Constructor |
|
||||||||||||
|
Constructor. Constructor: creates a plugInData node with an RmPlugInID
|
|
|
Clone this node. Creates a clone of this node
Reimplemented from RmNode. |
|
||||||||||||
|
Copy node data. Copies this node's contents (not including children) into the destination node. See RmNode::CopyNodeData for details
Reimplemented from RmNode. |
|
|
Returns description of the node: used for displaying a tooltip in the workspace tree view for the given node.
Reimplemented from RmNode. |
|
|
Get generated flag. Flag uf data is generated
|
|
|
Parent / Child rule list function. Retrieves the rule list for adding child nodes for a given node type
Reimplemented from RmNode. |
|
|
Get plugin ID. Get RmPlugInID
|
|
|
Text. Get Text Data Block |
|
||||||||||||||||
|
Load node data from XML. Loads versioned XML node data. Note that this method will only load the contents of each node, not the data for all of the children nodes. Each child will have its own XML loading function called by the API.
Reimplemented from RmNode. |
|
||||||||||||
|
Save node data to XML. Saves node's contents to XML. Note that this method will only save the contents of each node, not the data for all of the children nodes. Each child will have its own XML saving function called by the API.
Reimplemented from RmNode. |
|
|
Set generated flag. Set flag if data is generated
|
|
|
Sets the node child rule list for the given node. Sets the child addition rule list for the given node.
Reimplemented from RmNode. |
|
|
Set plugin ID. Set RmPlugInID
|
|
|
Set text block.
|
|
||||||||||||
|
Update. Updates the internal values of the node
Reimplemented from RmNode. |
1.3.6