Symbol: SetModel
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
34
void SetModel(ModelType* model);
src/apps/debuganalyzer/gui/HeaderView.cpp
730
SetModel(model);
src/apps/debuganalyzer/gui/HeaderView.cpp
738
SetModel(NULL);
src/apps/debuganalyzer/gui/HeaderView.h
179
status_t SetModel(HeaderModel* model);
src/apps/debuganalyzer/gui/main_window/GeneralPage.h
20
void SetModel(Model* model);
src/apps/debuganalyzer/gui/main_window/MainWindow.cpp
206
fGeneralPage->SetModel(fModel);
src/apps/debuganalyzer/gui/main_window/MainWindow.cpp
207
fTeamsPage->SetModel(fModel);
src/apps/debuganalyzer/gui/main_window/MainWindow.cpp
208
fThreadsPage->SetModel(fModel);
src/apps/debuganalyzer/gui/main_window/MainWindow.cpp
209
fSchedulingPage->SetModel(fModel);
src/apps/debuganalyzer/gui/main_window/MainWindow.cpp
210
fWaitObjectsPage->SetModel(fModel);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1809
fViewPort->SetModel(fModel);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1810
fThreadsView->SetModel(fModel);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1811
fSchedulingView->SetModel(fModel);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
675
LineBaseView::SetModel(model);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
676
fSchedulingData.SetModel(model);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.h
25
void SetModel(Model* model);
src/apps/debuganalyzer/gui/main_window/TeamsPage.h
20
void SetModel(Model* model);
src/apps/debuganalyzer/gui/main_window/ThreadsPage.h
20
void SetModel(Model* model);
src/apps/debuganalyzer/gui/table/AbstractTable.h
80
virtual void SetModel(AbstractTableModelBase* model) = 0;
src/apps/debuganalyzer/gui/table/Table.cpp
265
virtual void SetModel(AbstractTableModelBase* model);
src/apps/debuganalyzer/gui/table/Table.cpp
422
column->SetModel(NULL);
src/apps/debuganalyzer/gui/table/Table.cpp
433
column->SetModel(fModel);
src/apps/debuganalyzer/gui/table/TreeTable.cpp
307
virtual void SetModel(AbstractTableModelBase* model);
src/apps/debuganalyzer/gui/table/TreeTable.cpp
724
column->SetModel(NULL);
src/apps/debuganalyzer/gui/table/TreeTable.cpp
745
column->SetModel(fModel);
src/apps/debuganalyzer/gui/thread_window/ActivityPage.h
23
void SetModel(ThreadModel* model);
src/apps/debuganalyzer/gui/thread_window/GeneralPage.h
20
void SetModel(Model* model, Model::Thread* thread);
src/apps/debuganalyzer/gui/thread_window/ThreadWindow.cpp
151
fWaitObjectsPage->SetModel(fThreadModel);
src/apps/debuganalyzer/gui/thread_window/ThreadWindow.cpp
152
fActivityPage->SetModel(fThreadModel);
src/apps/debuganalyzer/gui/thread_window/ThreadWindow.cpp
63
fGeneralPage->SetModel(fModel, fThread);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1171
fContainerListener->SetModel(NULL);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1177
fContainerListener->SetModel(this);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
196
void SetModel(VariableTableModel* model);
src/apps/switcher/GroupListView.cpp
78
SetModel(model);
src/apps/switcher/GroupListView.h
49
virtual void SetModel(GroupListModel* model);