Searched refs:m_pTreeModel (Results 1 – 4 of 4) sorted by relevance
231 ,m_pTreeModel(NULL) in SbaTableQueryBrowser()332 m_pTreeModel = NULL; in disposing()402 m_pTreeModel = new SvLBoxTreeList; in Construct()403 m_pTreeModel->SetSortMode(SortAscending); in Construct()405 m_pTreeView->setModel(m_pTreeModel); in Construct()2889 m_pTreeModel->Remove(pTemp); in elementRemoved()2902 m_pTreeModel->Remove(pChild); in elementRemoved()2905 pChild = m_pTreeModel->NextSibling(pChild); in elementRemoved()2971 pChild = m_pTreeModel->NextSibling(pChild); in elementReplaced()3055 m_pTreeModel->Remove(pRemove); in closeConnection()[all …]
138 m_pTreeModel->InvalidateEntry(_pEntry); in select()151 _pEntry = m_pTreeModel->GetParent(_pEntry); in selectPath()226 SvLBoxEntry* pEntryLoop = m_pTreeModel->First(); in notifyHiContrastChanged()232 pEntryLoop = m_pTreeModel->Next(pEntryLoop); in notifyHiContrastChanged()279 pEntryLoop = m_pTreeModel->Next(pEntryLoop); in notifyHiContrastChanged()
260 if (m_pTreeModel) in clearTreeModel()263 SvLBoxEntry* pEntryLoop = m_pTreeModel->First(); in clearTreeModel()283 pEntryLoop = m_pTreeModel->Next(pEntryLoop); in clearTreeModel()
160 SvLBoxTreeList* m_pTreeModel; // contains the datasources of the registry member in dbaui::SbaTableQueryBrowser
Completed in 43 milliseconds