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

Method OnDataAdd

RedisStudio/RedisDataUI.cpp:836–844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834}
835
836LRESULT RedisDataUI::OnDataAdd( HWND hwnd, WPARAM wParam, LPARAM lParam )
837{
838 CControlUI* pListElement = reinterpret_cast<CControlUI*> (wParam);
839 pListElement->NeedUpdate();
840 m_pList->Add(pListElement);
841 m_pList->NeedUpdate();
842 if (lParam != NULL) m_oEventListHeader.set();
843 return TRUE;
844}
845
846LRESULT RedisDataUI::OnDBAdd( HWND hwnd, WPARAM wParam, LPARAM lParam )
847{

Callers

nothing calls this directly

Calls 3

NeedUpdateMethod · 0.45
AddMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected