headers/libs/alm/ALMLayout.h
156
virtual BAlignment BaseAlignment();
headers/os/app/Message.h
140
const BAlignment& alignment);
headers/os/app/Message.h
187
BAlignment* alignment) const;
headers/os/app/Message.h
189
BAlignment* alignment) const;
headers/os/app/Message.h
27
class BAlignment;
headers/os/app/Message.h
285
const BAlignment& alignment);
headers/os/app/Message.h
287
const BAlignment& alignment);
headers/os/app/Message.h
485
BAlignment GetAlignment(const char* name, int32 index,
headers/os/app/Message.h
486
const BAlignment& defaultValue) const;
headers/os/app/Message.h
487
BAlignment GetAlignment(const char* name,
headers/os/app/Message.h
488
const BAlignment& defaultValue) const;
headers/os/app/Message.h
520
const BAlignment& value);
headers/os/interface/AbstractLayout.h
21
virtual BAlignment Alignment();
headers/os/interface/AbstractLayout.h
26
virtual void SetExplicitAlignment(BAlignment alignment);
headers/os/interface/AbstractLayout.h
31
virtual BAlignment BaseAlignment();
headers/os/interface/AbstractLayoutItem.h
22
virtual BAlignment Alignment();
headers/os/interface/AbstractLayoutItem.h
27
virtual void SetExplicitAlignment(BAlignment alignment);
headers/os/interface/AbstractLayoutItem.h
32
virtual BAlignment BaseAlignment();
headers/os/interface/AbstractLayoutItem.h
70
BAlignment fAlignment;
headers/os/interface/Alignment.h
10
class BAlignment {
headers/os/interface/Alignment.h
100
BAlignment::IsVerticalSet() const
headers/os/interface/Alignment.h
107
BAlignment::operator==(const BAlignment& other) const
headers/os/interface/Alignment.h
114
BAlignment::operator!=(const BAlignment& other) const
headers/os/interface/Alignment.h
120
inline BAlignment&
headers/os/interface/Alignment.h
121
BAlignment::operator=(const BAlignment& other)
headers/os/interface/Alignment.h
15
inline BAlignment();
headers/os/interface/Alignment.h
16
inline BAlignment(const BAlignment& other);
headers/os/interface/Alignment.h
17
inline BAlignment(alignment horizontal,
headers/os/interface/Alignment.h
32
inline bool operator==(const BAlignment& other) const;
headers/os/interface/Alignment.h
33
inline bool operator!=(const BAlignment& other) const;
headers/os/interface/Alignment.h
35
inline BAlignment& operator=(const BAlignment& other);
headers/os/interface/Alignment.h
41
BAlignment::BAlignment()
headers/os/interface/Alignment.h
49
BAlignment::BAlignment(const BAlignment& other)
headers/os/interface/Alignment.h
57
BAlignment::BAlignment(alignment horizontal, vertical_alignment vertical)
headers/os/interface/Alignment.h
65
BAlignment::Horizontal() const
headers/os/interface/Alignment.h
72
BAlignment::Vertical() const
headers/os/interface/Alignment.h
79
BAlignment::SetHorizontal(alignment horizontal)
headers/os/interface/Alignment.h
86
BAlignment::SetVertical(vertical_alignment vertical)
headers/os/interface/Alignment.h
93
BAlignment::IsHorizontalSet() const
headers/os/interface/Box.h
72
virtual BAlignment LayoutAlignment();
headers/os/interface/CardLayout.h
25
virtual BAlignment BaseAlignment();
headers/os/interface/CheckBox.h
57
virtual BAlignment LayoutAlignment();
headers/os/interface/ControlLook.h
348
const BAlignment& alignment,
headers/os/interface/ControlLook.h
367
const BAlignment& alignment,
headers/os/interface/ControlLook.h
99
virtual BAlignment DefaultLabelAlignment() const = 0;
headers/os/interface/LayoutBuilder.h
1151
Grid<ParentBuilder>::SetExplicitAlignment(BAlignment alignment)
headers/os/interface/LayoutBuilder.h
123
inline ThisBuilder& SetExplicitAlignment(BAlignment alignment);
headers/os/interface/LayoutBuilder.h
1670
Cards<ParentBuilder>::SetExplicitAlignment(BAlignment alignment)
headers/os/interface/LayoutBuilder.h
233
inline ThisBuilder& SetExplicitAlignment(BAlignment alignment);
headers/os/interface/LayoutBuilder.h
356
inline ThisBuilder& SetExplicitAlignment(BAlignment alignment);
headers/os/interface/LayoutBuilder.h
767
Group<ParentBuilder>::SetExplicitAlignment(BAlignment alignment)
headers/os/interface/LayoutBuilder.h
894
BAlignment(labelAlignment, B_ALIGN_VERTICAL_UNSET));
headers/os/interface/LayoutBuilder.h
910
BAlignment(labelAlignment, B_ALIGN_VERTICAL_UNSET));
headers/os/interface/LayoutItem.h
31
virtual BAlignment Alignment() = 0;
headers/os/interface/LayoutItem.h
37
virtual void SetExplicitAlignment(BAlignment alignment) = 0;
headers/os/interface/LayoutUtils.h
37
static BAlignment ComposeAlignment(BAlignment alignment,
headers/os/interface/LayoutUtils.h
38
BAlignment layoutAlignment);
headers/os/interface/LayoutUtils.h
41
BAlignment alignment);
headers/os/interface/LayoutUtils.h
43
static BRect AlignOnRect(BRect rect, BSize size, BAlignment alignment);
headers/os/interface/RadioButton.h
62
virtual BAlignment LayoutAlignment();
headers/os/interface/SeparatorView.h
22
const BAlignment& alignment
headers/os/interface/SeparatorView.h
23
= BAlignment(B_ALIGN_HORIZONTAL_CENTER,
headers/os/interface/SeparatorView.h
29
const BAlignment& alignment
headers/os/interface/SeparatorView.h
30
= BAlignment(B_ALIGN_HORIZONTAL_CENTER,
headers/os/interface/SeparatorView.h
35
const BAlignment& alignment
headers/os/interface/SeparatorView.h
36
= BAlignment(B_ALIGN_HORIZONTAL_CENTER,
headers/os/interface/SeparatorView.h
41
const BAlignment& alignment
headers/os/interface/SeparatorView.h
42
= BAlignment(B_ALIGN_HORIZONTAL_CENTER,
headers/os/interface/SeparatorView.h
61
void SetAlignment(const BAlignment& aligment);
headers/os/interface/SeparatorView.h
88
BAlignment alignment, border_style border);
headers/os/interface/SeparatorView.h
98
BAlignment fAlignment;
headers/os/interface/SpaceLayoutItem.h
14
BSize preferredSize, BAlignment alignment);
headers/os/interface/SpaceLayoutItem.h
25
virtual BAlignment Alignment();
headers/os/interface/SpaceLayoutItem.h
30
virtual void SetExplicitAlignment(BAlignment alignment);
headers/os/interface/SpaceLayoutItem.h
62
BAlignment fAlignment;
headers/os/interface/StringView.h
47
virtual BAlignment LayoutAlignment();
headers/os/interface/TextControl.h
90
virtual BAlignment LayoutAlignment();
headers/os/interface/TwoDimensionalLayout.h
33
virtual BAlignment BaseAlignment();
headers/os/interface/View.h
652
virtual BAlignment LayoutAlignment();
headers/os/interface/View.h
658
void SetExplicitAlignment(BAlignment alignment);
headers/os/interface/View.h
663
BAlignment ExplicitAlignment() const;
headers/private/binary_compatibility/Interface.h
26
BAlignment return_value;
headers/private/interface/AbstractSpinner.h
95
virtual BAlignment LayoutAlignment();
headers/private/interface/HaikuControlLook.h
26
virtual BAlignment DefaultLabelAlignment() const;
headers/private/interface/HaikuControlLook.h
292
const BAlignment& alignment,
headers/private/interface/HaikuControlLook.h
306
const BAlignment& alignment,
headers/private/interface/ToolTip.h
34
virtual void SetAlignment(BAlignment alignment);
headers/private/interface/ToolTip.h
35
BAlignment Alignment() const;
headers/private/interface/ToolTip.h
54
BAlignment fAlignment;
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
2175
const BAlignment& alignment, const rgb_color* textColor)
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
2308
const BAlignment& alignment, const rgb_color* textColor)
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
63
BAlignment
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
66
return BAlignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_CENTER);
src/add-ons/control_look/BeControlLook/BeControlLook.h
24
virtual BAlignment DefaultLabelAlignment() const;
src/add-ons/control_look/BeControlLook/BeControlLook.h
275
const BAlignment& alignment,
src/add-ons/control_look/BeControlLook/BeControlLook.h
285
const BAlignment& alignment,
src/add-ons/input_server/devices/keyboard/TeamMonitorWindow.cpp
635
BAlignment(B_ALIGN_HORIZONTAL_UNSET, B_ALIGN_VERTICAL_CENTER));
src/add-ons/mail_daemon/inbound_protocols/imap/FolderConfigWindow.cpp
263
fQuotaView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp
57
fArchiveNameView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp
62
fZipOutputView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp
68
fStopButton->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
src/add-ons/translators/hvif/HVIFView.cpp
30
BAlignment labelAlignment(B_ALIGN_LEFT, B_ALIGN_NO_VERTICAL);
src/add-ons/translators/jpeg/JPEGTranslator.cpp
667
BAlignment labelAlignment = BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP);
src/add-ons/translators/jpeg2000/JPEG2000Translator.cpp
715
BAlignment labelAlignment = BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP);
src/add-ons/translators/sgi/SGIView.cpp
100
BAlignment labelAlignment(B_ALIGN_LEFT, B_ALIGN_NO_VERTICAL);
src/apps/aboutsystem/AboutSystem.cpp
906
label->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/apps/aboutsystem/AboutSystem.cpp
925
subtext->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/apps/aboutsystem/AboutSystem.cpp
934
textView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
src/apps/activitymonitor/ActivityView.cpp
165
virtual BAlignment BaseAlignment();
src/apps/activitymonitor/ActivityView.cpp
537
BAlignment
src/apps/activitymonitor/ActivityView.cpp
540
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/apps/bootmanager/PartitionsPage.cpp
157
BAlignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_UNSET));
src/apps/bootmanager/PartitionsPage.cpp
162
BAlignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_UNSET));
src/apps/debuganalyzer/gui/AbstractGeneralPage.h
21
SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
src/apps/deskbar/Switcher.cpp
1710
BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER))
src/apps/deskcalc/CalcView.cpp
579
fBaseColor, flags, BAlignment(B_ALIGN_HORIZONTAL_CENTER,
src/apps/diskprobe/DiskProbe.cpp
120
BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER)));
src/apps/expander/ExpanderPreferences.cpp
149
BAlignment(B_ALIGN_HORIZONTAL_UNSET, B_ALIGN_VERTICAL_CENTER));
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
991
BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER));
src/apps/haikudepot/ui/PackageInfoView.cpp
1316
BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER));
src/apps/haikudepot/ui/PackageInfoView.cpp
287
fRateButton->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_CENTER));
src/apps/haikudepot/ui/PackageInfoView.cpp
693
fScreenshotView->SetExplicitAlignment(BAlignment(B_ALIGN_CENTER, B_ALIGN_TOP));
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPickerView.cpp
123
BAlignment separatorAlignment(B_ALIGN_LEFT, B_ALIGN_TOP);
src/apps/installer/InstallerWindow.cpp
233
fPackagesSwitch->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/apps/installer/InstallerWindow.cpp
245
BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP));
src/apps/installer/PackageViews.cpp
310
BAlignment(B_ALIGN_CENTER, B_ALIGN_MIDDLE), &highColor);
src/apps/mail/AddressTextControl.cpp
629
SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/apps/mail/Header.cpp
163
base, flags, BAlignment(Alignment(), B_ALIGN_MIDDLE), &text);
src/apps/mail/Header.cpp
232
base, flags, BAlignment(labelAlignment, B_ALIGN_MIDDLE), &text);
src/apps/mediaconverter/MediaConverterWindow.cpp
180
fInfoView->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/apps/mediaconverter/MediaConverterWindow.cpp
195
BAlignment labelAlignment(be_control_look->DefaultLabelAlignment());
src/apps/mediaconverter/MediaConverterWindow.cpp
203
startDuration->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/apps/mediaconverter/MediaConverterWindow.cpp
208
endDuration->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/apps/mediaconverter/MediaConverterWindow.cpp
248
outputGrid->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/apps/mediaconverter/MediaFileInfoView.cpp
105
BAlignment
src/apps/mediaconverter/MediaFileInfoView.cpp
108
return BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP);
src/apps/mediaconverter/MediaFileInfoView.h
26
virtual BAlignment LayoutAlignment();
src/apps/mediaplayer/interface/TransportControlGroup.cpp
200
fControlLayout->SetExplicitAlignment(BAlignment(B_ALIGN_CENTER,
src/apps/mediaplayer/interface/TransportControlGroup.cpp
91
fPositionToolTip->SetAlignment(BAlignment(B_ALIGN_CENTER, B_ALIGN_TOP));
src/apps/mediaplayer/settings/SettingsWindow.cpp
68
BAlignment alignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_CENTER);
src/apps/musiccollection/MusicCollectionWindow.cpp
211
fQueryField->SetExplicitAlignment(BAlignment(B_ALIGN_HORIZONTAL_CENTER,
src/apps/packageinstaller/PackageView.cpp
534
BAlignment labelAlignment(B_ALIGN_RIGHT, B_ALIGN_VERTICAL_UNSET);
src/apps/people/PersonView.cpp
73
BAlignment(B_ALIGN_CENTER, B_ALIGN_TOP));
src/apps/people/PictureView.cpp
287
BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER));
src/apps/screenshot/ScreenshotWindow.cpp
204
BAlignment(B_ALIGN_RIGHT, B_ALIGN_BOTTOM));
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
71
fHeaderView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
75
fDetailView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
src/apps/webpositive/URLInputGroup.cpp
671
SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/apps/webpositive/tabview/TabView.cpp
127
base, 0, BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE), &text);
src/apps/webpositive/tabview/TabView.cpp
288
BAlignment
src/apps/webpositive/tabview/TabView.cpp
291
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/apps/webpositive/tabview/TabView.h
78
virtual BAlignment BaseAlignment();
src/kits/app/Message.cpp
2663
DEFINE_SET_GET_BY_REFERENCE_FUNCTIONS(BAlignment, Alignment, B_ALIGNMENT_TYPE);
src/kits/app/Message.cpp
2669
BMessage::AddAlignment(const char* name, const BAlignment& alignment)
src/kits/app/Message.cpp
2831
BMessage::FindAlignment(const char* name, BAlignment* alignment) const
src/kits/app/Message.cpp
2838
BMessage::FindAlignment(const char* name, int32 index, BAlignment* alignment)
src/kits/app/Message.cpp
3099
BMessage::ReplaceAlignment(const char* name, const BAlignment& alignment)
src/kits/app/Message.cpp
3108
const BAlignment& alignment)
src/kits/interface/AbstractLayout.cpp
107
BAlignment Alignment() const
src/kits/interface/AbstractLayout.cpp
112
void SetAlignment(const BAlignment& align)
src/kits/interface/AbstractLayout.cpp
176
BAlignment alignment;
src/kits/interface/AbstractLayout.cpp
220
BAlignment Alignment() const
src/kits/interface/AbstractLayout.cpp
225
void SetAlignment(const BAlignment& alignment)
src/kits/interface/AbstractLayout.cpp
315
BAlignment
src/kits/interface/AbstractLayout.cpp
345
BAbstractLayout::SetExplicitAlignment(BAlignment alignment)
src/kits/interface/AbstractLayout.cpp
372
BAlignment
src/kits/interface/AbstractLayout.cpp
375
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/kits/interface/AbstractLayout.cpp
46
virtual BAlignment Alignment() const = 0;
src/kits/interface/AbstractLayout.cpp
47
virtual void SetAlignment(const BAlignment&) = 0;
src/kits/interface/AbstractLayoutItem.cpp
101
BAbstractLayoutItem::SetExplicitAlignment(BAlignment alignment)
src/kits/interface/AbstractLayoutItem.cpp
128
BAlignment
src/kits/interface/AbstractLayoutItem.cpp
131
return BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER);
src/kits/interface/AbstractLayoutItem.cpp
72
BAlignment
src/kits/interface/AbstractSpinner.cpp
1285
BAlignment
src/kits/interface/AbstractSpinner.cpp
1290
BAlignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_CENTER));
src/kits/interface/AbstractSpinner.cpp
222
virtual BAlignment BaseAlignment();
src/kits/interface/AbstractSpinner.cpp
252
virtual BAlignment BaseAlignment();
src/kits/interface/AbstractSpinner.cpp
294
BAlignment alignment;
src/kits/interface/AbstractSpinner.cpp
745
BAlignment
src/kits/interface/AbstractSpinner.cpp
748
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/kits/interface/AbstractSpinner.cpp
873
BAlignment
src/kits/interface/AbstractSpinner.cpp
876
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/kits/interface/Alignment.cpp
10
BAlignment::RelativeHorizontal() const
src/kits/interface/Alignment.cpp
27
BAlignment::RelativeVertical() const
src/kits/interface/Box.cpp
41
BAlignment alignment;
src/kits/interface/Box.cpp
546
BAlignment
src/kits/interface/Box.cpp
551
BAlignment alignment = (GetLayout() ? GetLayout()->Alignment()
src/kits/interface/Box.cpp
816
BAlignment alignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER);
src/kits/interface/Box.cpp
840
BAlignment childAlignment = child->LayoutAlignment();
src/kits/interface/Button.cpp
165
BAlignment(B_ALIGN_CENTER, B_ALIGN_MIDDLE), &text);
src/kits/interface/CardLayout.cpp
122
BAlignment
src/kits/interface/CardLayout.cpp
125
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/kits/interface/CheckBox.cpp
122
const BAlignment alignment = BAlignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_CENTER);
src/kits/interface/CheckBox.cpp
332
BAlignment
src/kits/interface/CheckBox.cpp
336
BAlignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_CENTER));
src/kits/interface/HaikuControlLook.cpp
2200
const BAlignment& alignment, const rgb_color* textColor)
src/kits/interface/HaikuControlLook.cpp
2325
const BAlignment& alignment, const rgb_color* textColor)
src/kits/interface/HaikuControlLook.cpp
51
BAlignment
src/kits/interface/HaikuControlLook.cpp
54
return BAlignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_CENTER);
src/kits/interface/LayoutItem.cpp
129
BAlignment alignment = Alignment();
src/kits/interface/LayoutUtils.cpp
146
BAlignment
src/kits/interface/LayoutUtils.cpp
147
BLayoutUtils::ComposeAlignment(BAlignment alignment, BAlignment layoutAlignment)
src/kits/interface/LayoutUtils.cpp
162
BLayoutUtils::AlignInFrame(BRect frame, BSize maxSize, BAlignment alignment)
src/kits/interface/LayoutUtils.cpp
187
BAlignment alignment = view->LayoutAlignment();
src/kits/interface/LayoutUtils.cpp
216
BLayoutUtils::AlignOnRect(BRect rect, BSize size, BAlignment alignment)
src/kits/interface/MenuField.cpp
1091
BAlignment(fAlign, B_ALIGN_MIDDLE), &textColor);
src/kits/interface/MenuField.cpp
1223
fMenuBar->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/kits/interface/MenuField.cpp
1227
fMenuBar->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/kits/interface/MenuField.cpp
126
virtual BAlignment BaseAlignment();
src/kits/interface/MenuField.cpp
1499
BAlignment
src/kits/interface/MenuField.cpp
1502
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/kits/interface/MenuField.cpp
1633
BAlignment
src/kits/interface/MenuField.cpp
1636
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/kits/interface/MenuField.cpp
845
fMenuBar->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/kits/interface/MenuField.cpp
93
virtual BAlignment BaseAlignment();
src/kits/interface/RadioButton.cpp
107
const BAlignment alignment = BAlignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_CENTER);
src/kits/interface/RadioButton.cpp
478
BAlignment
src/kits/interface/RadioButton.cpp
482
BAlignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_UNSET));
src/kits/interface/SeparatorView.cpp
31
_Init(NULL, NULL, orientation, BAlignment(B_ALIGN_HORIZONTAL_CENTER,
src/kits/interface/SeparatorView.cpp
361
BSeparatorView::SetAlignment(const BAlignment& aligment)
src/kits/interface/SeparatorView.cpp
37
orientation orientation, border_style border, const BAlignment& alignment)
src/kits/interface/SeparatorView.cpp
449
orientation orientation, BAlignment alignment, border_style border)
src/kits/interface/SeparatorView.cpp
46
orientation orientation, border_style border, const BAlignment& alignment)
src/kits/interface/SeparatorView.cpp
55
orientation orientation, border_style border, const BAlignment& alignment)
src/kits/interface/SeparatorView.cpp
64
orientation orientation, border_style border, const BAlignment& alignment)
src/kits/interface/SeparatorView.cpp
78
fAlignment(BAlignment(B_ALIGN_HORIZONTAL_CENTER,
src/kits/interface/SpaceLayoutItem.cpp
119
BAlignment
src/kits/interface/SpaceLayoutItem.cpp
163
BSpaceLayoutItem::SetExplicitAlignment(BAlignment alignment)
src/kits/interface/SpaceLayoutItem.cpp
33
BSize preferredSize, BAlignment alignment)
src/kits/interface/SpaceLayoutItem.cpp
72
BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER));
src/kits/interface/SpaceLayoutItem.cpp
83
BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER));
src/kits/interface/SpaceLayoutItem.cpp
94
BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER));
src/kits/interface/SplitLayout.cpp
102
virtual BAlignment Alignment()
src/kits/interface/SplitLayout.cpp
104
return BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER);
src/kits/interface/SplitLayout.cpp
122
virtual void SetExplicitAlignment(BAlignment alignment)
src/kits/interface/SplitLayout.cpp
537
BAlignment
src/kits/interface/SplitLayout.h
76
virtual BAlignment BaseAlignment();
src/kits/interface/StringView.cpp
238
BAlignment
src/kits/interface/StringView.cpp
242
BAlignment(fAlign, B_ALIGN_MIDDLE));
src/kits/interface/TabView.cpp
336
BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER), &highColor);
src/kits/interface/TextControl.cpp
117
virtual BAlignment BaseAlignment();
src/kits/interface/TextControl.cpp
1379
BAlignment
src/kits/interface/TextControl.cpp
1382
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/kits/interface/TextControl.cpp
1515
BAlignment
src/kits/interface/TextControl.cpp
1518
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/kits/interface/TextControl.cpp
383
base, flags, BAlignment(fLabelAlign, B_ALIGN_MIDDLE), &text);
src/kits/interface/TextControl.cpp
834
BAlignment
src/kits/interface/TextControl.cpp
841
BAlignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_CENTER));
src/kits/interface/TextControl.cpp
87
virtual BAlignment BaseAlignment();
src/kits/interface/TextView.cpp
828
BAlignment(fAlignment, B_ALIGN_TOP));
src/kits/interface/ToolTip.cpp
147
fAlignment = BAlignment(B_ALIGN_RIGHT, B_ALIGN_BOTTOM);
src/kits/interface/ToolTip.cpp
82
BToolTip::SetAlignment(BAlignment alignment)
src/kits/interface/ToolTip.cpp
88
BAlignment
src/kits/interface/ToolTipManager.cpp
206
BAlignment alignment = fToolTip->Alignment();
src/kits/interface/TwoDimensionalLayout.cpp
372
BAlignment
src/kits/interface/View.cpp
397
BAlignment fAlignment;
src/kits/interface/View.cpp
5722
BAlignment
src/kits/interface/View.cpp
5727
: BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER)));
src/kits/interface/View.cpp
5766
BView::SetExplicitAlignment(BAlignment alignment)
src/kits/interface/View.cpp
5794
BAlignment
src/kits/interface/View.cpp
6992
extern "C" BAlignment
src/kits/interface/ViewLayoutItem.cpp
68
BAlignment
src/kits/interface/ViewLayoutItem.cpp
97
BViewLayoutItem::SetExplicitAlignment(BAlignment alignment)
src/kits/interface/ViewLayoutItem.h
20
virtual BAlignment Alignment();
src/kits/interface/ViewLayoutItem.h
25
virtual void SetExplicitAlignment(BAlignment alignment);
src/kits/interface/ViewPort.cpp
85
virtual BAlignment BaseAlignment()
src/kits/interface/Window.cpp
2491
BAlignment(B_ALIGN_HORIZONTAL_CENTER,
src/kits/shared/ColorPreview.cpp
41
SetExplicitAlignment(BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER));
src/kits/tracker/FindPanel.cpp
1097
button->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_BOTTOM));
src/kits/tracker/FindPanel.cpp
1570
stringViewLayoutItem->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
src/kits/tracker/FindPanel.cpp
3253
layoutItem->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
src/libs/alm/ALMLayout.cpp
1032
BAlignment
src/libs/alm/ALMLayout.cpp
1035
BAlignment alignment;
src/libs/alm/Area.cpp
629
BAlignment alignment = fLayoutItem->Alignment();
src/preferences/appearance/LookAndFeelSettingsView.cpp
132
arrowStyleBox->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/appearance/LookAndFeelSettingsView.cpp
139
BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
src/preferences/backgrounds/BackgroundsView.cpp
1618
SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_BOTTOM));
src/preferences/backgrounds/BackgroundsView.cpp
1622
SetExplicitAlignment(BAlignment(B_ALIGN_CENTER, B_ALIGN_BOTTOM));
src/preferences/backgrounds/BackgroundsView.cpp
1626
SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_BOTTOM));
src/preferences/backgrounds/BackgroundsView.cpp
1630
SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_MIDDLE));
src/preferences/backgrounds/BackgroundsView.cpp
1634
SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
src/preferences/backgrounds/BackgroundsView.cpp
1638
SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP));
src/preferences/backgrounds/BackgroundsView.cpp
1642
SetExplicitAlignment(BAlignment(B_ALIGN_CENTER, B_ALIGN_TOP));
src/preferences/backgrounds/BackgroundsView.cpp
1646
SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
src/preferences/backgrounds/BackgroundsView.cpp
229
fRevert->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/backgrounds/BackgroundsView.cpp
231
fApply->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
src/preferences/bluetooth/BluetoothDeviceView.cpp
31
fName->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
src/preferences/bluetooth/BluetoothDeviceView.cpp
35
fBdaddr->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
src/preferences/bluetooth/BluetoothDeviceView.cpp
39
fClassService->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/bluetooth/BluetoothDeviceView.cpp
43
fClass->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
src/preferences/bluetooth/BluetoothDeviceView.cpp
46
fHCIVersionProperties->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/bluetooth/BluetoothDeviceView.cpp
49
fLMPVersionProperties->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/bluetooth/BluetoothDeviceView.cpp
52
fManufacturerProperties->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/bluetooth/BluetoothDeviceView.cpp
55
fACLBuffersProperties->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/bluetooth/BluetoothDeviceView.cpp
58
fSCOBuffersProperties->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/datatranslations/DataTranslationsWindow.cpp
249
fRightBox->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/preferences/filetypes/ApplicationTypeWindow.cpp
308
BAlignment labelAlignment = be_control_look->DefaultLabelAlignment();
src/preferences/filetypes/ApplicationTypeWindow.cpp
311
menuBar->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
src/preferences/filetypes/ApplicationTypeWindow.cpp
417
BAlignment(B_ALIGN_CENTER, B_ALIGN_MIDDLE));
src/preferences/filetypes/ApplicationTypesWindow.cpp
165
BAlignment labelAlignment = be_control_look->DefaultLabelAlignment();
src/preferences/filetypes/ApplicationTypesWindow.cpp
166
BAlignment fullWidthTopAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_TOP);
src/preferences/filetypes/FileTypesWindow.cpp
349
BAlignment labelAlignment = be_control_look->DefaultLabelAlignment();
src/preferences/filetypes/FileTypesWindow.cpp
350
BAlignment fullAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/preferences/filetypes/FileTypesWindow.cpp
392
menuBar->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
src/preferences/filetypes/NewFileTypeWindow.cpp
108
BAlignment fullSize = BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/preferences/filetypes/NewFileTypeWindow.cpp
79
BAlignment(B_ALIGN_LEFT, B_ALIGN_USE_FULL_HEIGHT));
src/preferences/filetypes/TypeListWindow.cpp
63
BAlignment buttonAlignment =
src/preferences/filetypes/TypeListWindow.cpp
64
BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_VERTICAL_CENTER);
src/preferences/keymap/KeyboardLayoutView.cpp
753
base, flags, BAlignment(B_ALIGN_CENTER, B_ALIGN_MIDDLE),
src/preferences/keymap/KeyboardLayoutView.cpp
823
base, flags, BAlignment(B_ALIGN_CENTER, B_ALIGN_MIDDLE),
src/preferences/keymap/ModifierKeysWindow.cpp
305
menu->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_VERTICAL_UNSET));
src/preferences/keymap/StatusMenuField.cpp
131
BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP));
src/preferences/locale/FormatSettingsView.cpp
107
fullTimeLabel->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/locale/FormatSettingsView.cpp
111
longTimeLabel->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/locale/FormatSettingsView.cpp
115
mediumTimeLabel->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/locale/FormatSettingsView.cpp
119
shortTimeLabel->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/locale/FormatSettingsView.cpp
123
fFullTimeExampleView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/locale/FormatSettingsView.cpp
126
fLongTimeExampleView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/locale/FormatSettingsView.cpp
129
fMediumTimeExampleView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/locale/FormatSettingsView.cpp
132
fShortTimeExampleView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/locale/FormatSettingsView.cpp
137
positiveNumberLabel->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/locale/FormatSettingsView.cpp
141
negativeNumberLabel->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/locale/FormatSettingsView.cpp
145
fPositiveNumberExampleView->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
src/preferences/locale/FormatSettingsView.cpp
148
fNegativeNumberExampleView->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
src/preferences/locale/FormatSettingsView.cpp
153
positiveMonetaryLabel->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/locale/FormatSettingsView.cpp
157
negativeMonetaryLabel->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/locale/FormatSettingsView.cpp
161
fPositiveMonetaryExampleView->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
src/preferences/locale/FormatSettingsView.cpp
164
fNegativeMonetaryExampleView->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
src/preferences/locale/FormatSettingsView.cpp
70
fullDateLabel->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/locale/FormatSettingsView.cpp
74
longDateLabel->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/locale/FormatSettingsView.cpp
78
mediumDateLabel->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/locale/FormatSettingsView.cpp
82
shortDateLabel->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/locale/FormatSettingsView.cpp
86
fFullDateExampleView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/locale/FormatSettingsView.cpp
89
fLongDateExampleView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/locale/FormatSettingsView.cpp
92
fMediumDateExampleView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/locale/FormatSettingsView.cpp
95
fShortDateExampleView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/media/MediaWindow.cpp
722
BAlignment centered(B_ALIGN_HORIZONTAL_CENTER,
src/preferences/screensaver/ScreenSaverWindow.cpp
1064
topView->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/preferences/screensaver/ScreenSaverWindow.cpp
320
fTurnOffCheckBox->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/screensaver/ScreenSaverWindow.cpp
329
fPasswordCheckBox->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
src/preferences/shortcuts/EditWindow.cpp
30
okButton->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP));
src/preferences/shortcuts/ShortcutsWindow.cpp
236
.SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP))
src/preferences/shortcuts/ShortcutsWindow.cpp
241
.SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP))
src/preferences/time/ClockView.cpp
62
showClockBox->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
src/preferences/time/TimeWindow.cpp
150
BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
src/preferences/time/ZoneView.cpp
225
BAlignment(B_ALIGN_RIGHT, B_ALIGN_BOTTOM));
src/preferences/virtualmemory/SettingsWindow.cpp
135
BAlignment align(B_ALIGN_LEFT, B_ALIGN_MIDDLE);
src/tests/kits/interface/layout/widget_layout_test/GroupView.cpp
124
BAlignment
src/tests/kits/interface/layout/widget_layout_test/GroupView.cpp
127
return BAlignment(B_ALIGN_USE_FULL_WIDTH, B_ALIGN_USE_FULL_HEIGHT);
src/tests/kits/interface/layout/widget_layout_test/GroupView.h
26
virtual BAlignment Alignment();
src/tests/kits/interface/layout/widget_layout_test/View.cpp
130
BAlignment
src/tests/kits/interface/layout/widget_layout_test/View.cpp
133
return BAlignment(B_ALIGN_HORIZONTAL_CENTER, B_ALIGN_VERTICAL_CENTER);
src/tests/kits/interface/layout/widget_layout_test/View.h
36
virtual BAlignment Alignment();
src/tests/kits/opengl/glinfo/InfoView.cpp
32
const BAlignment kLabelAlignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_UNSET);
src/tests/kits/opengl/glinfo/InfoView.cpp
33
const BAlignment kValueAlignment(B_ALIGN_RIGHT, B_ALIGN_VERTICAL_UNSET);
src/tests/libs/alm/Areas.cpp
39
button2->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
src/tests/libs/alm/Areas.cpp
43
button3->SetExplicitAlignment(BAlignment(B_ALIGN_HORIZONTAL_CENTER,
src/tests/libs/alm/Areas.cpp
49
button4->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
src/tests/libs/alm/BadLayout.cpp
51
button1->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/ComplexButtons.cpp
34
button1->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/ComplexButtons.cpp
39
button2->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/ComplexButtons.cpp
44
button3->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/ComplexButtons.cpp
49
button4->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/ComplexButtons.cpp
54
button5->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/FriendLayout.cpp
131
button->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/HelloWorld.cpp
34
fLayout->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/HelloWorld.cpp
45
button1->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/NestedLayout.cpp
40
button1->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/TableDemo.cpp
36
b1->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
src/tests/libs/alm/TableDemo.cpp
40
b2->SetExplicitAlignment(BAlignment(
src/tests/libs/alm/TableDemo.cpp
45
b3->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_BOTTOM));
src/tests/libs/alm/ThreeButtons.cpp
29
button1->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/ThreeButtons.cpp
33
button2->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/ThreeButtons.cpp
37
button3->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
src/tests/libs/alm/Views.cpp
37
button4->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,