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

Method OnClick

RedisStudio/ConnInfoUI.cpp:183–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void ConnInfoUI::OnClick(TNotifyUI& msg)
184{
185 if (msg.pSender == m_pRfhBtn)
186 {
187 OnRfhConnInfo(msg);
188 }
189 else if (msg.pSender == m_pAddBtn)
190 {
191 OnAddConnInfo(msg);
192 }
193 else if (msg.pSender == m_pDelBtn)
194 {
195 OnDelConnInfo(msg);
196 }
197 else if (msg.pSender == m_pAltBtn)
198 {
199 OnAltConnInfo(msg);
200 }
201}
202
203void ConnInfoUI::OnSelectChanged( TNotifyUI &msg )
204{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected