Searched refs:m_pTreeModel (Results 1 – 4 of 4) sorted by relevance
231 ,m_pTreeModel(NULL) in SbaTableQueryBrowser()333 m_pTreeModel = NULL; in disposing()403 m_pTreeModel = new SvLBoxTreeList; in Construct()404 m_pTreeModel->SetSortMode(SortAscending); in Construct()406 m_pTreeView->setModel(m_pTreeModel); in Construct()2890 m_pTreeModel->Remove(pTemp); in elementRemoved()2903 m_pTreeModel->Remove(pChild); in elementRemoved()2906 pChild = m_pTreeModel->NextSibling(pChild); in elementRemoved()2972 pChild = m_pTreeModel->NextSibling(pChild); in elementReplaced()3056 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 142 milliseconds