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

Method SetEnabled

DuiLib/Control/UISlider.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 void CSliderUI::SetEnabled(bool bEnable)
30 {
31 CControlUI::SetEnabled(bEnable);
32 if( !IsEnabled() ) {
33 m_uButtonState = 0;
34 }
35 }
36
37 int CSliderUI::GetChangeStep()
38 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected