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

Method Initialize

RedisStudio/ConnInfoUI.cpp:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void ConnInfoUI::Initialize()
59{
60 m_pRfhBtn = static_cast<CButtonUI*>(GetPaintMgr()->FindControl(_T("btn_conn_rfh")));
61 m_pAddBtn = static_cast<CButtonUI*>(GetPaintMgr()->FindControl(_T("btn_conn_add")));
62 m_pDelBtn = static_cast<CButtonUI*>(GetPaintMgr()->FindControl(_T("btn_conn_del")));
63 m_pAltBtn = static_cast<CButtonUI*>(GetPaintMgr()->FindControl(_T("btn_conn_alt")));
64 m_pListUI = static_cast<CListUI*> (GetPaintMgr()->FindControl(_T("serverlist")));
65}
66
67int ConnInfoUI::GetIndex()
68{

Callers

nothing calls this directly

Calls 1

FindControlMethod · 0.45

Tested by

no test coverage detected