Searched refs:fSelectionModel (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.h53 ListSelectionModel fSelectionModel; member in class:MainWindow::SchedulingPage
H A DSchedulingPage.cpp345 fSelectionModel(selectionModel),
352 fSelectionModel->AddListener(this);
357 fSelectionModel->RemoveListener(this);
367 int32 selectedCount = fSelectionModel->CountSelectedItems();
374 if (!fSelectionModel->IsItemSelected(i)) {
380 fSelectionModel->Clear();
389 int32 selectedCount = fSelectionModel->CountSelectedItems();
399 fSelectionModel->SelectedItemAt(i));
404 fSelectionModel->Clear();
418 fSelectionModel
536 ListSelectionModel* fSelectionModel; member in class:MainWindow::SchedulingPage::LineBaseView
[all...]
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.cpp384 fSelectionModel(this),
396 fSelectionModel(this),
449 return &fSelectionModel;
543 fSelectionModel._SelectionChanged();
H A DTable.h182 TableSelectionModel fSelectionModel; member in class:Table
H A DTreeTable.h256 TreeTableSelectionModel fSelectionModel; member in class:TreeTable
H A DTreeTable.cpp680 fSelectionModel(this),
693 fSelectionModel(this),
768 return &fSelectionModel;
893 fSelectionModel._SelectionChanged();

Completed in 84 milliseconds