Searched refs:SetModel (Results 1 - 23 of 23) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/main_window/
H A DGeneralPage.h20 void SetModel(Model* model);
H A DTeamsPage.h20 void SetModel(Model* model);
H A DThreadsPage.h20 void SetModel(Model* model);
H A DMainWindow.cpp206 fGeneralPage->SetModel(fModel);
207 fTeamsPage->SetModel(fModel);
208 fThreadsPage->SetModel(fModel);
209 fSchedulingPage->SetModel(fModel);
210 fWaitObjectsPage->SetModel(fModel);
H A DSchedulingPage.h25 void SetModel(Model* model);
H A DGeneralPage.cpp39 MainWindow::GeneralPage::SetModel(Model* model) function in class:MainWindow::GeneralPage
H A DTeamsPage.cpp103 MainWindow::TeamsPage::SetModel(Model* model) function in class:MainWindow::TeamsPage
H A DThreadsPage.cpp169 MainWindow::ThreadsPage::SetModel(Model* model) function in class:MainWindow::ThreadsPage
H A DSchedulingPage.cpp100 void SetModel(Model* model) function in class:MainWindow::SchedulingPage::SchedulingData
292 virtual void SetModel(Model* model) function in class:MainWindow::SchedulingPage::BaseView
673 virtual void SetModel(Model* model) function in class:MainWindow::SchedulingPage::SchedulingView
675 LineBaseView::SetModel(model);
676 fSchedulingData.SetModel(model);
1791 MainWindow::SchedulingPage::SetModel(Model* model) function in class:MainWindow::SchedulingPage::SchedulingView::MainWindow::SchedulingPage
1808 fViewPort->SetModel(fModel);
1809 fThreadsView->SetModel(fModel);
1810 fSchedulingView->SetModel(fModel);
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DGeneralPage.h20 void SetModel(Model* model, Model::Thread* thread);
H A DThreadWindow.cpp63 fGeneralPage->SetModel(fModel, fThread);
151 fWaitObjectsPage->SetModel(fThreadModel);
152 fActivityPage->SetModel(fThreadModel);
H A DActivityPage.h23 void SetModel(ThreadModel* model);
H A DGeneralPage.cpp44 ThreadWindow::GeneralPage::SetModel(Model* model, Model::Thread* thread) function in class:ThreadWindow::GeneralPage
H A DActivityPage.cpp407 ThreadWindow::ActivityPage::SetModel(ThreadModel* model) function in class:ThreadWindow::ActivityPage
/haiku/src/apps/debuganalyzer/gui/table/
H A DAbstractTable.h80 virtual void SetModel(AbstractTableModelBase* model) = 0;
H A DTable.cpp265 virtual void SetModel(AbstractTableModelBase* model);
296 Table::Column::SetModel(AbstractTableModelBase* model) function in class:Table::Column
422 column->SetModel(NULL);
433 column->SetModel(fModel);
H A DTreeTable.cpp307 virtual void SetModel(AbstractTableModelBase* model);
338 TreeTable::Column::SetModel(AbstractTableModelBase* model) function in class:TreeTable::Column
724 column->SetModel(NULL);
745 column->SetModel(fModel);
/haiku/src/apps/switcher/
H A DGroupListView.h47 virtual void SetModel(GroupListModel* model);
H A DGroupListView.cpp78 SetModel(model);
92 GroupListView::SetModel(GroupListModel* model) function in class:GroupListView
/haiku/src/apps/debuganalyzer/gui/
H A DAbstractWaitObjectsPage.h34 void SetModel(ModelType* model);
475 ABSTRACT_WAIT_OBJECTS_PAGE_CLASS::SetModel(ModelType* model) function in class:ABSTRACT_WAIT_OBJECTS_PAGE_CLASS
H A DHeaderView.h179 status_t SetModel(HeaderModel* model);
H A DHeaderView.cpp729 SetModel(model);
737 SetModel(NULL);
855 HeaderView::SetModel(HeaderModel* model) function in class:HeaderView
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp197 void SetModel(VariableTableModel* model);
989 VariablesView::ContainerListener::SetModel(VariableTableModel* model) function in class:VariablesView::ContainerListener
1172 fContainerListener->SetModel(NULL);
1178 fContainerListener->SetModel(this);

Completed in 363 milliseconds