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

Method GetInterface

DuiLib/Control/UIOption.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 LPVOID COptionUI::GetInterface(LPCTSTR pstrName)
21 {
22 if( _tcscmp(pstrName, DUI_CTR_OPTION) == 0 ) return static_cast<COptionUI*>(this);
23 return CButtonUI::GetInterface(pstrName);
24 }
25
26 void COptionUI::SetManager(CPaintManagerUI* pManager, CControlUI* pParent, bool bInit)
27 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected