Public Member Functions | |
| HRESULT | AddTable ([in] GUID idView,[in] IRdUITable *pTable) |
| HRESULT | RemoveViewTable ([in] GUID idView) |
| HRESULT | GetTable ([in] GUID idView,[out] IRdUITable **ppTable) |
| HRESULT | Clear (void) |
| HRESULT IRdNodeUITables::AddTable | ( | [in] GUID | idView, | |
| [in] IRdUITable * | pTable | |||
| ) |
Add table.
| idView | [in] GUID of view. | |
| pTable | [in] added UI table object. |
| HRESULT IRdNodeUITables::RemoveViewTable | ( | [in] GUID | idView | ) |
Remove view table.
| idView | [in] GUID of view. |
| HRESULT IRdNodeUITables::GetTable | ( | [in] GUID | idView, | |
| [out] IRdUITable ** | ppTable | |||
| ) |
Gets pointer to UI table.
| idView | [in] GUID of view. |
| HRESULT IRdNodeUITables::Clear | ( | void | ) |
Clear nodes UI tables.
1.5.5