Home
last modified time | relevance | path

Searched refs:TableSelectionModel (Results 1 – 6 of 6) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.h62 class TableSelectionModel {
64 TableSelectionModel(Table* table);
65 ~TableSelectionModel();
129 TableSelectionModel* SelectionModel();
167 friend class TableSelectionModel; variable
182 TableSelectionModel fSelectionModel;
H A DTable.cpp140 TableSelectionModel::TableSelectionModel(Table* table) in TableSelectionModel() function in TableSelectionModel
149 TableSelectionModel::~TableSelectionModel() in ~TableSelectionModel()
156 TableSelectionModel::CountRows() in CountRows()
165 TableSelectionModel::RowAt(int32 index) in RowAt()
174 TableSelectionModel::_SelectionChanged() in _SelectionChanged()
185 TableSelectionModel::_Update() in _Update()
446 TableSelectionModel*
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.cpp266 TableSelectionModel* model in MessageReceived()
288 TableSelectionModel* model in MessageReceived()
350 TableSelectionModel* model = fDispositionExceptions->SelectionModel(); in TableSelectionChanged()
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageListView.cpp291 TableSelectionModel* selectionModel = table->SelectionModel(); in TableSelectionChanged()
H A DThreadListView.cpp356 TableSelectionModel* selectionModel = table->SelectionModel(); in TableSelectionChanged()
H A DBreakpointListView.cpp437 TableSelectionModel* selectionModel = table->SelectionModel(); in TableSelectionChanged()