Searched refs:BBox (Results 1 - 25 of 131) 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, function in class:BBox
56 BBox::BBox(const char* name, uint32 flags, border_style border, BView* child) function in class:BBox
68 BBox::BBox(border_style border, BView* child) function in class:BBox
80 BBox::BBox(BMessage* archive) function in class:BBox
89 BBox
[all...]
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.h14 class BBox;
66 BBox* fIconBox;
69 BBox* fRecognitionBox;
76 BBox* fDescriptionBox;
81 BBox* fPreferredBox;
86 BBox* fAttributeBox;
/haiku/src/preferences/joysticks/
H A DMessageWin.h15 class BBox;
37 BBox* fBox;
H A DCalibWin.h19 class BBox;
64 BBox* fBox;
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DBoxTest.h12 class BBox;
39 BBox* fBox;
/haiku/headers/os/interface/
H A DBox.h12 class BBox : public BView { class in inherits: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/add-ons/translators/gif/
H A DGIFView.h46 class BBox;
94 BBox* fDitheringBox;
95 BBox* fInterlacedBox;
96 BBox* fTransparentBox;
/haiku/src/apps/poorman/
H A DPoorManLoggingView.cpp30 BBox* consoleLogging = new BBox(B_TRANSLATE("Console Logging"));
33 // File Logging BBox
34 BBox* fileLogging = new BBox(B_TRANSLATE("File Logging"));
H A DPoorManSiteView.cpp24 // Web Site Location BBox
25 BBox* webSiteLocation = new BBox("Web Location");
28 // Web Site Options BBox
29 BBox* webSiteOptions = new BBox("Web Options");
H A DPoorManAdvancedView.cpp30 BBox* connectionOptions = new BBox(B_TRANSLATE("Connections"));
/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;
79 void _UpdateBBoxLayoutInsets(BBox* box);
89 BBox* fSourcesBox;
90 BBox* fInfoBox;
91 BBox* fOutputBox;
/haiku/src/preferences/mail/
H A DConfigViews.h30 class AccountConfigView : public BBox {
49 class ProtocolSettingsView : public BBox {
/haiku/src/preferences/input/
H A DSettingsView.h27 class SettingsView : public BBox {
43 typedef BBox inherited;
H A DInputMouse.h43 typedef BBox inherited;
/haiku/src/preferences/appearance/
H A DFontSelectionView.h18 class BBox;
67 BBox* fPreviewBox;
/haiku/src/libs/print/libprint/
H A DAddPrinterDlg.cpp55 BBox* protocolClassBox = new BBox("protocolClass");
90 BBox* descriptionBox = new BBox("descriptionBox");
108 BBox *separator = new BBox("separator");
/haiku/headers/private/interface/
H A DZombieReplicantView.h38 class _BZombieReplicantView_ : public BBox {
/haiku/src/tests/kits/interface/bwindowstack/
H A DWindowStackTest.h34 class MainView : public BBox
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DStickItWindow.h13 class BBox;
/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerWindow.h34 BBox *fMainView;
/haiku/src/kits/tracker/
H A DTrackerSettingsWindow.h76 BBox* fSettingsContainerBox;
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.h20 class BBox;
83 BBox* fPreviewBox;
/haiku/src/apps/codycam/
H A DCodyCam.h154 BBox* fCaptureSetupBox;
161 BBox* fFtpSetupBox;
167 BBox* fStatusBox;
/haiku/src/apps/pulse/
H A DConfigView.h30 class ConfigView : public BBox {

Completed in 128 milliseconds

123456