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

Method RedisDataUI

RedisStudio/RedisDataUI.cpp:55–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53DUI_END_MESSAGE_MAP()
54
55RedisDataUI::RedisDataUI( const CDuiString& strXML, CPaintManagerUI* pm, Environment* env):AbstraceUI(pm, env),m_oEventListHeader(true),m_oEventKey(true),m_bIsKeyRender(false),m_oEventDB(false),m_iDBIdx(0)
56{
57 CDialogBuilder builder;
58 CControlUI* pContainer = builder.Create(strXML.GetData(), NULL, NULL, GetPaintMgr(), NULL);
59 if (pContainer)
60 {
61 this->Add(pContainer);
62 }
63 else
64 {
65 this->RemoveAll();
66 return;
67 }
68}
69
70RedisDataUI::~RedisDataUI()
71{

Callers

nothing calls this directly

Calls 4

CreateMethod · 0.45
GetDataMethod · 0.45
AddMethod · 0.45
RemoveAllMethod · 0.45

Tested by

no test coverage detected