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

Method GetInterface

DuiLib/Layout/UITabLayout.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 }
14
15 LPVOID CTabLayoutUI::GetInterface(LPCTSTR pstrName)
16 {
17 if( _tcscmp(pstrName, DUI_CTR_TABLAYOUT) == 0 ) return static_cast<CTabLayoutUI*>(this);
18 return CContainerUI::GetInterface(pstrName);
19 }
20
21 bool CTabLayoutUI::Add(CControlUI* pControl)
22 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected