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

Method GetInterface

DuiLib/Layout/UITileLayout.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15
16 LPVOID CTileLayoutUI::GetInterface(LPCTSTR pstrName)
17 {
18 if( _tcscmp(pstrName, DUI_CTR_TILELAYOUT) == 0 ) return static_cast<CTileLayoutUI*>(this);
19 return CContainerUI::GetInterface(pstrName);
20 }
21
22 SIZE CTileLayoutUI::GetItemSize() const
23 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected