/haiku/headers/os/interface/ |
H A D | SeparatorView.h | 16 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 D | ControlLook.h | 138 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 D | GroupLayout.h | 12 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 D | SplitView.h | 16 orientation orientation = B_HORIZONTAL, 31 orientation Orientation() const; 32 void SetOrientation(orientation orientation); 89 orientation orientation, 112 orientation orientation,
|
H A D | GroupView.h | 16 orientation orientation = B_HORIZONTAL, 19 orientation orientation = B_HORIZONTAL,
|
H A D | GroupLayoutBuilder.h | 15 orientation orientation = B_HORIZONTAL, 31 BGroupLayoutBuilder& AddGroup(orientation orientation,
|
H A D | TwoDimensionalLayout.h | 28 orientation orientation); 75 virtual void PrepareItems(orientation orientation); 82 orientation orientation,
|
H A D | ChannelSlider.h | 21 orientation orientation, 27 orientation orientation, 67 virtual orientation Orientation() const; 68 void SetOrientation(orientation orientation);
|
H A D | ScrollBar.h | 20 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 D | BeControlLook.h | 58 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 D | FlatControlLook.h | 86 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 D | FlatControlLook.cpp | 88 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 D | HaikuControlLook.h | 62 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 D | SeparatorView.cpp | 27 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 D | GroupView.cpp | 12 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 D | ControlLook.cpp | 124 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 D | GroupLayout.cpp | 37 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 D | SplitView.cpp | 18 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 D | GroupLayoutBuilder.cpp | 17 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 D | SeparatorView.dox | 34 \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 D | ColorField.h | 26 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 D | ColorSlider.h | 24 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 D | PageSetupWindow.cpp | 86 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 D | ALMGroup.h | 36 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 D | ScrollBarTest.cpp | 24 OrientationRadioButton(const char* label, enum orientation orientation) in OrientationRadioButton() argument 26 fOrientation(orientation) in OrientationRadioButton() 30 enum orientation fOrientation;
|