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

12

/haiku-fatelf/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"
20 Selection::Selection() function in class:Selection
26 Selection::~Selection()
32 Selection::Select(Selectable* object, bool extend)
45 debugger("Selection::Select() - "
55 fprintf(stderr, "Selection::Select() - out of memory\n");
61 debugger("Selection::Select() - "
74 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-fatelf/src/apps/icon-o-matic/gui/
H A DIconObjectListView.h17 class Selection;
38 void SetSelection(Selection* selection);
46 Selection* fSelection;
H A DTransformerListView.h19 class Selection;
H A DPathListView.h27 class Selection;
H A DShapeListView.h22 class Selection;
H A DStyleListView.h17 class Selection;
H A DIconObjectListView.cpp24 #include "Selection.h"
156 IconObjectListView::SetSelection(Selection* selection)
/haiku-fatelf/src/apps/icon-o-matic/shape/commands/
H A DAddShapesCommand.h16 class Selection;
33 Selection* selection);
50 Selection* fSelection;
H A DAddShapesCommand.cpp18 #include "Selection.h"
34 Selection* selection)
/haiku-fatelf/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.cpp16 #include "Selection.h"
35 fSelection(new (nothrow) ::Selection()),
/haiku-fatelf/headers/private/shared/
H A DCalendarView.h98 struct Selection { struct in class:BPrivate::BCalendarView
99 Selection() function in struct:BPrivate::BCalendarView::Selection
114 Selection& operator=(const Selection& s)
121 bool operator==(const Selection& s) const
127 bool operator!=(const Selection& s) const
138 const Selection& selection, int32* year,
162 BRect _RectOfDay(const Selection& selection) const;
169 Selection fFocusedDay;
170 Selection fNewFocusedDa
[all...]
/haiku-fatelf/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.cpp128 class PathManipulator::Selection : protected BList class in class:PathManipulator
131 inline Selection(int32 count = 20) function in class:PathManipulator::Selection
133 inline ~Selection() {}
171 inline Selection& operator =(const Selection& other)
182 inline bool operator ==(const Selection& other)
198 inline bool operator !=(const Selection& other)
229 fSelection(new Selection()),
230 fOldSelection(new Selection()),
1118 Selection tem
[all...]
/haiku-fatelf/src/apps/diskusage/
H A DControlsView.cpp249 ViewForTab(Selection())->MessageReceived(message);
381 fVolumeTabView->Selection()))->ShowInfo(info);
389 fVolumeTabView->Selection()))->EnableRescan();
397 fVolumeTabView->Selection()))->EnableCancel();
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DListViews.h38 class Selection;
103 // Observer interface (watching Selection)
133 void SetSelection(Selection* selection);
169 Selection* fSelection;
/haiku-fatelf/src/kits/tracker/
H A DPoseViewScripting.cpp80 doo Tracker count Selection of Poses of Window test
81 doo Tracker get Selection of Poses of Window test
85 doo Tracker set Selection of Poses of Window test to [0,2]
86 doo Tracker set Selection of Poses of Window test to 'test/KT55'
87 doo Tracker create Selection of Poses of Window test to 'test/EL34'
88 doo Tracker delete Selection 'test/EL34' of Poses of Window test
151 "get Selection [next|previous] # returns the selected entries",
160 "set Selection of ... to {next|previous|entry} # selects specified "
170 "count Selection of ... # counts selected items",
/haiku-fatelf/src/servers/bluetooth/
H A DOutput.cpp126 _OutputViewForTab(fTabView->Selection())->Clear();
/haiku-fatelf/src/apps/pulse/
H A DPrefsWindow.cpp122 BTab *tab = fTabView->TabAt(fTabView->Selection());
/haiku-fatelf/src/kits/interface/
H A DTabView.cpp37 "Selection",
614 if (strcmp(property, "Selection") == 0) {
651 int32 selection = Selection();
655 Select(Selection() + 1);
715 && i != Selection()) {
750 index = Selection();
752 BTab *tab = TabAt(Selection());
787 BTabView::Selection() const function in class:BTabView
808 SetFocusTab(Selection(), focused);
/haiku-fatelf/src/apps/icon-o-matic/
H A DMainWindow.cpp414 fDocument->Selection());
917 // fCanvasView->SetSelection(fDocument->Selection());
921 fPathListView->SetSelection(fDocument->Selection());
925 fStyleListView->SetSelection(fDocument->Selection());
933 fShapeListView->SetSelection(fDocument->Selection());
937 fTransformerListView->SetSelection(fDocument->Selection());
940 fPropertyListView->SetSelection(fDocument->Selection());
/haiku-fatelf/headers/os/interface/
H A DTabView.h116 int32 Selection() const;

Completed in 272 milliseconds

12