Public Member Functions | |
| HRESULT | AddLinkButton ([in] IRsNode *pSpaceNode,[in] IRdBitmap *pBtnBitmap,[out, retval] IRsNode **ppBtnNode) |
| HRESULT | AddSSLinkInfo ([in] IRsNode *pBtnNode,[in] BSTR bstrDesiredName,[in] BSTR bstrServerAddr,[in] RtDWORD dwServerPort,[in] RtFloat fRefreshRate,[out] IRsNode **ppSSSNode) |
| HRESULT IRfNtCSSFn::AddLinkButton | ( | [in] IRsNode * | pSpaceNode, | |
| [in] IRdBitmap * | pBtnBitmap, | |||
| [out, retval] IRsNode ** | ppBtnNode | |||
| ) |
AddLinkButton: Create and add Link 3D button into current scene and current 3D link toolbar.
| pSpaceNode | [in] Space in which should be the button/toolbar placed. | |
| pBtnBitmap | [in] Button bitmap, can be NULL. |
| HRESULT IRfNtCSSFn::AddSSLinkInfo | ( | [in] IRsNode * | pBtnNode, | |
| [in] BSTR | bstrDesiredName, | |||
| [in] BSTR | bstrServerAddr, | |||
| [in] RtDWORD | dwServerPort, | |||
| [in] RtFloat | fRefreshRate, | |||
| [out] IRsNode ** | ppSSSNode | |||
| ) |
AddSSLinkInfo: Add Shared Space Settings info into button (or other encapsulator) node.
| pBtnNode | [in] The button or other node into which you want add the Shared Space link info. | |
| bstrDesiredName | [in] Desired name of the shared space. | |
| bstrServerAddr | [in] Server address. | |
| dwServerPort | [in] Server port address. | |
| fRefreshRate | [in] Desired refresh rate. | |
| ppSSSNode | [out] IRsNode interface of the created button. |
1.5.5