Home
last modified time | relevance | path

Searched refs:orientation (Results 1 – 25 of 166) sorted by relevance

1234567

/haiku/headers/os/interface/
H A DSeparatorView.h16 BSeparatorView(orientation orientation,
20 orientation orientation = B_HORIZONTAL,
27 orientation orientation = B_HORIZONTAL,
33 orientation orientation = B_HORIZONTAL,
39 orientation orientation = B_HORIZONTAL,
60 void SetOrientation(orientation orientation);
87 orientation orientation,
97 orientation fOrientation;
H A DControlLook.h138 orientation orientation = B_HORIZONTAL) = 0;
145 orientation orientation = B_HORIZONTAL) = 0;
155 orientation orientation = B_HORIZONTAL) = 0;
238 orientation orientation) = 0;
242 orientation orientation) = 0;
267 orientation orientation) = 0;
271 uint32 flags, orientation orientation) = 0;
276 orientation orientation) = 0;
281 orientation orientation) = 0;
286 orientation orientation) = 0;
[all …]
H A DGroupLayout.h12 BGroupLayout(orientation orientation,
20 orientation Orientation() const;
21 void SetOrientation(orientation orientation);
54 virtual void PrepareItems(orientation orientation);
59 orientation orientation,
87 orientation fOrientation;
H A DSplitView.h16 orientation orientation = B_HORIZONTAL,
31 orientation Orientation() const;
32 void SetOrientation(orientation orientation);
89 orientation orientation,
112 orientation orientation,
H A DGroupView.h16 orientation orientation = B_HORIZONTAL,
19 orientation orientation = B_HORIZONTAL,
H A DGroupLayoutBuilder.h15 orientation orientation = B_HORIZONTAL,
31 BGroupLayoutBuilder& AddGroup(orientation orientation,
H A DTwoDimensionalLayout.h28 orientation orientation);
75 virtual void PrepareItems(orientation orientation);
82 orientation orientation,
H A DChannelSlider.h21 orientation orientation,
27 orientation orientation,
67 virtual orientation Orientation() const;
68 void SetOrientation(orientation orientation);
H A DScrollBar.h20 orientation direction);
23 orientation orientation);
67 void SetOrientation(orientation direction);
68 orientation Orientation() const;
127 orientation fOrientation;
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.h58 orientation orientation = B_HORIZONTAL);
63 orientation orientation = B_HORIZONTAL);
69 orientation orientation = B_HORIZONTAL);
84 orientation orientation);
88 int32 direction, orientation orientation,
94 orientation orientation);
98 orientation orientation);
102 orientation orientation,
188 orientation orientation);
192 uint32 flags, orientation orientation);
[all …]
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.h86 orientation orientation);
90 int32 direction, orientation orientation,
96 orientation orientation);
100 orientation orientation);
104 orientation orientation,
124 orientation orientation);
128 uint32 flags, orientation orientation);
133 orientation orientation);
148 orientation orientation = B_HORIZONTAL);
155 orientation orientation = B_HORIZONTAL);
[all …]
H A DFlatControlLook.cpp88 uint32 borders, orientation orientation) in DrawButtonBackground() argument
91 flags, borders, orientation); in DrawButtonBackground()
98 uint32 borders, orientation orientation) in DrawButtonBackground() argument
101 flags, borders, orientation); in DrawButtonBackground()
109 uint32 flags, uint32 borders, orientation orientation) in DrawButtonBackground() argument
112 flags, borders, orientation); in DrawButtonBackground()
309 orientation orientation) in DrawScrollBarBorder() argument
337 if (orientation == B_HORIZONTAL) { in DrawScrollBarBorder()
345 if (orientation == B_HORIZONTAL) { in DrawScrollBarBorder()
364 int32 direction, orientation orientation, bool down) in DrawScrollBarButton() argument
[all …]
/haiku/headers/private/interface/
H A DHaikuControlLook.h62 orientation orientation = B_HORIZONTAL);
69 orientation orientation = B_HORIZONTAL);
79 orientation orientation = B_HORIZONTAL);
161 orientation orientation);
165 int32 direction, orientation orientation,
171 orientation orientation);
175 orientation orientation);
179 orientation orientation,
205 orientation orientation);
209 uint32 flags, orientation orientation);
[all …]
/haiku/src/kits/interface/
H A DSeparatorView.cpp27 BSeparatorView::BSeparatorView(orientation orientation, border_style border) in BSeparatorView() argument
31 _Init(NULL, NULL, orientation, BAlignment(B_ALIGN_HORIZONTAL_CENTER, in BSeparatorView()
37 orientation orientation, border_style border, const BAlignment& alignment) in BSeparatorView() argument
41 _Init(label, NULL, orientation, alignment, border); in BSeparatorView()
46 orientation orientation, border_style border, const BAlignment& alignment) in BSeparatorView() argument
50 _Init(NULL, labelView, orientation, alignment, border); in BSeparatorView()
55 orientation orientation, border_style border, const BAlignment& alignment) in BSeparatorView() argument
59 _Init(label, NULL, orientation, alignment, border); in BSeparatorView()
64 orientation orientation, border_style border, const BAlignment& alignment) in BSeparatorView() argument
68 _Init(NULL, labelView, orientation, alignment, border); in BSeparatorView()
[all …]
H A DGroupView.cpp12 BGroupView::BGroupView(orientation orientation, float spacing) in BGroupView() argument
14 BView(NULL, 0, new BGroupLayout(orientation, spacing)) in BGroupView()
20 BGroupView::BGroupView(const char* name, orientation orientation, in BGroupView() argument
23 BView(name, 0, new BGroupLayout(orientation, spacing)) in BGroupView()
H A DControlLook.cpp124 BControlLook::GetScrollBarWidth(orientation orientation) in GetScrollBarWidth() argument
155 int32 direction, orientation orientation, bool down) in B_IF_GCC_2()
158 direction, orientation, down); in B_IF_GCC_2()
167 int32 direction, orientation orientation, uint32 knobStyle) in B_IF_GCC_2()
170 orientation, knobStyle); in B_IF_GCC_2()
179 orientation orientation) in B_IF_GCC_2()
182 orientation); in B_IF_GCC_2()
189 BControlLook* controlLook, orientation orientation) in B_IF_GCC_2()
191 return controlLook->GetScrollBarWidth(orientation); in B_IF_GCC_2()
H A DGroupLayout.cpp37 BGroupLayout::BGroupLayout(orientation orientation, float spacing) in BGroupLayout() argument
40 fOrientation(orientation) in BGroupLayout()
81 orientation
89 BGroupLayout::SetOrientation(orientation orientation) in SetOrientation() argument
91 if (orientation != fOrientation) { in SetOrientation()
92 fOrientation = orientation; in SetOrientation()
266 BGroupLayout::PrepareItems(orientation orientation) in PrepareItems() argument
294 BGroupLayout::GetColumnRowConstraints(orientation orientation, int32 index, in GetColumnRowConstraints() argument
H A DSplitView.cpp18 BSplitView::BSplitView(orientation orientation, float spacing) in BSplitView() argument
22 fSplitLayout = new BSplitLayout(orientation, spacing)) in BSplitView()
92 orientation
100 BSplitView::SetOrientation(orientation orientation) in SetOrientation() argument
102 fSplitLayout->SetOrientation(orientation); in SetOrientation()
368 orientation orientation, bool pressed) in DrawSplitter() argument
370 _DrawDefaultSplitter(this, frame, updateRect, orientation, pressed); in DrawSplitter()
376 const BRect& updateRect, orientation orientation, bool pressed) in _DrawDefaultSplitter() argument
380 orientation, flags, 0); in _DrawDefaultSplitter()
H A DGroupLayoutBuilder.cpp17 BGroupLayoutBuilder::BGroupLayoutBuilder(orientation orientation, in BGroupLayoutBuilder() argument
19 : fRootLayout((new BGroupView(orientation, spacing))->GroupLayout()) in BGroupLayoutBuilder()
121 BGroupLayoutBuilder::AddGroup(orientation orientation, float spacing, in AddGroup() argument
125 BGroupView* group = new(nothrow) BGroupView(orientation, spacing); in AddGroup()
/haiku/docs/user/interface/
H A DSeparatorView.dox34 \fn BSeparatorView::BSeparatorView(orientation orientation, border_style border=B_PLAIN_BORDER)
37 \param orientation Undocumented
48 …\fn BSeparatorView::BSeparatorView(const char *name, const char *label, orientation orientation=B_…
53 \param orientation Undocumented
65 …\fn BSeparatorView::BSeparatorView(const char *name, BView *labelView, orientation orientation=B_H…
70 \param orientation Undocumented
82 …\fn BSeparatorView::BSeparatorView(const char *label=NULL, orientation orientation=B_HORIZONTAL, b…
86 \param orientation Undocumented
98 …\fn BSeparatorView::BSeparatorView(BView *labelView, orientation orientation=B_HORIZONTAL, border_…
102 \param orientation Undocumented
[all …]
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.h26 orientation orient = B_VERTICAL,
31 orientation orient = B_VERTICAL,
69 float fixedValue, orientation orient,
77 float fixedValue, orientation orient) const;
82 orientation fOrientation;
H A DColorSlider.h24 orientation dir = B_VERTICAL,
29 orientation dir = B_VERTICAL,
67 orientation dir, border_style border);
75 orientation orient) const;
96 orientation fOrientation;
/haiku/src/add-ons/print/drivers/preview/
H A DPageSetupWindow.cpp86 int32 orientation; member
87 } orientation[] = variable
170 for (int32 i = 0; orientation[i].label != NULL; i++) { in PageSetupWindow()
172 message->AddInt32("orientation", orientation[i].orientation); in PageSetupWindow()
173 BMenuItem* item = new BMenuItem(orientation[i].label, message); in PageSetupWindow()
176 if (fCurrentOrientation == orientation[i].orientation) in PageSetupWindow()
315 int32 orientation; in MessageReceived() local
316 msg->FindInt32("orientation", &orientation); in MessageReceived()
318 if (fCurrentOrientation != orientation) { in MessageReceived()
319 fCurrentOrientation = orientation; in MessageReceived()
/haiku/headers/libs/alm/
H A DALMGroup.h36 enum orientation Orientation() const;
49 enum orientation orien = B_HORIZONTAL);
51 enum orientation orien);
63 enum orientation fOrientation;
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DScrollBarTest.cpp24 OrientationRadioButton(const char* label, enum orientation orientation) in OrientationRadioButton() argument
26 fOrientation(orientation) in OrientationRadioButton()
30 enum orientation fOrientation;

1234567