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

12

/haiku/src/apps/icon-o-matic/generic/selection/
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();
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!
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.h17 class Selection;
38 void SetSelection(Selection* selection);
46 Selection* fSelection;
H A DTransformerListView.h22 class Selection;
H A DPathListView.h29 class Selection;
H A DShapeListView.h22 class Selection;
H A DStyleListView.h21 class Selection;
H A DIconObjectListView.cpp24 #include "Selection.h"
162 IconObjectListView::SetSelection(Selection* selection)
/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/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/icon-o-matic/shape/
H A DPathManipulator.h81 // PathSelection* Selection() const;
166 class Selection;
167 Selection* fSelection;
168 Selection* fOldSelection;
H A DPathManipulator.cpp139 class PathManipulator::Selection : protected std::vector<int32> class in class:PathManipulator
142 inline Selection(int32 count = 20) function in class:PathManipulator::Selection
144 inline ~Selection() {}
180 inline Selection& operator =(const Selection& other)
186 inline bool operator ==(const Selection& other)
189 inline bool operator !=(const Selection& other)
220 fSelection(new Selection()),
221 fOldSelection(new Selection()),
1105 Selection tem
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.h28 class Selection;
70 // Observer interface (watching Selection)
97 void SetSelection(Selection* selection);
131 Selection* fSelection;
/haiku/headers/os/package/solver/
H A DSolverProblemSolution.h54 const BString& Selection() const;
/haiku/src/preferences/notifications/
H A DPrefletView.cpp64 if (index == Selection())
/haiku/src/apps/haikudepot/textview/
H A DTextEditor.h53 inline TextSelection Selection() const function in class:TextEditor
/haiku/src/kits/package/solver/
H A DSolverProblemSolution.cpp92 BSolverProblemSolutionElement::Selection() const function in class:BPackageKit::BSolverProblemSolutionElement
/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/kits/tracker/
H A DPoseViewScripting.cpp72 doo Tracker count Selection of Poses of Window test
73 doo Tracker get Selection of Poses of Window test
77 doo Tracker set Selection of Poses of Window test to [0,2]
78 doo Tracker set Selection of Poses of Window test to 'test/KT55'
79 doo Tracker create Selection of Poses of Window test to 'test/EL34'
80 doo Tracker delete Selection 'test/EL34' of Poses of Window test
141 "get Selection [next|previous] # returns the selected entries",
150 "set Selection of ... to {next|previous|entry} # selects specified "
160 "count Selection of ... # counts selected items",
/haiku/src/kits/interface/
H A DTabView.cpp39 "Selection",
329 int32 selected = fTabView->Selection();
644 if (strcmp(property, "Selection") == 0) {
683 int32 selection = Selection();
687 Select(Selection() + 1);
749 int32 selection = Selection();
754 Select(Selection() - 1);
758 Select(Selection() + 1);
763 && i != Selection()) {
798 if (index == Selection())
840 BTabView::Selection() const function in class:BTabView
[all...]
/haiku/src/apps/pulse/
H A DPrefsWindow.cpp122 BTab *tab = fTabView->TabAt(fTabView->Selection());
/haiku/src/apps/magnify/
H A DMagnify.h79 short Selection();

Completed in 89 milliseconds

12