Symbol: fSelectionModel
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1767
&fSelectionModel),
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1769
&fSelectionModel),
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1797
fSelectionModel.Clear();
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
345
fSelectionModel(selectionModel),
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
352
fSelectionModel->AddListener(this);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
357
fSelectionModel->RemoveListener(this);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
367
int32 selectedCount = fSelectionModel->CountSelectedItems();
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
374
if (!fSelectionModel->IsItemSelected(i)) {
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
380
fSelectionModel->Clear();
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
389
int32 selectedCount = fSelectionModel->CountSelectedItems();
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
399
fSelectionModel->SelectedItemAt(i));
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
404
fSelectionModel->Clear();
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
418
fSelectionModel->Clear();
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
420
*fSelectionModel = tempModel;
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
450
int32 selectedLines = fSelectionModel->CountSelectedItems();
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
452
int32 firstLine = fSelectionModel->SelectedItemAt(0);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
453
int32 lastLine = fSelectionModel->SelectedItemAt(
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
457
fSelectionModel->SelectItems(firstLine,
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
460
fSelectionModel->SelectItem(line, true);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
462
if (fSelectionModel->IsItemSelected(line)) {
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
464
fSelectionModel->DeselectItem(line);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
466
fSelectionModel->SelectItem(line,
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
471
fSelectionModel->Clear();
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
479
int32 selectedCount = fSelectionModel->CountSelectedItems();
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
536
ListSelectionModel* fSelectionModel;
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
570
if (fSelectionModel->IsItemSelected(i)) {
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
931
if (fSelectionModel->IsItemSelected(i)) {
src/apps/debuganalyzer/gui/main_window/SchedulingPage.h
53
ListSelectionModel fSelectionModel;
src/apps/debuganalyzer/gui/table/Table.cpp
384
fSelectionModel(this),
src/apps/debuganalyzer/gui/table/Table.cpp
396
fSelectionModel(this),
src/apps/debuganalyzer/gui/table/Table.cpp
449
return &fSelectionModel;
src/apps/debuganalyzer/gui/table/Table.cpp
543
fSelectionModel._SelectionChanged();
src/apps/debuganalyzer/gui/table/Table.h
182
TableSelectionModel fSelectionModel;
src/apps/debuganalyzer/gui/table/TreeTable.cpp
680
fSelectionModel(this),
src/apps/debuganalyzer/gui/table/TreeTable.cpp
693
fSelectionModel(this),
src/apps/debuganalyzer/gui/table/TreeTable.cpp
768
return &fSelectionModel;
src/apps/debuganalyzer/gui/table/TreeTable.cpp
893
fSelectionModel._SelectionChanged();
src/apps/debuganalyzer/gui/table/TreeTable.h
256
TreeTableSelectionModel fSelectionModel;