Searched refs:OBrowserListBox (Results 1 – 6 of 6) sorted by relevance
355 DBG_NAME(OBrowserListBox) in DBG_NAME() argument357 OBrowserListBox::OBrowserListBox( Window* pParent, WinBits nWinStyle) in DBG_NAME()371 DBG_CTOR(OBrowserListBox,NULL); in DBG_NAME()387 OBrowserListBox::~OBrowserListBox() in ~OBrowserListBox()401 DBG_DTOR(OBrowserListBox,NULL); in ~OBrowserListBox()455 void OBrowserListBox::Resize() in Resize()569 void OBrowserListBox::UpdateVScroll() in UpdateVScroll()644 void OBrowserListBox::UpdateAll() in UpdateAll()650 void OBrowserListBox::DisableUpdate() in DisableUpdate()656 void OBrowserListBox::EnableUpdate() in EnableUpdate()[all …]
41 OBrowserListBox m_aListBox;54 OBrowserListBox& getListBox();55 const OBrowserListBox& getListBox() const;
97 class OBrowserListBox :public Control class133 … OBrowserListBox( Window* pParent, WinBits nWinStyle = WB_DIALOGCONTROL );135 ~OBrowserListBox();
66 OBrowserListBox& OBrowserPage::getListBox() in getListBox()72 const OBrowserListBox& OBrowserPage::getListBox() const in getListBox()
279 void OPropertyEditor::Update(const ::std::mem_fun_t<void,OBrowserListBox>& _aUpdateFunction) in Update()294 Update(::std::mem_fun(&OBrowserListBox::EnableUpdate)); in EnableUpdate()299 Update(::std::mem_fun(&OBrowserListBox::DisableUpdate)); in DisableUpdate()
46 class OBrowserListBox;137 void Update(const ::std::mem_fun_t<void,OBrowserListBox>& _aUpdateFunction);
Completed in 73 milliseconds