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

Method Activate

DuiLib/Control/UIButton.cpp:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 bool CButtonUI::Activate()
114 {
115 if( !CControlUI::Activate() ) return false;
116 if( m_pManager != NULL ) m_pManager->SendNotify(this, DUI_MSGTYPE_CLICK);
117 return true;
118 }
119
120 void CButtonUI::SetEnabled(bool bEnable)
121 {

Callers

nothing calls this directly

Calls 1

SendNotifyMethod · 0.80

Tested by

no test coverage detected