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

Method OnItemClick

RedisStudio/RedisDataUI.cpp:226–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void RedisDataUI::OnItemClick( TNotifyUI &msg )
227{
228 CDuiString name = msg.pSender->GetClass();
229 CListTextElementUI listTextElementUI ;
230 CTreeNodeUI treeNodeUI;
231
232 if (name == listTextElementUI.GetClass())
233 {
234 OnItemActiveForList(msg);
235 }
236 else if (name == treeNodeUI.GetClass())
237 {
238 OnItemActiveForTree(msg);
239 }
240}
241
242void RedisDataUI::OnItemActive( TNotifyUI &msg )
243{

Callers

nothing calls this directly

Calls 1

GetClassMethod · 0.45

Tested by

no test coverage detected