| 53 | DUI_END_MESSAGE_MAP() |
| 54 | |
| 55 | RedisDataUI::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 | |
| 70 | RedisDataUI::~RedisDataUI() |
| 71 | { |