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

Method OnClick

RedisStudio/RedisDataUI.cpp:172–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void RedisDataUI::OnClick( TNotifyUI& msg )
173{
174 if (m_oThread.isRunning()) return;
175
176 if (msg.pSender == m_pPageFinal ||
177 msg.pSender == m_pPageLast ||
178 msg.pSender == m_pPageNext ||
179 msg.pSender == m_pPageFrist)
180 {
181 OnPaginate(msg);
182 }
183 else if (msg.pSender == m_pCommit)
184 {
185 OnCommit(msg);
186 }
187
188}
189
190void RedisDataUI::OnItemDBClick(TNotifyUI &msg)
191{

Callers

nothing calls this directly

Calls 1

isRunningMethod · 0.80

Tested by

no test coverage detected