Symbol: SetOrientation
headers/libs/print/libprint/JobData.h
292
void SetOrientation(Orientation orientation);
headers/os/interface/ChannelSlider.h
68
void SetOrientation(orientation orientation);
headers/os/interface/GroupLayout.h
21
void SetOrientation(orientation orientation);
headers/os/interface/ScrollBar.h
67
void SetOrientation(orientation direction);
headers/os/interface/SeparatorView.h
60
void SetOrientation(orientation orientation);
headers/os/interface/Slider.h
144
virtual void SetOrientation(orientation);
headers/os/interface/SplitView.h
32
void SetOrientation(orientation orientation);
src/apps/deskbar/BarView.cpp
803
fInlineScrollView->SetOrientation(B_VERTICAL);
src/apps/deskbar/BarView.cpp
807
fInlineScrollView->SetOrientation(B_HORIZONTAL);
src/apps/deskbar/InlineScrollView.h
42
void SetOrientation(int32 orienation)
src/apps/launchbox/MainWindow.cpp
414
fPadView->SetOrientation((enum orientation)orientation);
src/apps/launchbox/PadView.cpp
142
fButtonLayout->SetOrientation(B_VERTICAL);
src/apps/launchbox/PadView.cpp
145
fButtonLayout->SetOrientation(B_HORIZONTAL);
src/apps/launchbox/PadView.cpp
466
fButtonLayout->SetOrientation(B_VERTICAL);
src/apps/launchbox/PadView.cpp
469
fButtonLayout->SetOrientation(B_HORIZONTAL);
src/apps/launchbox/PadView.h
37
void SetOrientation(enum orientation orientation);
src/kits/interface/ChannelSlider.cpp
105
SetOrientation(orientation);
src/kits/interface/ChannelSlider.cpp
116
SetOrientation(orient);
src/kits/interface/ChannelSlider.cpp
217
SetOrientation(orient);
src/kits/interface/ChannelSlider.cpp
94
SetOrientation(orientation);
src/kits/interface/SeparatorView.cpp
463
SetOrientation(orientation);
src/kits/interface/Slider.cpp
1791
slider->BSlider::SetOrientation(_orientation);
src/kits/interface/SplitLayout.h
40
void SetOrientation(orientation orientation);
src/kits/interface/SplitView.cpp
102
fSplitLayout->SetOrientation(orientation);
src/libs/print/libprint/GraphicsDriver.cpp
125
fRealJobData->SetOrientation(JobData::kLandscape);
src/libs/print/libprint/GraphicsDriver.cpp
127
fRealJobData->SetOrientation(JobData::kPortrait);
src/libs/print/libprint/PageSetupDlg.cpp
263
fJobData->SetOrientation(GetOrientation());
src/tests/kits/interface/ChannelSliderTest.cpp
28
slider->SetOrientation(B_VERTICAL);
src/tests/kits/interface/SliderTest.cpp
109
slider->SetOrientation(B_VERTICAL);
src/tests/kits/interface/SliderTest.cpp
119
slider->SetOrientation(B_VERTICAL);
src/tests/kits/interface/SliderTest.cpp
126
slider->SetOrientation(B_VERTICAL);
src/tests/kits/interface/SliderTest.cpp
138
slider->SetOrientation(B_VERTICAL);
src/tests/kits/interface/layout/widget_layout_test/tests/ScrollBarTest.cpp
123
fScrollBar->SetOrientation(button->fOrientation);
src/tests/kits/interface/layout/widget_layout_test/tests/SliderTest.cpp
416
fSlider->SetOrientation(button->fOrientation);