Searched refs:fSelection (Results 1 - 25 of 25) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/selection/
H A DSelectable.cpp18 fSelection(NULL)
36 if (fSelection) {
38 fSelection->Select(this, !exclusive);
40 fSelection->Deselect(this);
50 fSelection = selection;
H A DSelectable.h36 Selection* fSelection; member in class:Selectable
/haiku/src/apps/haikudepot/textview/
H A DTextEditor.cpp16 fSelection(),
28 fSelection(other.fSelection),
49 fSelection = other.fSelection;
65 && fSelection == other.fSelection
173 std::min(fSelection.Caret(), fSelection.Anchor()),
176 _SetCaretOffset(fSelection
[all...]
H A DTextEditor.h54 { return fSelection; }
77 { return fSelection.Caret(); }
94 TextSelection fSelection; member in class:TextEditor
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.cpp38 fSelection(NULL),
147 if (object == fSelection) {
148 Selectable* selected = fSelection->SelectableAt(0);
164 if (fSelection == selection)
167 if (fSelection)
168 fSelection->RemoveObserver(this);
170 fSelection = selection;
172 if (fSelection)
173 fSelection->AddObserver(this);
H A DIconObjectListView.h46 Selection* fSelection; member in class:IconObjectListView
/haiku/src/apps/icon-o-matic/document/
H A DDocument.h39 { return fSelection; }
63 ::Selection* fSelection; member in class:Document
H A DDocument.cpp32 fSelection(new (nothrow) ::Selection()),
45 delete fSelection;
104 fSelection->DeselectAll();
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp220 fSelection(new Selection()),
240 delete fSelection;
329 bool selected = fSelection->Contains(i);
419 fSelection->CountItems() > 1 &&
420 fSelection->Contains(fCurrentPathPoint)) {
448 fSelection->Items(),
449 fSelection->CountItems());
495 fSelection->Items(),
496 fSelection->CountItems()));
519 fSelection
[all...]
H A DPathManipulator.h167 Selection* fSelection; member in class:PathManipulator
/haiku/src/kits/package/solver/
H A DSolverProblemSolution.cpp60 fSelection(selection)
94 return fSelection;
112 .ReplaceAll("%selection%", fSelection)
/haiku/src/apps/cortex/DiagramView/
H A DDiagramItemGroup.cpp57 fSelection(0),
64 fSelection = new BList(1);
94 if (fSelection)
95 delete fSelection;
265 fSelection->RemoveItem(static_cast<void *>(item));
433 if (fSelection)
434 return fSelection->CountItems();
448 if (fSelection)
449 return static_cast<DiagramItem *>(fSelection->ItemAt(index));
488 fSelection
[all...]
H A DDiagramItemGroup.h140 BList* fSelection; member in class:DiagramItemGroup
/haiku/headers/os/package/solver/
H A DSolverProblemSolution.h62 BString fSelection; member in class:BPackageKit::BSolverProblemSolutionElement
/haiku/src/apps/terminal/
H A DTermView.cpp311 fSelection.SetHighlighter(this);
312 fSelection.SetRange(TermPos(0, 0), TermPos(0, 0));
374 fHighlights.AddItem(&fSelection);
900 fTextBuffer->GetStringFromRegion(copyStr, fSelection.Start(),
901 fSelection.End());
2426 if (highlight == &fSelection) {
2432 if (highlight == &fSelection)
2446 if (!fSelection.IsEmpty()) {
2450 int32 selectionBottom = fSelection.End().x > 0
2451 ? fSelection
[all...]
H A DTermView.h341 Highlight fSelection; member in class:TermView
H A DTermViewStates.cpp509 if (fView->fSelection.RangeContains(inPos)) {
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp126 fSelection(NULL),
343 if (object != fSelection || fModifyingSelection || fSyncingToSelection)
352 int32 count = fSelection->CountSelected();
354 int32 index = IndexOfSelectable(fSelection->SelectableAtFast(i));
570 if (fSelection == selection)
573 if (fSelection)
574 fSelection->RemoveObserver(this);
576 fSelection = selection;
578 if (fSelection)
579 fSelection
[all...]
H A DListViews.h131 Selection* fSelection; member in class:DragSortableListView
/haiku/headers/private/print/
H A DJobSetupPanel.h95 BRadioButton* fSelection; member in class:BPrivate::Print::BJobSetupPanel
/haiku/src/kits/print/
H A DJobSetupPanel.cpp145 fSelection->SetValue(B_CONTROL_ON);
218 fSelection->SetEnabled(value);
302 fSelection = new BRadioButton("Print selection", new BMessage('prrg'));
312 .Add(fSelection)
/haiku/src/kits/interface/
H A DTabView.cpp452 if (archive->FindInt32("_sel", &fSelection) != B_OK)
453 fSelection = -1;
519 result = archive->AddInt32("_sel", fSelection);
570 Select(fSelection);
599 if (fSelection < 0 && CountTabs() > 0)
646 reply.AddInt32("result", fSelection);
815 fSelection = index;
842 return fSelection;
907 DrawBox(TabFrame(fSelection));
945 i == fSelection
[all...]
/haiku/src/apps/magnify/
H A DMagnify.cpp1272 fSelection(-1),
1355 fSelection++;
1358 if (fSelection > 2)
1359 fSelection = 0;
1361 if (fSelection > 1)
1362 fSelection = 0;
1486 fSelection = 0;
1501 if (fSelection == 0) {
1507 } else if (fSelection == 1) {
1513 } else if (fSelection
[all...]
H A DMagnify.h130 short fSelection; member in class:TMagnify
/haiku/headers/os/interface/
H A DTabView.h217 int32 fSelection; member in class:BTabView

Completed in 166 milliseconds