Searched refs:SetOrientation (Results 1 - 25 of 26) sorted by relevance

12

/haiku/src/apps/deskbar/
H A DInlineScrollView.h42 void SetOrientation(int32 orienation) function in class:TInlineScrollView
H A DBarView.cpp802 fInlineScrollView->SetOrientation(B_VERTICAL);
806 fInlineScrollView->SetOrientation(B_HORIZONTAL);
/haiku/src/tests/kits/interface/
H A DSliderTest.cpp109 slider->SetOrientation(B_VERTICAL);
119 slider->SetOrientation(B_VERTICAL);
126 slider->SetOrientation(B_VERTICAL);
138 slider->SetOrientation(B_VERTICAL);
H A DChannelSliderTest.cpp28 slider->SetOrientation(B_VERTICAL);
/haiku/src/apps/launchbox/
H A DPadView.h37 void SetOrientation(enum orientation orientation);
H A DPadView.cpp142 fButtonLayout->SetOrientation(B_VERTICAL);
145 fButtonLayout->SetOrientation(B_HORIZONTAL);
462 PadView::SetOrientation(enum orientation orientation) function in class:PadView
466 fButtonLayout->SetOrientation(B_VERTICAL);
469 fButtonLayout->SetOrientation(B_HORIZONTAL);
H A DMainWindow.cpp415 fPadView->SetOrientation((enum orientation)orientation);
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DScrollBarTest.cpp123 fScrollBar->SetOrientation(button->fOrientation);
H A DSliderTest.cpp416 fSlider->SetOrientation(button->fOrientation);
/haiku/headers/os/interface/
H A DSeparatorView.h60 void SetOrientation(orientation orientation);
H A DGroupLayout.h21 void SetOrientation(orientation orientation);
H A DSplitView.h32 void SetOrientation(orientation orientation);
H A DScrollBar.h67 void SetOrientation(orientation direction);
H A DChannelSlider.h68 void SetOrientation(orientation orientation);
H A DSlider.h144 virtual void SetOrientation(orientation);
/haiku/src/kits/interface/
H A DSplitView.cpp100 BSplitView::SetOrientation(orientation orientation) function in class:BSplitView
102 fSplitLayout->SetOrientation(orientation);
H A DChannelSlider.cpp92 SetOrientation(orientation);
103 SetOrientation(orientation);
114 SetOrientation(orient);
215 SetOrientation(orient);
518 BChannelSlider::SetOrientation(orientation orientation) function in class:BChannelSlider
H A DSeparatorView.cpp341 BSeparatorView::SetOrientation(orientation orientation) function in class:BSeparatorView
463 SetOrientation(orientation);
H A DSplitLayout.h40 void SetOrientation(orientation orientation);
H A DGroupLayout.cpp89 BGroupLayout::SetOrientation(orientation orientation) function in class:BGroupLayout
H A DSlider.cpp1439 BSlider::SetOrientation(orientation posture) function in class:BSlider
1810 slider->BSlider::SetOrientation(_orientation);
H A DSplitLayout.cpp322 BSplitLayout::SetOrientation(orientation orientation) function in class:BSplitLayout
/haiku/headers/libs/print/libprint/
H A DJobData.h292 void SetOrientation(Orientation orientation);
482 JobData::SetOrientation(Orientation orientation) function in class:JobData
/haiku/src/libs/print/libprint/
H A DPageSetupDlg.cpp263 fJobData->SetOrientation(GetOrientation());
H A DGraphicsDriver.cpp125 fRealJobData->SetOrientation(JobData::kLandscape);
127 fRealJobData->SetOrientation(JobData::kPortrait);

Completed in 240 milliseconds

12