/haiku/src/kits/interface/ |
H A D | Box.cpp | 29 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 D | Box.dox | 20 \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 D | Box.h | 12 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 D | FileTypesWindow.h | 14 class BBox; variable 66 BBox* fIconBox; 69 BBox* fRecognitionBox; 76 BBox* fDescriptionBox; 81 BBox* fPreferredBox; 86 BBox* fAttributeBox;
|
/haiku/src/preferences/locale/ |
H A D | FormatSettingsView.h | 71 BBox* fDateBox; 72 BBox* fTimeBox; 73 BBox* fNumberBox; 74 BBox* fMonetaryBox;
|
/haiku/src/apps/mediaconverter/ |
H A D | MediaConverterWindow.h | 16 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 D | GIFView.h | 46 class BBox; variable 94 BBox* fDitheringBox; 95 BBox* fInterlacedBox; 96 BBox* fTransparentBox;
|
/haiku/src/apps/poorman/ |
H A D | PoorManSiteView.cpp | 25 BBox* webSiteLocation = new BBox("Web Location"); in PoorManSiteView() 29 BBox* webSiteOptions = new BBox("Web Options"); in PoorManSiteView()
|
H A D | PoorManLoggingView.cpp | 30 BBox* consoleLogging = new BBox(B_TRANSLATE("Console Logging")); in PoorManLoggingView() 34 BBox* fileLogging = new BBox(B_TRANSLATE("File Logging")); in PoorManLoggingView()
|
H A D | PoorManAdvancedView.cpp | 30 BBox* connectionOptions = new BBox(B_TRANSLATE("Connections")); in PoorManAdvancedView()
|
/haiku/src/libs/print/libprint/ |
H A D | AddPrinterDlg.cpp | 55 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 D | JobSetupPanel.cpp | 273 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 D | FakeScrollBar.cpp | 169 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 D | FontSelectionView.h | 18 class BBox; variable 67 BBox* fPreviewBox;
|
/haiku/src/preferences/input/ |
H A D | SettingsView.h | 24 class SettingsView : public BBox { 40 typedef BBox inherited;
|
/haiku/src/preferences/joysticks/ |
H A D | MessageWin.h | 15 class BBox; variable 37 BBox* fBox;
|
H A D | CalibWin.h | 19 class BBox; variable 64 BBox* fBox;
|
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/ |
H A D | BoxTest.h | 12 class BBox; variable 39 BBox* fBox;
|
/haiku/src/apps/diskusage/ |
H A D | StatusView.cpp | 69 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 D | PasswordWindow.cpp | 63 BBox* networkBox = new BBox("networkBox"); in _Setup() 71 BBox* customBox = new BBox("customBox"); in _Setup()
|
/haiku/src/preferences/mail/ |
H A D | ConfigViews.h | 30 class AccountConfigView : public BBox { 49 class ProtocolSettingsView : public BBox {
|
/haiku/src/tests/kits/interface/picture/ |
H A D | PictureTest.cpp | 26 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 D | CodyCam.h | 154 BBox* fCaptureSetupBox; 161 BBox* fFtpSetupBox; 167 BBox* fStatusBox;
|
/haiku/src/bin/network/ppp_up/ |
H A D | PPPStatusView.cpp | 63 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 D | ChartWindow.h | 151 class BBox; variable 247 BBox *fStatusBox; 248 BBox *fColorsBox; 249 BBox *fSpecialBox;
|