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

Method GetInterface

DuiLib/Layout/UIChildLayout.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 LPVOID CChildLayoutUI::GetInterface( LPCTSTR pstrName )
47 {
48 if( _tcscmp(pstrName, DUI_CTR_CHILDLAYOUT) == 0 ) return static_cast<CChildLayoutUI*>(this);
49 return CControlUI::GetInterface(pstrName);
50 }
51
52 LPCTSTR CChildLayoutUI::GetClass() const
53 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected