Public Member Functions | |
| HRESULT | EnumRequiredNodes ([in] IRsNodeEnumerator *pEnum) |
| HRESULT | EnumConnectedNodes ([in] IRsNodeEnumerator *pEnum) |
| HRESULT | SetActiveWidget ([in] IRsBaseNode *pWidget) |
| HRESULT | SetTemplateNode ([in] IRsBaseNode *pNode) |
| HRESULT IRsWidgetComponent::EnumRequiredNodes | ( | [in] IRsNodeEnumerator * | pEnum | ) |
Enumerate list of nodes that this object requires.
| pEnum | [in] List of objects that will be copied into active widget. |
| HRESULT IRsWidgetComponent::EnumConnectedNodes | ( | [in] IRsNodeEnumerator * | pEnum | ) |
Enumerate list of nodes connected to this object.
| pEnum | [in] List of objects that will be copied into active widget. |
| HRESULT IRsWidgetComponent::SetActiveWidget | ( | [in] IRsBaseNode * | pWidget | ) |
Called by widget management during widget activation/deactivation.
| pWidget | [in] Active widget encapsulator of widget this node is in. |
| HRESULT IRsWidgetComponent::SetTemplateNode | ( | [in] IRsBaseNode * | pNode | ) |
Called on active widget nodes to set orignal node pointer.
| pNode | [in] Original widget node. |
1.5.5