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

Method GetInterface

DuiLib/Control/UISlider.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 LPVOID CSliderUI::GetInterface(LPCTSTR pstrName)
24 {
25 if( _tcscmp(pstrName, DUI_CTR_SLIDER) == 0 ) return static_cast<CSliderUI*>(this);
26 return CProgressUI::GetInterface(pstrName);
27 }
28
29 void CSliderUI::SetEnabled(bool bEnable)
30 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected