Searched refs:Orientation (Results 26 - 42 of 42) sorted by relevance

12

/haiku/src/kits/interface/
H A DChannelSlider.cpp65 { "Orientation",
143 status = into->AddInt32("_orient", (int32)Orientation());
219 reply.AddInt32("result", (int32)Orientation());
511 BChannelSlider::Orientation() const function in class:BChannelSlider
588 barColor, flags, Orientation());
615 flags, Orientation());
H A DSplitLayout.h39 orientation Orientation() const;
H A DGroupLayout.cpp82 BGroupLayout::Orientation() const function in class:BGroupLayout
H A DScrollView.cpp85 if (bar->Orientation() == B_HORIZONTAL)
87 else if (bar->Orientation() == B_VERTICAL)
160 if (bar->Orientation() == B_HORIZONTAL)
162 else if (bar->Orientation() == B_VERTICAL)
H A DSplitLayout.cpp83 if (fLayout->Orientation() == B_HORIZONTAL)
91 if (fLayout->Orientation() == B_HORIZONTAL)
315 BSplitLayout::Orientation() const function in class:BSplitLayout
H A DScrollBar.cpp593 if (Orientation() == B_HORIZONTAL) {
969 BScrollBar::Orientation() const function in class:BScrollBar
/haiku/src/apps/launchbox/
H A DMainWindow.cpp243 if (fPadView->Orientation() == B_HORIZONTAL) {
494 (int32)fPadView->Orientation()) != B_OK)
495 message->AddInt32("orientation", (int32)fPadView->Orientation());
/haiku/src/libs/print/libprint/
H A DPrinterCap.cpp96 JobData::Orientation orientation)
H A DPreview.cpp131 JobData::Orientation orientation, BRect printableRect)
210 fOrientation = (JobData::Orientation)value32;
H A DJobData.cpp309 fOrientation = (Orientation)message->FindInt32(kJDOrientation);
H A DGraphicsDriver.cpp325 JobData::Orientation orientation, const BPoint* scale,
/haiku/headers/os/interface/
H A DSlider.h143 orientation Orientation() const;
H A DLayoutBuilder.h701 if (fLayout->Orientation() == B_HORIZONTAL)
/haiku/src/servers/app/stackandtile/
H A DSATGroup.h110 orientation_t Orientation() const;
H A DSATGroup.cpp668 Tab::Orientation() const function in class:Tab
684 if (tab->Orientation() == fOrientation)
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6.cpp264 PCL6Writer::Orientation orientation = PCL6Writer::kPortrait;
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp662 switch (scrollBar->Orientation()) {

Completed in 128 milliseconds

12