Home
last modified time | relevance | path

Searched refs:Selection (Results 1 – 25 of 162) sorted by relevance

1234567

/haiku/src/apps/icon-o-matic/generic/selection/
H A DSelection.cpp18 Selection::Selection() in Selection() function in Selection
24 Selection::~Selection() in ~Selection()
30 Selection::Select(Selectable* object, bool extend) in Select()
72 Selection::Deselect(Selectable* object) in Deselect()
86 Selection::DeselectAll() in DeselectAll()
95 Selection::SelectableAt(int32 index) const in SelectableAt()
102 Selection::SelectableAtFast(int32 index) const in SelectableAtFast()
109 Selection::CountSelected() const in CountSelected()
118 Selection::_DeselectAllExcept(Selectable* except) in _DeselectAllExcept()
H A DSelectable.h14 class Selection; variable
29 void SetSelection(Selection* selection);
32 friend class Selection;
36 Selection* fSelection;
H A DSelection.h18 class Selection : public Observable {
20 Selection();
21 virtual ~Selection();
H A DSelectable.cpp48 Selectable::SetSelection(Selection* selection) in SetSelection()
/haiku/headers/private/shared/
H A DCalendarView.h106 struct Selection { struct
107 Selection() in Selection() argument
122 Selection& operator=(const Selection& s) argument
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 fNewFocusedDay;
189 Selection fSelectedDay;
[all …]
/haiku/src/apps/icon-o-matic/document/
H A DDocument.h27 class Selection; variable
38 inline ::Selection* Selection() const in Selection() function
63 ::Selection* fSelection;
H A DDocument.cpp32 fSelection(new (nothrow) ::Selection()), in Document()
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.h17 class Selection; variable
38 void SetSelection(Selection* selection);
46 Selection* fSelection;
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h166 class Selection; variable
167 Selection* fSelection;
168 Selection* fOldSelection;
H A DPathManipulator.cpp139 class PathManipulator::Selection : protected std::vector<int32> class in PathManipulator
142 inline Selection(int32 count = 20) in Selection() function in PathManipulator::Selection
144 inline ~Selection() {} in ~Selection()
180 inline Selection& operator =(const Selection& other) in operator =()
186 inline bool operator ==(const Selection& other) in operator ==()
189 inline bool operator !=(const Selection& other) in operator !=()
220 fSelection(new Selection()), in PathManipulator()
221 fOldSelection(new Selection()), in PathManipulator()
1105 Selection temp; in PathReversed()
1145 Selection temp; in ReversePath()
[all …]
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.h28 class Selection; variable
97 void SetSelection(Selection* selection);
131 Selection* fSelection;
/haiku/src/apps/diskusage/
H A DControlsView.cpp269 ViewForTab(Selection())->MessageReceived(message); in MessageReceived()
401 fVolumeTabView->Selection()))->ShowInfo(info); in ShowInfo()
409 fVolumeTabView->Selection()))->EnableRescan(); in EnableRescan()
417 fVolumeTabView->Selection()))->EnableCancel(); in 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
/haiku/src/kits/interface/
H A DTabView.cpp329 int32 selected = fTabView->Selection(); in DrawTab()
683 int32 selection = Selection(); in MessageReceived()
687 Select(Selection() + 1); in MessageReceived()
749 int32 selection = Selection(); in MouseDown()
754 Select(Selection() - 1); in MouseDown()
758 Select(Selection() + 1); in MouseDown()
763 && i != Selection()) { in MouseDown()
798 if (index == Selection()) in Select()
802 index = Selection(); in Select()
804 BTab* tab = TabAt(Selection()); in Select()
[all …]
/haiku/src/preferences/notifications/
H A DPrefletView.cpp64 if (index == Selection()) in Select()
/haiku/data/catalogs/preferences/appearance/
H A Dbe.catkeys40 Size: Font Selection view Памер:
57 The quick brown fox jumps over the lazy dog. Font Selection view Don't translate this literally ! U…
H A Dru.catkeys43 Size: Font Selection view Размер:
65 The quick brown fox jumps over the lazy dog. Font Selection view Don't translate this literally ! U…
H A Del.catkeys43 Size: Font Selection view Μέγεθος:
64 The quick brown fox jumps over the lazy dog. Font Selection view Don't translate this literally ! U…
H A Duk.catkeys43 Size: Font Selection view Розмір:
65 The quick brown fox jumps over the lazy dog. Font Selection view Don't translate this literally ! U…
H A Dko.catkeys43 Size: Font Selection view 크기:
65 The quick brown fox jumps over the lazy dog. Font Selection view Don't translate this literally ! U…
H A Dja.catkeys43 Size: Font Selection view サイズ:
65 The quick brown fox jumps over the lazy dog. Font Selection view Don't translate this literally ! U…
H A Dth.catkeys43 Size: Font Selection view ขนาด:
64 The quick brown fox jumps over the lazy dog. Font Selection view Don't translate this literally ! U…
H A Dzh_Hans.catkeys43 Size: Font Selection view 大小:
65 The quick brown fox jumps over the lazy dog. Font Selection view Don't translate this literally ! U…
/haiku/headers/os/package/solver/
H A DSolverProblemSolution.h54 const BString& Selection() const;
/haiku/data/catalogs/apps/webpositive/
H A Dbe.catkeys28 Size: Font Selection view Памер:
75 Style: Font Selection view Стыль:
122 The quick brown fox jumps over the lazy dog. Font Selection view Don't translate this literally ! U…

1234567