Home
last modified time | relevance | path

Searched refs:BBox (Results 1 – 25 of 136) sorted by relevance

123456

/haiku/src/kits/interface/
H A DBox.cpp29 struct BBox::LayoutData {
46 BBox::BBox(BRect frame, const char* name, uint32 resizingMode, uint32 flags, in BBox() function in BBox
56 BBox::BBox(const char* name, uint32 flags, border_style border, BView* child) in BBox() function in BBox
68 BBox::BBox(border_style border, BView* child) in BBox() function in BBox
80 BBox::BBox(BMessage* archive) in BBox() function in BBox
89 BBox::~BBox() in ~BBox()
98 BBox::Instantiate(BMessage* archive) in Instantiate()
101 return new BBox(archive); in Instantiate()
108 BBox::Archive(BMessage* archive, bool deep) const in Archive()
126 BBox::SetBorder(border_style border) in SetBorder()
[all …]
/haiku/docs/user/interface/
H A DBox.dox20 \brief Defines the BBox class
25 \class BBox
31 A basic BBox looks like this:
43 \fn BBox::BBox(BRect frame, const char *name = NULL,
47 \brief Constructs a named BBox object from a set of dimensions.
64 \fn BBox::BBox(const char* name,
67 \brief Constructs a named BBox object with its dimensions defined
81 \fn BBox::BBox(border_style border, BView* child)
82 \brief Constructs an anonymous BBox object with a defined border style
93 \fn BBox::BBox(BMessage* archive)
[all …]
/haiku/headers/os/interface/
H A DBox.h12 class BBox : public BView {
14 BBox(BRect frame, const char* name = NULL,
19 BBox(const char* name,
24 BBox(border_style border, BView* child);
25 virtual ~BBox();
28 BBox(BMessage* archive);
84 BBox &operator=(const BBox &);
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.h14 class BBox; variable
66 BBox* fIconBox;
69 BBox* fRecognitionBox;
76 BBox* fDescriptionBox;
81 BBox* fPreferredBox;
86 BBox* fAttributeBox;
/haiku/src/preferences/locale/
H A DFormatSettingsView.h71 BBox* fDateBox;
72 BBox* fTimeBox;
73 BBox* fNumberBox;
74 BBox* fMonetaryBox;
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.h16 class BBox; variable
79 void _UpdateBBoxLayoutInsets(BBox* box);
89 BBox* fSourcesBox;
90 BBox* fInfoBox;
91 BBox* fOutputBox;
/haiku/src/add-ons/translators/gif/
H A DGIFView.h46 class BBox; variable
94 BBox* fDitheringBox;
95 BBox* fInterlacedBox;
96 BBox* fTransparentBox;
/haiku/src/apps/poorman/
H A DPoorManSiteView.cpp25 BBox* webSiteLocation = new BBox("Web Location"); in PoorManSiteView()
29 BBox* webSiteOptions = new BBox("Web Options"); in PoorManSiteView()
H A DPoorManLoggingView.cpp30 BBox* consoleLogging = new BBox(B_TRANSLATE("Console Logging")); in PoorManLoggingView()
34 BBox* fileLogging = new BBox(B_TRANSLATE("File Logging")); in PoorManLoggingView()
H A DPoorManAdvancedView.cpp30 BBox* connectionOptions = new BBox(B_TRANSLATE("Connections")); in PoorManAdvancedView()
/haiku/src/libs/print/libprint/
H A DAddPrinterDlg.cpp55 BBox* protocolClassBox = new BBox("protocolClass"); in AttachedToWindow()
90 BBox* descriptionBox = new BBox("descriptionBox"); in AttachedToWindow()
108 BBox *separator = new BBox("separator"); in AttachedToWindow()
/haiku/src/kits/print/
H A DJobSetupPanel.cpp273 BBox* divider = new BBox(B_FANCY_BORDER, NULL); in _SetupInterface()
288 BBox *box = new BBox(B_FANCY_BORDER, view); in _SetupInterface()
315 box = new BBox(B_FANCY_BORDER, view); in _SetupInterface()
334 BBox* box2 = new BBox(B_FANCY_BORDER, view2); in _SetupInterface()
352 box = new BBox(B_FANCY_BORDER, view); in _SetupInterface()
/haiku/src/preferences/appearance/
H A DFakeScrollBar.cpp169 BBox* box = dynamic_cast<BBox*>(parent); in SetValue()
175 BBox* box = dynamic_cast<BBox*>(parent); in SetValue()
194 BBox* box = dynamic_cast<BBox*>(child); in SetValue()
H A DFontSelectionView.h18 class BBox; variable
67 BBox* fPreviewBox;
/haiku/src/preferences/input/
H A DSettingsView.h24 class SettingsView : public BBox {
40 typedef BBox inherited;
/haiku/src/preferences/joysticks/
H A DMessageWin.h15 class BBox; variable
37 BBox* fBox;
H A DCalibWin.h19 class BBox; variable
64 BBox* fBox;
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DBoxTest.h12 class BBox; variable
39 BBox* fBox;
/haiku/src/apps/diskusage/
H A DStatusView.cpp69 BBox* divider1 = new BBox(BRect(), B_EMPTY_STRING, B_FOLLOW_ALL_SIDES, in StatusView()
72 BBox* divider2 = new BBox(BRect(), B_EMPTY_STRING, B_FOLLOW_ALL_SIDES, in StatusView()
/haiku/src/preferences/screensaver/
H A DPasswordWindow.cpp63 BBox* networkBox = new BBox("networkBox"); in _Setup()
71 BBox* customBox = new BBox("customBox"); in _Setup()
/haiku/src/preferences/mail/
H A DConfigViews.h30 class AccountConfigView : public BBox {
49 class ProtocolSettingsView : public BBox {
/haiku/src/tests/kits/interface/picture/
H A DPictureTest.cpp26 class OriginalView : public BBox {
33 class PictureView : public BBox {
94 : BBox(frame, "original_view", B_FOLLOW_ALL_SIDES, B_WILL_DRAW) in OriginalView()
108 : BBox(frame, "pict_view", B_FOLLOW_ALL_SIDES, B_WILL_DRAW), in PictureView()
/haiku/src/apps/codycam/
H A DCodyCam.h154 BBox* fCaptureSetupBox;
161 BBox* fFtpSetupBox;
167 BBox* fStatusBox;
/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.cpp63 BBox *received = new BBox(rect, "Received"); in PPPStatusView()
79 BBox *sent = new BBox(rect, "sent"); in PPPStatusView()
/haiku/src/tests/kits/game/chart/
H A DChartWindow.h151 class BBox; variable
247 BBox *fStatusBox;
248 BBox *fColorsBox;
249 BBox *fSpecialBox;

123456