Symbol: SetAlignment
headers/os/app/Message.h
519
status_t SetAlignment(const char* name,
headers/os/interface/MenuField.h
69
virtual void SetAlignment(alignment label);
headers/os/interface/SeparatorView.h
61
void SetAlignment(const BAlignment& aligment);
headers/os/interface/StringView.h
29
void SetAlignment(alignment flag);
headers/os/interface/TextControl.h
53
virtual void SetAlignment(alignment label, alignment text);
headers/os/interface/TextView.h
202
void SetAlignment(alignment align);
headers/private/interface/AbstractSpinner.h
72
virtual void SetAlignment(alignment align);
headers/private/interface/ColumnListView.h
207
void SetAlignment(alignment);
headers/private/interface/ToolTip.h
34
virtual void SetAlignment(BAlignment alignment);
src/add-ons/network_settings/dialup/DialUpView.cpp
118
fStringView->SetAlignment(B_ALIGN_CENTER);
src/add-ons/print/drivers/preview/JobSetupWindow.cpp
56
fFrom->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
src/add-ons/print/drivers/preview/JobSetupWindow.cpp
60
fTo->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
src/add-ons/screen_savers/spider/SpiderView.cpp
69
title->SetAlignment(B_ALIGN_CENTER);
src/add-ons/translators/gif/GIFView.cpp
101
fPaletteMF->SetAlignment(B_ALIGN_RIGHT);
src/add-ons/translators/gif/GIFView.cpp
103
fColorCountMF->SetAlignment(B_ALIGN_RIGHT);
src/add-ons/translators/psd/ConfigView.cpp
40
fCompressionField->SetAlignment(B_ALIGN_RIGHT);
src/add-ons/translators/psd/ConfigView.cpp
56
fVersionField->SetAlignment(B_ALIGN_RIGHT);
src/apps/codycam/CodyCam.cpp
775
fErrorView->SetAlignment(B_ALIGN_CENTER);
src/apps/cortex/TransportView/TransportView.cpp
1343
m_runModeView->SetAlignment(
src/apps/cortex/TransportView/TransportView.cpp
1352
m_timeSourceView->SetAlignment(
src/apps/cortex/support/TextControlFloater.cpp
138
m_control->TextView()->SetAlignment(align);
src/apps/deskcalc/ExpressionTextView.cpp
46
SetAlignment(B_ALIGN_RIGHT);
src/apps/diskprobe/AttributeWindow.cpp
70
((BStringView*)view)->SetAlignment(B_ALIGN_CENTER);
src/apps/diskprobe/ProbeView.cpp
477
fPositionControl->SetAlignment(B_ALIGN_LEFT, B_ALIGN_LEFT);
src/apps/diskprobe/ProbeView.cpp
498
fOffsetControl->SetAlignment(B_ALIGN_LEFT, B_ALIGN_LEFT);
src/apps/diskprobe/ProbeView.cpp
514
fFileOffsetControl->SetAlignment(B_ALIGN_LEFT, B_ALIGN_LEFT);
src/apps/diskprobe/TypeEditors.cpp
369
fTextControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_RIGHT);
src/apps/diskprobe/TypeEditors.cpp
850
fDescriptionView->SetAlignment(B_ALIGN_CENTER);
src/apps/diskusage/InfoWindow.cpp
174
sv->SetAlignment(B_ALIGN_RIGHT);
src/apps/expander/PasswordAlert.cpp
69
fTextControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
src/apps/haikudepot/textview/ParagraphStyle.cpp
60
ParagraphStyleDataRef data = fStyleData->SetAlignment(alignment);
src/apps/haikudepot/textview/ParagraphStyle.h
20
bool SetAlignment(::Alignment alignment);
src/apps/haikudepot/textview/ParagraphStyleData.h
35
ParagraphStyleDataRef SetAlignment(::Alignment alignment);
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
1115
paragraphStyle.SetAlignment(ALIGN_CENTER);
src/apps/haikudepot/ui/PackageInfoView.cpp
1049
noRatingsView->SetAlignment(B_ALIGN_CENTER);
src/apps/haikudepot/ui/PackageInfoView.cpp
944
fCountViews[i]->SetAlignment(B_ALIGN_RIGHT);
src/apps/haikudepot/ui/PackageListView.cpp
1101
sizeColumn->SetAlignment(B_ALIGN_RIGHT);
src/apps/haikudepot/ui/UserUsageConditionsWindow.cpp
183
fVersionStringView->SetAlignment(B_ALIGN_RIGHT);
src/apps/haikudepot/ui_generic/MarkupTextView.cpp
66
paragraphStyle.SetAlignment(ALIGN_CENTER);
src/apps/icon-o-matic/generic/gui/popup_control/InputSlider.cpp
124
fTextView->SetAlignment(B_ALIGN_CENTER);
src/apps/installer/InstallerWindow.cpp
221
fSrcMenuField->SetAlignment(B_ALIGN_RIGHT);
src/apps/installer/InstallerWindow.cpp
225
fDestMenuField->SetAlignment(B_ALIGN_RIGHT);
src/apps/installer/InstallerWindow.cpp
243
fSizeView->SetAlignment(B_ALIGN_RIGHT);
src/apps/mail/Header.cpp
130
SetAlignment(B_ALIGN_RIGHT);
src/apps/mail/Header.cpp
298
fFromControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
src/apps/mail/Header.cpp
350
fromField->SetAlignment(B_ALIGN_RIGHT);
src/apps/mail/Header.cpp
392
fSubjectControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
src/apps/mail/Header.cpp
398
fDateControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
src/apps/mail/Prefs.cpp
225
fReplyPreamble->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
src/apps/mail/Prefs.cpp
80
menu->SetAlignment(B_ALIGN_RIGHT);
src/apps/mail/Signature.cpp
413
nameLabel->SetAlignment(B_ALIGN_RIGHT);
src/apps/mail/Signature.cpp
421
signatureLabel->SetAlignment(B_ALIGN_RIGHT);
src/apps/mediaplayer/InfoWin.cpp
586
view->SetAlignment(B_ALIGN_RIGHT);
src/apps/mediaplayer/interface/DurationView.cpp
24
SetAlignment(B_ALIGN_RIGHT);
src/apps/mediaplayer/interface/SubtitleBitmap.cpp
28
fTextView->SetAlignment(B_ALIGN_CENTER);
src/apps/mediaplayer/interface/SubtitleBitmap.cpp
32
fShadowTextView->SetAlignment(B_ALIGN_CENTER);
src/apps/mediaplayer/interface/TransportControlGroup.cpp
91
fPositionToolTip->SetAlignment(BAlignment(B_ALIGN_CENTER, B_ALIGN_TOP));
src/apps/mediaplayer/playlist/PlaylistWindow.cpp
118
fTotalDuration->SetAlignment(B_ALIGN_RIGHT);
src/apps/midiplayer/MidiPlayerWindow.cpp
257
volumeLabel->SetAlignment(B_ALIGN_LEFT);
src/apps/overlayimage/OverlayView.cpp
55
fText->SetAlignment(B_ALIGN_CENTER);
src/apps/people/AttributeTextControl.cpp
41
SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
src/apps/screenshot/ScreenshotWindow.cpp
187
fDelayControl->TextView()->SetAlignment(B_ALIGN_RIGHT);
src/apps/stylededit/StyledEditView.cpp
157
SetAlignment((alignment)align);
src/apps/stylededit/StyledEditWindow.cpp
528
fTextView->SetAlignment(B_ALIGN_LEFT);
src/apps/stylededit/StyledEditWindow.cpp
532
fTextView->SetAlignment(B_ALIGN_CENTER);
src/apps/stylededit/StyledEditWindow.cpp
536
fTextView->SetAlignment(B_ALIGN_RIGHT);
src/apps/terminal/AppearPrefView.cpp
123
fTabTitle->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
src/apps/terminal/AppearPrefView.cpp
124
fWindowTitle->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
src/apps/terminal/AppearPrefView.cpp
125
fFontField->SetAlignment(B_ALIGN_RIGHT);
src/apps/terminal/AppearPrefView.cpp
126
fWindowSizeField->SetAlignment(B_ALIGN_RIGHT);
src/apps/terminal/AppearPrefView.cpp
127
fEncodingField->SetAlignment(B_ALIGN_RIGHT);
src/apps/terminal/TermView.cpp
1616
fResizeView->SetAlignment(B_ALIGN_CENTER);
src/apps/terminal/ThemeView.cpp
120
fColorSchemeField->SetAlignment(B_ALIGN_RIGHT);
src/apps/terminal/ThemeView.cpp
238
fPreview->SetAlignment(B_ALIGN_CENTER);
src/apps/webpositive/BrowserWindow.cpp
539
fStatusText->SetAlignment(B_ALIGN_LEFT);
src/apps/webpositive/SettingsWindow.cpp
466
fStandardSizesSpinner->SetAlignment(B_ALIGN_RIGHT);
src/apps/webpositive/SettingsWindow.cpp
471
fFixedSizesSpinner->SetAlignment(B_ALIGN_RIGHT);
src/apps/webpositive/support/FontSelectionView.cpp
71
fFontsMenuField->SetAlignment(B_ALIGN_RIGHT);
src/apps/webpositive/support/FontSelectionView.cpp
86
fSizesMenuField->SetAlignment(B_ALIGN_RIGHT);
src/bin/network/ppp_up/PPPStatusView.cpp
51
fTime->SetAlignment(B_ALIGN_RIGHT);
src/bin/network/ppp_up/PPPStatusView.cpp
69
fBytesReceived->SetAlignment(B_ALIGN_RIGHT);
src/bin/network/ppp_up/PPPStatusView.cpp
74
fPacketsReceived->SetAlignment(B_ALIGN_RIGHT);
src/bin/network/ppp_up/PPPStatusView.cpp
85
fBytesSent->SetAlignment(B_ALIGN_RIGHT);
src/bin/network/ppp_up/PPPStatusView.cpp
90
fPacketsSent->SetAlignment(B_ALIGN_RIGHT);
src/kits/bluetooth/UI/ConnectionView.cpp
27
fMessage->SetAlignment(B_ALIGN_LEFT);
src/kits/bluetooth/UI/ConnectionView.cpp
33
fDeviceText->SetAlignment(B_ALIGN_RIGHT);
src/kits/bluetooth/UI/ConnectionView.cpp
39
fAddressText->SetAlignment(B_ALIGN_RIGHT);
src/kits/interface/AbstractLayout.cpp
347
fExplicitData->SetAlignment(alignment);
src/kits/interface/AbstractLayout.cpp
47
virtual void SetAlignment(const BAlignment&) = 0;
src/kits/interface/ColorControl.cpp
185
fRedText->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
src/kits/interface/ColorControl.cpp
186
fGreenText->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
src/kits/interface/ColorControl.cpp
187
fBlueText->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
src/kits/interface/DecimalSpinner.cpp
353
TextView()->SetAlignment(B_ALIGN_RIGHT);
src/kits/interface/MenuField.cpp
290
SetAlignment((alignment)align);
src/kits/interface/Spinner.cpp
269
TextView()->SetAlignment(B_ALIGN_RIGHT);
src/kits/interface/StringView.cpp
350
SetAlignment((alignment)align);
src/kits/interface/TextControl.cpp
1130
fText->SetAlignment(B_ALIGN_LEFT);
src/kits/interface/TextControl.cpp
1146
SetAlignment((alignment)labelAlignment, (alignment)textAlignment);
src/kits/interface/TextControl.cpp
640
fText->SetAlignment(textAlignment);
src/kits/interface/TextView.cpp
352
SetAlignment((alignment)flag);
src/kits/mail/ProtocolConfigView.cpp
355
control->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
src/kits/mail/ProtocolConfigView.cpp
370
field->SetAlignment(B_ALIGN_RIGHT);
src/kits/media/DefaultMediaTheme.cpp
963
stringView->SetAlignment(B_ALIGN_CENTER);
src/kits/tracker/TextWidget.cpp
526
textView->SetAlignment(B_ALIGN_CENTER);
src/kits/tracker/TextWidget.cpp
530
textView->SetAlignment(B_ALIGN_LEFT);
src/kits/tracker/TextWidget.cpp
534
textView->SetAlignment(fAlignment);
src/kits/tracker/infowindow/FilePermissionsView.cpp
148
readLabel->SetAlignment(B_ALIGN_RIGHT);
src/kits/tracker/infowindow/FilePermissionsView.cpp
151
writeLabel->SetAlignment(B_ALIGN_RIGHT);
src/kits/tracker/infowindow/FilePermissionsView.cpp
154
executeLabel->SetAlignment(B_ALIGN_RIGHT);
src/libs/print/libprint/JobSetupDlg.cpp
222
fFromPage->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
src/libs/print/libprint/JobSetupDlg.cpp
226
fToPage->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
src/libs/print/libprint/Preview.cpp
821
fPageNumber->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_RIGHT);
src/preferences/appearance/FontSelectionView.cpp
87
fFontsMenuField->SetAlignment(B_ALIGN_RIGHT);
src/preferences/backgrounds/BackgroundsView.cpp
104
fXPlacementText->TextView()->SetAlignment(B_ALIGN_RIGHT);
src/preferences/backgrounds/BackgroundsView.cpp
105
fYPlacementText->TextView()->SetAlignment(B_ALIGN_RIGHT);
src/preferences/backgrounds/BackgroundsView.cpp
179
imageMenuField->SetAlignment(B_ALIGN_RIGHT);
src/preferences/backgrounds/BackgroundsView.cpp
193
placementMenuField->SetAlignment(B_ALIGN_RIGHT);
src/preferences/filetypes/AttributeWindow.cpp
105
fAttributeControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
src/preferences/filetypes/AttributeWindow.cpp
129
typeMenuField->SetAlignment(B_ALIGN_RIGHT);
src/preferences/filetypes/AttributeWindow.cpp
160
fDisplayAsMenuField->SetAlignment(B_ALIGN_RIGHT);
src/preferences/filetypes/AttributeWindow.cpp
172
fSpecialControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
src/preferences/filetypes/AttributeWindow.cpp
182
fWidthControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
src/preferences/filetypes/AttributeWindow.cpp
219
fAlignmentMenuField->SetAlignment(B_ALIGN_RIGHT);
src/preferences/filetypes/AttributeWindow.cpp
99
fPublicNameControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
src/preferences/filetypes/ExtensionWindow.cpp
126
fExtensionControl->SetAlignment(B_ALIGN_LEFT, B_ALIGN_LEFT);
src/preferences/filetypes/FileTypesWindow.cpp
448
fRuleControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
src/preferences/filetypes/NewFileTypeWindow.cpp
77
typesMenuLabel->SetAlignment(B_ALIGN_LEFT);
src/preferences/input/KeyboardView.cpp
53
textcontrol->SetAlignment(B_ALIGN_LEFT, B_ALIGN_CENTER);
src/preferences/input/SettingsView.cpp
76
doubleClickTextControl->SetAlignment(B_ALIGN_LEFT, B_ALIGN_CENTER);
src/preferences/keymap/ModifierKeysWindow.cpp
308
menuField->SetAlignment(B_ALIGN_RIGHT);
src/preferences/keymap/ModifierKeysWindow.cpp
82
keyRole->SetAlignment(B_ALIGN_RIGHT);
src/preferences/mail/ConfigWindow.cpp
374
fHowToTextView->SetAlignment(B_ALIGN_CENTER);
src/preferences/media/MediaWindow.cpp
725
stringView->SetAlignment(B_ALIGN_CENTER);
src/preferences/network/InterfaceView.cpp
54
statusLabel->SetAlignment(B_ALIGN_RIGHT);
src/preferences/network/InterfaceView.cpp
58
macAddressLabel->SetAlignment(B_ALIGN_RIGHT);
src/preferences/network/InterfaceView.cpp
62
linkSpeedLabel->SetAlignment(B_ALIGN_RIGHT);
src/preferences/network/InterfaceView.cpp
68
linkTxLabel->SetAlignment(B_ALIGN_RIGHT);
src/preferences/network/InterfaceView.cpp
72
linkRxLabel->SetAlignment(B_ALIGN_RIGHT);
src/preferences/network/InterfaceView.cpp
77
fNetworkMenuField->SetAlignment(B_ALIGN_RIGHT);
src/preferences/printers/AddPrinterDialog.cpp
186
fName->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
src/preferences/printers/AddPrinterDialog.cpp
193
printerMenuField->SetAlignment(B_ALIGN_RIGHT);
src/preferences/printers/AddPrinterDialog.cpp
200
transportMenuField->SetAlignment(B_ALIGN_RIGHT);
src/preferences/screen/ScreenWindow.cpp
224
fDeviceInfo->SetAlignment(B_ALIGN_CENTER);
src/preferences/screen/ScreenWindow.cpp
263
fColumnsControl->SetAlignment(B_ALIGN_RIGHT);
src/preferences/screen/ScreenWindow.cpp
268
fRowsControl->SetAlignment(B_ALIGN_RIGHT);
src/preferences/screen/ScreenWindow.cpp
390
fResolutionField->SetAlignment(B_ALIGN_RIGHT);
src/preferences/screen/ScreenWindow.cpp
411
fColorsField->SetAlignment(B_ALIGN_RIGHT);
src/preferences/screen/ScreenWindow.cpp
461
fRefreshField->SetAlignment(B_ALIGN_RIGHT);
src/preferences/screen/ScreenWindow.cpp
494
fCombineField->SetAlignment(B_ALIGN_RIGHT);
src/preferences/screen/ScreenWindow.cpp
513
fSwapDisplaysField->SetAlignment(B_ALIGN_RIGHT);
src/preferences/screen/ScreenWindow.cpp
534
fUseLaptopPanelField->SetAlignment(B_ALIGN_RIGHT);
src/preferences/screen/ScreenWindow.cpp
558
fTVStandardField->SetAlignment(B_ALIGN_RIGHT);
src/preferences/screensaver/PasswordWindow.cpp
81
fPasswordControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
src/preferences/screensaver/PasswordWindow.cpp
93
fConfirmControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
src/preferences/screensaver/PreviewView.cpp
91
fNoPreview->SetAlignment(B_ALIGN_CENTER);
src/preferences/screensaver/ScreenSaverWindow.cpp
299
startScreenSaver->SetAlignment(B_ALIGN_RIGHT);
src/tests/kits/device/stickit_BJoystick/JoystickWindow.cpp
212
sview->SetAlignment(B_ALIGN_RIGHT);
src/tests/kits/device/stickit_BJoystick/JoystickWindow.cpp
230
sview->SetAlignment(B_ALIGN_RIGHT);
src/tests/kits/game/chart/ChartWindow.cpp
664
string->SetAlignment(B_ALIGN_CENTER);
src/tests/kits/game/chart/ChartWindow.cpp
673
fFramesView->SetAlignment(B_ALIGN_RIGHT);
src/tests/kits/game/chart/ChartWindow.cpp
685
string->SetAlignment(B_ALIGN_CENTER);
src/tests/kits/game/chart/ChartWindow.cpp
695
fCpuLoadView->SetAlignment(B_ALIGN_RIGHT);
src/tests/kits/interface/SimpleAlertTest.cpp
88
fLastStringView->SetAlignment(B_ALIGN_CENTER);
src/tests/kits/interface/TextViewTestManual.cpp
115
fTextControl->SetAlignment(B_ALIGN_LEFT, B_ALIGN_LEFT);
src/tests/kits/interface/TextViewTestManual.cpp
116
fTextView->SetAlignment(B_ALIGN_LEFT);
src/tests/kits/interface/TextViewTestManual.cpp
120
fTextControl->SetAlignment(B_ALIGN_LEFT, B_ALIGN_CENTER);
src/tests/kits/interface/TextViewTestManual.cpp
121
fTextView->SetAlignment(B_ALIGN_CENTER);
src/tests/kits/interface/TextViewTestManual.cpp
125
fTextControl->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
src/tests/kits/interface/TextViewTestManual.cpp
126
fTextView->SetAlignment(B_ALIGN_RIGHT);
src/tests/kits/interface/layout/widget_layout_test/StringView.h
19
void SetAlignment(alignment align);
src/tests/kits/interface/layout/widget_layout_test/WidgetLayoutTest.cpp
216
label->SetAlignment(B_ALIGN_RIGHT);
src/tests/kits/interface/layout/widget_layout_test/WidgetLayoutTest.cpp
221
widthView->SetAlignment(B_ALIGN_RIGHT);
src/tests/kits/interface/layout/widget_layout_test/WidgetLayoutTest.cpp
231
heightView->SetAlignment(B_ALIGN_RIGHT);
src/tests/servers/app/hide_and_show/HideAndShow.cpp
46
view->SetAlignment(B_ALIGN_CENTER);