Searched refs:Selection (Results 1 - 25 of 34) sorted by path

12

/haiku/headers/os/package/solver/
H A DSolverProblemSolution.h54 const BString& Selection() const;
/haiku/headers/private/shared/
H A DCalendarView.h106 struct Selection { struct in class:BPrivate::BCalendarView
107 Selection() function in struct:BPrivate::BCalendarView::Selection
122 Selection& operator=(const Selection& s)
129 bool operator==(const Selection& s) const
135 bool operator!=(const Selection& s) const
147 const Selection& selection, int32* year,
177 BRect _RectOfDay(const Selection& selection) const;
185 Selection fFocusedDay;
186 Selection fNewFocusedDa
[all...]
/haiku/src/apps/haikudepot/textview/
H A DTextEditor.h53 inline TextSelection Selection() const function in class:TextEditor
/haiku/src/apps/icon-o-matic/document/
H A DDocument.h27 class Selection;
38 inline ::Selection* Selection() const function in class:Document
63 ::Selection* fSelection;
H A DDocument.cpp15 #include "Selection.h"
32 fSelection(new (nothrow) ::Selection()),
/haiku/src/apps/icon-o-matic/generic/selection/
H A DSelectable.cpp13 #include "Selection.h"
42 debugger("Selectable needs to know Selection\n");
48 Selectable::SetSelection(Selection* selection)
59 // NOTE: for private use by the Selection object!
H A DSelectable.h14 class Selection;
26 // this works only if the Selection is known
29 void SetSelection(Selection* selection);
32 friend class Selection;
36 Selection* fSelection;
H A DSelection.cpp9 #include "Selection.h"
18 Selection::Selection() function in class:Selection
24 Selection::~Selection()
30 Selection::Select(Selectable* object, bool extend)
43 debugger("Selection::Select() - "
53 fprintf(stderr, "Selection::Select() - out of memory\n");
59 debugger("Selection::Select() - "
72 Selection
[all...]
H A DSelection.h18 class Selection : public Observable { class in inherits:Observable
20 Selection();
21 virtual ~Selection();
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.h17 class Selection;
38 void SetSelection(Selection* selection);
46 Selection* fSelection;
H A DIconObjectListView.cpp24 #include "Selection.h"
162 IconObjectListView::SetSelection(Selection* selection)
H A DPathListView.h29 class Selection;
H A DShapeListView.h22 class Selection;
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h81 // PathSelection* Selection() const;
166 class Selection;
167 Selection* fSelection;
168 Selection* fOldSelection;
/haiku/src/apps/magnify/
H A DMagnify.h79 short Selection();
/haiku/src/kits/package/solver/
H A DSolverProblemSolution.cpp92 BSolverProblemSolutionElement::Selection() const function in class:BPackageKit::BSolverProblemSolutionElement
/haiku/src/kits/shared/
H A DCalendarView.cpp804 BCalendarView::_GetYearMonthForSelection(const Selection& selection,
1340 BCalendarView::_RectOfDay(const Selection& selection) const
/haiku/src/preferences/notifications/
H A DPrefletView.cpp64 if (index == Selection())
/haiku/headers/os/interface/
H A DTabView.h133 int32 Selection() const;
/haiku/src/apps/codycam/
H A DCodyCam.cpp909 tabNum = tabView->Selection();
/haiku/src/apps/diskusage/
H A DControlsView.cpp269 ViewForTab(Selection())->MessageReceived(message);
401 fVolumeTabView->Selection()))->ShowInfo(info);
409 fVolumeTabView->Selection()))->EnableRescan();
417 fVolumeTabView->Selection()))->EnableCancel();
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp1120 && fListTabs->Selection() == TAB_PROMINENT_PACKAGES) {
1673 fListTabs->Selection());
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp1015 // fCanvasView->SetSelection(fDocument->Selection());
1019 fPathListView->SetSelection(fDocument->Selection());
1023 fStyleListView->SetSelection(fDocument->Selection());
1031 fShapeListView->SetSelection(fDocument->Selection());
1035 fTransformerListView->SetSelection(fDocument->Selection());
1038 fPropertyListView->SetSelection(fDocument->Selection());
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp30 #include "Selection.h"
349 // try to sync to Selection
568 DragSortableListView::SetSelection(Selection* selection)
618 // modify global Selection
H A DListViews.h28 class Selection;
70 // Observer interface (watching Selection)
97 void SetSelection(Selection* selection);
131 Selection* fSelection;

Completed in 159 milliseconds

12