Searched refs:SetExplicitAlignment (Results 1 - 25 of 69) sorted by path

123

/haiku/headers/os/interface/
H A DAbstractLayout.h26 virtual void SetExplicitAlignment(BAlignment alignment);
H A DAbstractLayoutItem.h27 virtual void SetExplicitAlignment(BAlignment alignment);
H A DLayoutItem.h37 virtual void SetExplicitAlignment(BAlignment alignment) = 0;
H A DSpaceLayoutItem.h30 virtual void SetExplicitAlignment(BAlignment alignment);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp263 fQuotaView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.cpp57 fArchiveNameView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
62 fZipOutputView->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
68 fStopButton->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
/haiku/src/apps/debuganalyzer/gui/
H A DAbstractGeneralPage.h21 SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
/haiku/src/apps/expander/
H A DExpanderPreferences.cpp144 fDestText->SetExplicitAlignment(
/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp197 fControlLayout->SetExplicitAlignment(BAlignment(B_ALIGN_CENTER,
/haiku/src/kits/interface/
H A DAbstractLayout.cpp227 view->SetExplicitAlignment(alignment);
345 BAbstractLayout::SetExplicitAlignment(BAlignment alignment) function in class:BAbstractLayout
H A DAbstractLayoutItem.cpp101 BAbstractLayoutItem::SetExplicitAlignment(BAlignment alignment) function in class:BAbstractLayoutItem
H A DSpaceLayoutItem.cpp163 BSpaceLayoutItem::SetExplicitAlignment(BAlignment alignment) function in class:BSpaceLayoutItem
H A DSplitLayout.cpp122 virtual void SetExplicitAlignment(BAlignment alignment) function in class:BSplitLayout::SplitterItem
H A DViewLayoutItem.cpp97 BViewLayoutItem::SetExplicitAlignment(BAlignment alignment) function in class:BViewLayoutItem
99 fView->SetExplicitAlignment(alignment);
H A DViewLayoutItem.h25 virtual void SetExplicitAlignment(BAlignment alignment);
/haiku/src/preferences/bluetooth/
H A DBluetoothDeviceView.cpp31 fName->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
35 fBdaddr->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
39 fClassService->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
43 fClass->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
46 fHCIVersionProperties->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
49 fLMPVersionProperties->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
52 fManufacturerProperties->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
55 fACLBuffersProperties->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
58 fSCOBuffersProperties->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT,
/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp249 fRightBox->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
/haiku/src/preferences/filetypes/
H A DNewFileTypeWindow.cpp78 typesMenuLabel->SetExplicitAlignment(
110 typesMenuField->MenuBar()->SetExplicitAlignment(fullSize);
111 fNameControl->TextView()->SetExplicitAlignment(fullSize);
H A DTypeListWindow.cpp65 button->SetExplicitAlignment(buttonAlignment);
66 fSelectButton->SetExplicitAlignment(buttonAlignment);
/haiku/src/preferences/media/
H A DMediaWindow.cpp723 stringView->SetExplicitAlignment(centered);
/haiku/src/preferences/shortcuts/
H A DEditWindow.cpp30 okButton->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT, B_ALIGN_TOP));
/haiku/src/preferences/time/
H A DClockView.cpp62 showClockBox->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
H A DTimeWindow.cpp149 fRevertButton->SetExplicitAlignment(
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp170 fSwapEnabledCheckBox->SetExplicitAlignment(align);
175 fSwapEnabledCheckBox->SetExplicitAlignment(align);
182 fVolumeMenuField->SetExplicitAlignment(align);
199 fSizeSlider->SetExplicitAlignment(align);
/haiku/src/tests/libs/alm/
H A DAreas.cpp39 button2->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
43 button3->SetExplicitAlignment(BAlignment(B_ALIGN_HORIZONTAL_CENTER,
49 button4->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,

Completed in 137 milliseconds

123