Searched refs:OTableListBoxControl (Results 1 – 6 of 6) sorted by relevance
96 friend class OTableListBoxControl;101 OTableListBoxControl* m_pBoxControl;487 DBG_NAME(OTableListBoxControl) in DBG_NAME() argument491 OTableListBoxControl::OTableListBoxControl( Window* _pParent in DBG_NAME()515 DBG_CTOR(OTableListBoxControl,NULL); in DBG_NAME()518 OTableListBoxControl::~OTableListBoxControl() in ~OTableListBoxControl()523 DBG_DTOR(OTableListBoxControl,NULL); in ~OTableListBoxControl()526 void OTableListBoxControl::fillListBoxes() in fillListBoxes()659 void OTableListBoxControl::NotifyCellChange() in NotifyCellChange()720 void OTableListBoxControl::lateInit() in lateInit()[all …]
40 class OTableListBoxControl;46 class OTableListBoxControl : public Window class61 OTableListBoxControl(Window* _pParent,65 virtual ~OTableListBoxControl();
56 class OTableListBoxControl;63 ::std::auto_ptr<OTableListBoxControl> m_pTableControl;
55 class OTableListBoxControl;68 OTableListBoxControl* m_pTableControl;
119 m_pTableControl = new OTableListBoxControl(this,ModuleRes(WND_CONTROL),m_pTableMap,this); in DBG_NAME()
128 m_pTableControl.reset( new OTableListBoxControl(this,ModuleRes(WND_CONTROL),m_pTableMap,this) ); in DBG_NAME()
Completed in 57 milliseconds