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

Method GetInterface

DuiLib/Control/UIList.cpp:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46LPVOID CListUI::GetInterface(LPCTSTR pstrName)
47{
48 if( _tcscmp(pstrName, DUI_CTR_LIST) == 0 ) return static_cast<CListUI*>(this);
49 if( _tcscmp(pstrName, _T("IList")) == 0 ) return static_cast<IListUI*>(this);
50 if( _tcscmp(pstrName, _T("IListOwner")) == 0 ) return static_cast<IListOwnerUI*>(this);
51 return CVerticalLayoutUI::GetInterface(pstrName);
52}
53
54CControlUI* CListUI::GetItemAt(int iIndex) const
55{

Callers 12

GetItemIndexMethod · 0.45
SetItemIndexMethod · 0.45
AddMethod · 0.45
AddAtMethod · 0.45
RemoveMethod · 0.45
RemoveAtMethod · 0.45
SelectItemMethod · 0.45
ExpandItemMethod · 0.45
SortItemsMethod · 0.45
SetOwnerMethod · 0.45
InvalidateMethod · 0.45
PaintTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected