Searched refs:SetAlignment (Results 1 - 25 of 97) sorted by relevance

1234

/haiku/src/tests/kits/interface/
H A DTextViewTestManual.cpp115 fTextControl->SetAlignment(B_ALIGN_LEFT, B_ALIGN_LEFT);
116 fTextView->SetAlignment(B_ALIGN_LEFT);
120 fTextControl->SetAlignment(B_ALIGN_LEFT, B_ALIGN_CENTER);
121 fTextView->SetAlignment(B_ALIGN_CENTER);
125 fTextControl->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
126 fTextView->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/kits/bluetooth/UI/
H A DConnectionView.cpp27 fMessage->SetAlignment(B_ALIGN_LEFT);
33 fDeviceText->SetAlignment(B_ALIGN_RIGHT);
39 fAddressText->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DStringView.h19 void SetAlignment(alignment align);
H A DStringView.cpp39 StringView::SetAlignment(alignment align) function in class:StringView
H A DWidgetLayoutTest.cpp216 label->SetAlignment(B_ALIGN_RIGHT);
221 widthView->SetAlignment(B_ALIGN_RIGHT);
231 heightView->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/apps/haikudepot/textview/
H A DParagraphStyle.h20 bool SetAlignment(::Alignment alignment);
H A DParagraphStyle.cpp58 ParagraphStyle::SetAlignment(::Alignment alignment) function in class:ParagraphStyle
60 ParagraphStyleDataRef data = fStyleData->SetAlignment(alignment);
H A DParagraphStyleData.h35 ParagraphStyleDataRef SetAlignment(::Alignment alignment);
/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.cpp51 fTime->SetAlignment(B_ALIGN_RIGHT);
69 fBytesReceived->SetAlignment(B_ALIGN_RIGHT);
74 fPacketsReceived->SetAlignment(B_ALIGN_RIGHT);
85 fBytesSent->SetAlignment(B_ALIGN_RIGHT);
90 fPacketsSent->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/preferences/network/
H A DInterfaceView.cpp54 statusLabel->SetAlignment(B_ALIGN_RIGHT);
58 macAddressLabel->SetAlignment(B_ALIGN_RIGHT);
62 linkSpeedLabel->SetAlignment(B_ALIGN_RIGHT);
68 linkTxLabel->SetAlignment(B_ALIGN_RIGHT);
72 linkRxLabel->SetAlignment(B_ALIGN_RIGHT);
77 fNetworkMenuField->SetAlignment(B_ALIGN_RIGHT);
/haiku/headers/private/interface/
H A DToolTip.h34 virtual void SetAlignment(BAlignment alignment);
/haiku/src/apps/haikudepot/ui_generic/
H A DMarkupTextView.cpp60 paragraphStyle.SetAlignment(ALIGN_CENTER);
/haiku/src/preferences/input/
H A DKeyboardView.cpp56 textcontrol->SetAlignment(B_ALIGN_LEFT, B_ALIGN_CENTER);
/haiku/src/preferences/filetypes/
H A DAttributeWindow.cpp99 fPublicNameControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
105 fAttributeControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
129 typeMenuField->SetAlignment(B_ALIGN_RIGHT);
160 fDisplayAsMenuField->SetAlignment(B_ALIGN_RIGHT);
172 fSpecialControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
182 fWidthControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
219 fAlignmentMenuField->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/add-ons/print/drivers/preview/
H A DJobSetupWindow.cpp56 fFrom->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
60 fTo->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
/haiku/src/preferences/screensaver/
H A DPasswordWindow.cpp81 fPasswordControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
93 fConfirmControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
/haiku/src/add-ons/translators/psd/
H A DConfigView.cpp40 fCompressionField->SetAlignment(B_ALIGN_RIGHT);
56 fVersionField->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/apps/cortex/support/
H A DTextControlFloater.cpp138 m_control->TextView()->SetAlignment(align);
/haiku/src/tests/servers/app/hide_and_show/
H A DHideAndShow.cpp46 view->SetAlignment(B_ALIGN_CENTER);
/haiku/src/kits/interface/
H A DAbstractLayout.cpp47 virtual void SetAlignment(const BAlignment&) = 0;
112 void SetAlignment(const BAlignment& align) function in struct:BAbstractLayout::DataProxy
225 void SetAlignment(const BAlignment& alignment) function in struct:BAbstractLayout::ViewProxy
347 fExplicitData->SetAlignment(alignment);
/haiku/src/apps/terminal/
H A DAppearPrefView.cpp123 fTabTitle->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
124 fWindowTitle->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
125 fFontField->SetAlignment(B_ALIGN_RIGHT);
126 fWindowSizeField->SetAlignment(B_ALIGN_RIGHT);
127 fEncodingField->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/preferences/printers/
H A DAddPrinterDialog.cpp186 fName->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
193 printerMenuField->SetAlignment(B_ALIGN_RIGHT);
200 transportMenuField->SetAlignment(B_ALIGN_RIGHT);
/haiku/src/kits/tracker/infowindow/
H A DFilePermissionsView.cpp147 readLabel->SetAlignment(B_ALIGN_RIGHT);
150 writeLabel->SetAlignment(B_ALIGN_RIGHT);
153 executeLabel->SetAlignment(B_ALIGN_RIGHT);
/haiku/headers/os/interface/
H A DSeparatorView.h61 void SetAlignment(const BAlignment& aligment);
/haiku/src/apps/mediaplayer/interface/
H A DDurationView.cpp24 SetAlignment(B_ALIGN_RIGHT);

Completed in 331 milliseconds

1234