Searched refs:horizontal (Results 1 - 25 of 77) sorted by relevance

1234

/haiku-fatelf/headers/os/interface/
H A DAlignment.h12 alignment horizontal; member in class:BAlignment
17 inline BAlignment(alignment horizontal,
26 inline void SetHorizontal(alignment horizontal);
42 : horizontal(B_ALIGN_HORIZONTAL_UNSET),
50 : horizontal(other.horizontal),
57 BAlignment::BAlignment(alignment horizontal, vertical_alignment vertical) argument
58 : horizontal(horizontal),
67 return horizontal;
79 SetHorizontal(alignment horizontal) argument
[all...]
H A DGridView.h14 BGridView(float horizontal
18 float horizontal = B_USE_DEFAULT_SPACING,
H A DScrollView.h20 uint32 flags = 0, bool horizontal = false,
24 uint32 flags, bool horizontal,
97 void _Init(bool horizontal, bool vertical);
102 void _AlignScrollBars(bool horizontal,
105 static BRect _ComputeFrame(BRect frame, bool horizontal,
107 static BRect _ComputeFrame(BView* target, bool horizontal,
H A DGridLayoutBuilder.h12 BGridLayoutBuilder(float horizontal
H A DGridLayout.h14 BGridLayout(float horizontal
28 void SetSpacing(float horizontal, float vertical);
/haiku-fatelf/src/kits/interface/
H A DAlignment.cpp12 switch (horizontal) {
21 return (float)horizontal;
H A DLayoutUtils.cpp138 alignment.horizontal = layoutAlignment.horizontal;
152 && alignment.horizontal != B_ALIGN_USE_FULL_WIDTH) {
176 // The view has height for width, so we do the horizontal alignment
180 && alignment.horizontal != B_ALIGN_USE_FULL_WIDTH) {
185 alignment.horizontal = B_ALIGN_USE_FULL_WIDTH;
219 // enforce horizontal limits; favor left edge
H A DScrollView.cpp22 uint32 flags, bool horizontal, bool vertical, border_style border)
23 : BView(_ComputeFrame(target, horizontal, vertical, border), name,
28 _Init(horizontal, vertical);
33 bool horizontal, bool vertical, border_style border)
38 _Init(horizontal, vertical);
676 BScrollView::_Init(bool horizontal, bool vertical) argument
685 if (horizontal) {
711 if (horizontal)
721 _AlignScrollBars(horizontal, vertical, targetFrame);
777 BScrollView::_AlignScrollBars(bool horizontal, boo argument
21 BScrollView(const char *name, BView *target, uint32 resizingMode, uint32 flags, bool horizontal, bool vertical, border_style border) argument
32 BScrollView(const char* name, BView* target, uint32 flags, bool horizontal, bool vertical, border_style border) argument
825 _ComputeFrame(BRect frame, bool horizontal, bool vertical, border_style border) argument
848 _ComputeFrame(BView *target, bool horizontal, bool vertical, border_style border) argument
[all...]
H A DLayoutItem.cpp123 // The item has height for width, so we do the horizontal alignment
126 && alignment.horizontal != B_ALIGN_USE_FULL_WIDTH) {
128 * alignment.horizontal);
131 alignment.horizontal = B_ALIGN_USE_FULL_WIDTH;
H A DSplitView.cpp54 BSplitView::SetInsets(float horizontal, float vertical) argument
56 horizontal = BControlLook::ComposeSpacing(horizontal);
58 fSplitLayout->SetInsets(horizontal, vertical, horizontal, vertical);
/haiku-fatelf/src/tests/kits/interface/
H A DChannelSliderTest.cpp23 BChannelSlider *horizontal = new BChannelSlider(BRect(150, 10, 160, 20), local
24 "horizontal slider", "Horizontal", new BMessage('test'), 3);
25 AddChild(horizontal);
26 horizontal->ResizeToPreferred();
28 horizontal = new BChannelSlider(BRect(150, 10, 160, 20),
29 "horizontal slider", "Horizontalp", new BMessage('test'),
31 AddChild(horizontal);
32 horizontal->SetLimitLabels("Wminp", "Wmaxp");
33 horizontal->ResizeToPreferred();
34 horizontal
[all...]
/haiku-fatelf/src/apps/cortex/DiagramView/
H A DDiagramItemGroup.h108 void SetItemAlignment(float horizontal, float vertical) argument
110 fItemAlignment.Set(horizontal, vertical);
113 void GetItemAlignment(float *horizontal, float *vertical);
H A DDiagramBox.h82 virtual void ResizeBy(float horizontal, float vertical);
H A DDiagramEndPoint.h148 float horizontal,
/haiku-fatelf/src/servers/app/decorator/
H A DDefaultWindowBehaviour.h94 void _SetBorderHighlights(int8 horizontal,
97 ServerCursor* _ResizeCursorFor(int8 horizontal,
99 void _SetResizeCursor(int8 horizontal,
H A DDefaultWindowBehaviour.cpp395 int8 horizontal, int8 vertical)
399 fHorizontal(horizontal),
654 int8 horizontal; local
656 _ComputeResizeDirection(x, y, horizontal, vertical);
659 horizontal = NONE;
664 if (horizontal != fHorizontal || vertical != fVertical) {
666 fHorizontal = horizontal;
977 DefaultWindowBehaviour::_SetBorderHighlights(int8 horizontal, int8 vertical, argument
987 switch (horizontal) {
1012 if (horizontal !
394 ResizeBorderState(DefaultWindowBehaviour& behavior, BPoint where, int8 horizontal, int8 vertical) argument
1043 _ResizeCursorFor(int8 horizontal, int8 vertical) argument
1074 _SetResizeCursor(int8 horizontal, int8 vertical) argument
[all...]
/haiku-fatelf/src/apps/debuganalyzer/gui/chart/
H A DChartLegend.h35 float* horizontal, float* vertical) = 0;
H A DStringChartLegend.cpp44 float* horizontal, float* vertical)
46 *horizontal = 2 * fEmWidth;
43 GetMinimumLegendSpacing(BView* view, float* horizontal, float* vertical) argument
H A DChart.cpp512 Chart::_UpdateScrollBar(bool horizontal) argument
514 const ChartDataRange& range = horizontal ? fDomain : fRange;
515 const ChartDataRange& displayRange = horizontal
517 float chartSize = horizontal ? fChartFrame.Width() : fChartFrame.Height();
519 float& scrollSize = horizontal ? fHScrollSize : fVScrollSize;
520 float& scrollValue = horizontal ? fHScrollValue : fVScrollValue;
521 BScrollBar* scrollBar = ScrollBar(horizontal ? B_HORIZONTAL : B_VERTICAL);
547 Chart::_ScrollTo(float value, bool horizontal) argument
549 float& scrollValue = horizontal ? fHScrollValue : fVScrollValue;
553 const ChartDataRange& range = horizontal
[all...]
H A DStringChartLegend.h32 float* horizontal, float* vertical);
H A DChart.h90 void _UpdateScrollBar(bool horizontal);
91 void _ScrollTo(float value, bool horizontal);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/BeManager/
H A DListControl.cpp63 bool hierarchical, bool horizontal, bool vertical, bool scroll_view_corner,
66 horizontal, vertical, scroll_view_corner, border, LabelFont)
61 SmartColumnListView(BRect Frame, CLVContainerView** ContainerView, const char *Name, uint32 ResizingMode, uint32 flags, list_view_type Type, bool hierarchical, bool horizontal, bool vertical, bool scroll_view_corner, border_style border, const BFont* LabelFont) argument
H A DListControl.h32 bool hierarchical = false, bool horizontal = true, bool vertical = true,
/haiku-fatelf/src/libs/alm/
H A DArea.cpp323 Area::SetInsets(float horizontal, float vertical) argument
325 if (horizontal != B_SIZE_UNSET)
326 horizontal = BControlLook::ComposeSpacing(horizontal);
330 fLeftTopInset.Set(horizontal, horizontal);
/haiku-fatelf/headers/libs/alm/
H A DALMLayoutBuilder.h47 BALMLayoutBuilder& SetInsets(float horizontal, float vertical);
51 BALMLayoutBuilder& SetSpacing(float horizontal, float vertical);

Completed in 298 milliseconds

1234