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

Method GetInterface

DuiLib/Layout/UIHorizontalLayout.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 }
16
17 LPVOID CHorizontalLayoutUI::GetInterface(LPCTSTR pstrName)
18 {
19 if( _tcscmp(pstrName, DUI_CTR_HORIZONTALLAYOUT) == 0 ) return static_cast<CHorizontalLayoutUI*>(this);
20 return CContainerUI::GetInterface(pstrName);
21 }
22
23 UINT CHorizontalLayoutUI::GetControlFlags() const
24 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected