Searched refs:fOrientation (Results 1 - 25 of 44) sorted by relevance

12

/haiku/src/apps/deskbar/
H A DInlineScrollView.h41 bool Orientation() const { return fOrientation; };
43 { fOrientation = orienation; };
54 int32 fOrientation; member in class:TInlineScrollView
H A DInlineScrollView.cpp376 fOrientation(orientation)
447 if (fOrientation == B_VERTICAL) {
458 if (fOrientation == B_VERTICAL)
470 if (fOrientation == B_VERTICAL) {
538 if (fOrientation == B_VERTICAL)
587 if (fOrientation == B_VERTICAL) {
597 if (fOrientation == B_VERTICAL) {
611 if (fOrientation == B_VERTICAL) {
621 if (fOrientation == B_VERTICAL) {
/haiku/src/apps/haiku3d/
H A DCamera.h30 Quaternion fOrientation; member in class:Camera
48 return fOrientation;
H A DCamera.cpp16 fOrientation(orientation),
H A DMeshInstance.h33 Quaternion fOrientation; member in class:MeshInstance
H A DMeshInstance.cpp22 fOrientation(orientation),
51 fOrientation = Quaternion(Vector3(0.0f, 1.0f, 0.0f), rotAngle);
55 fOrientation = Quaternion(Vector3(0.0f, 1.0f, 0.0f), 0.0);
73 fOrientation.toOpenGLMatrix(mat);
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DScrollBarTest.cpp26 fOrientation(orientation)
30 enum orientation fOrientation; member in class:ScrollBarTest::OrientationRadioButton
123 fScrollBar->SetOrientation(button->fOrientation);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DGroup.h38 orientation fOrientation; member in class:Group
H A DGroup.cpp16 fOrientation(direction),
78 if (fOrientation == B_HORIZONTAL) {
102 if (fOrientation == B_HORIZONTAL) {
/haiku/src/kits/interface/
H A DGroupLayout.cpp40 fOrientation(orientation)
53 fOrientation = isVertical ? B_VERTICAL : B_HORIZONTAL;
84 return fOrientation;
91 if (orientation != fOrientation) {
92 fOrientation = orientation;
196 result = into->AddBool(kVerticalField, fOrientation == B_VERTICAL);
282 return (fOrientation == B_HORIZONTAL ? fVisibleItems.CountItems() : 1);
289 return (fOrientation == B_VERTICAL ? fVisibleItems.CountItems() : 1);
316 if (fOrientation == B_HORIZONTAL) {
H A DScrollBar.cpp218 fOrientation(direction)
247 fOrientation(direction)
287 fOrientation = B_VERTICAL;
289 fOrientation = (enum orientation)orientation;
293 SetResizingMode(fOrientation == B_VERTICAL
349 err = data->AddInt32("_orient", (int32)fOrientation);
410 fOrientation);
417 if (fOrientation == B_HORIZONTAL) {
424 BControlLook::B_LEFT_ARROW, fOrientation,
432 BControlLook::B_RIGHT_ARROW, fOrientation,
[all...]
H A DSeparatorView.cpp77 fOrientation(B_HORIZONTAL),
93 fOrientation = (enum orientation)orientation;
141 result = into->AddInt32("_orientation", fOrientation);
178 if (fOrientation == B_HORIZONTAL) {
224 if (fOrientation == B_HORIZONTAL) {
254 if (fOrientation == B_HORIZONTAL) {
278 if (fOrientation == B_VERTICAL) {
289 if (fOrientation == B_HORIZONTAL) {
318 if (fOrientation == B_HORIZONTAL)
343 if (orientation == fOrientation)
[all...]
H A DSlider.cpp56 fOrientation(B_HORIZONTAL),
86 fOrientation(posture),
116 fOrientation(posture),
151 fOrientation = (orientation)orient;
153 fOrientation = B_HORIZONTAL;
296 ret = archive->AddInt32("_orient", fOrientation);
570 if (fOrientation == B_HORIZONTAL) {
736 if (fOrientation == B_HORIZONTAL)
748 if (fOrientation == B_HORIZONTAL) {
771 if (fOrientation
[all...]
H A DSplitLayout.cpp159 fOrientation(orientation),
201 fOrientation(B_HORIZONTAL),
245 fOrientation = (isVertical) ? B_VERTICAL : B_HORIZONTAL ;
317 return fOrientation;
324 if (orientation != fOrientation) {
325 fOrientation = orientation;
445 if (fOrientation == B_HORIZONTAL)
612 if (fOrientation == B_HORIZONTAL) {
632 if (fOrientation == B_HORIZONTAL)
654 if (fOrientation
[all...]
/haiku/src/libs/alm/
H A DALMGroup.cpp48 return fOrientation;
94 fOrientation = orien;
136 else if (fOrientation != orien) {
/haiku/src/kits/shared/
H A DToolBar.cpp84 fOrientation(ont)
97 fOrientation(ont)
150 orientation ont = (fOrientation == B_HORIZONTAL) ?
/haiku/headers/libs/alm/
H A DALMGroup.h63 enum orientation fOrientation; member in class:BALM::ALMGroup
/haiku/headers/libs/print/libprint/
H A DPageSetupDlg.h39 BPopUpMenu *fOrientation; member in class:PageSetupView
/haiku/src/add-ons/print/drivers/preview/
H A DPrinterDriver.h64 volatile Orientation fOrientation; member in class:PrinterDriver
/haiku/headers/private/shared/
H A DToolBar.h51 orientation fOrientation; member in class:BPrivate::BToolBar
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.h55 orientation fOrientation; member in class:AlphaSlider
H A DAlphaSlider.cpp28 , fOrientation(dir)
68 if (fOrientation == B_HORIZONTAL)
87 if (fOrientation == B_HORIZONTAL)
182 if (fOrientation == B_HORIZONTAL) {
396 if (fOrientation == B_HORIZONTAL)
H A DColorSlider.cpp66 if (fOrientation == B_VERTICAL)
85 if (fOrientation == B_VERTICAL)
142 _FillBitmap(fBitmap, fMode, fFixedValue1, fFixedValue2, fOrientation);
165 if (fOrientation == B_VERTICAL) {
181 if (fOrientation == B_VERTICAL) {
415 fOrientation = dir;
448 if (fOrientation == B_VERTICAL)
628 if (fOrientation == B_VERTICAL)
/haiku/src/libs/print/libprint/
H A DPageSetupDlg.cpp78 fOrientation->AddItem(item);
82 } else if (fOrientation->CountItems() == 1) {
133 fOrientation = new BPopUpMenu("orientation");
134 fOrientation->SetRadioMode(true);
136 BMenuField* orientation = new BMenuField("orientation", "Orientation:", fOrientation);
146 (*orientation_cap)->fOrientation);
237 BMenuItem *item = fOrientation->FindMarked();
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DGroupView.h47 enum orientation fOrientation; member in class:GroupView

Completed in 106 milliseconds

12