MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetInterface

Method GetInterface

DuiLib/Control/UITreeView.cpp:86–91  ·  view source on GitHub ↗

��������: GetInterface ��������: LPVOID ������Ϣ: LPCTSTR pstrName ����˵��:

Source from the content-addressed store, hash-verified

84 // ����˵��:
85 //************************************
86 LPVOID CTreeNodeUI::GetInterface( LPCTSTR pstrName )
87 {
88 if( _tcscmp(pstrName, _T("TreeNode")) == 0 )
89 return static_cast<CTreeNodeUI*>(this);
90 return CListContainerElementUI::GetInterface(pstrName);
91 }
92
93 //************************************
94 // ��������: DoEvent

Callers 1

InvalidateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected