Symbol: SelectionModel
src/apps/debuganalyzer/gui/table/Table.h
129
TableSelectionModel* SelectionModel();
src/apps/debuganalyzer/gui/table/TreeTable.h
179
TreeTableSelectionModel* SelectionModel();
src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.cpp
267
= fDispositionExceptions->SelectionModel();
src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.cpp
289
= fDispositionExceptions->SelectionModel();
src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.cpp
350
TableSelectionModel* model = fDispositionExceptions->SelectionModel();
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
437
TableSelectionModel* selectionModel = table->SelectionModel();
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
805
if (table->SelectionModel()->GetPathAt(0, path))
src/apps/debugger/user_interface/gui/team_window/ImageListView.cpp
291
TableSelectionModel* selectionModel = table->SelectionModel();
src/apps/debugger/user_interface/gui/team_window/StackTraceView.cpp
224
= fFramesTableModel->FrameAt(table->SelectionModel()->RowAt(0));
src/apps/debugger/user_interface/gui/team_window/ThreadListView.cpp
356
TableSelectionModel* selectionModel = table->SelectionModel();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1985
->SelectionModel()->NodeAt(0));
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2066
->SelectionModel()->NodeAt(0);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2112
->SelectionModel()->NodeAt(0);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2146
fVariableTable->SelectionModel()->NodeAt(0));
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3150
fVariableTable->SelectionModel()->NodeAt(0));