Symbol: BBox
headers/libs/print/libprint/JobSetupDlg.h
164
BBox* fHalftoneBox;
headers/libs/print/libprint/MarginView.h
167
class MarginView : public BBox
headers/os/interface/Box.h
12
class BBox : public BView {
headers/os/interface/Box.h
14
BBox(BRect frame, const char* name = NULL,
headers/os/interface/Box.h
19
BBox(const char* name,
headers/os/interface/Box.h
24
BBox(border_style border, BView* child);
headers/os/interface/Box.h
25
virtual ~BBox();
headers/os/interface/Box.h
28
BBox(BMessage* archive);
headers/os/interface/Box.h
84
BBox &operator=(const BBox &);
headers/private/interface/ZombieReplicantView.h
38
class _BZombieReplicantView_ : public BBox {
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.cpp
159
BBox* bg = new BBox(frame, "bg", B_FOLLOW_ALL,
src/add-ons/network_settings/dialup/GeneralAddon.cpp
373
fDeviceBox = new BBox("Device");
src/add-ons/network_settings/dialup/GeneralAddon.h
128
BBox *fDeviceBox;
src/add-ons/network_settings/dialup/GeneralAddon.h
21
class BBox;
src/add-ons/print/drivers/preview/JobSetupWindow.cpp
81
BBox *separator = new BBox("separator");
src/add-ons/print/drivers/preview/PageSetupWindow.cpp
198
BBox *separator = new BBox("separator");
src/add-ons/translators/gif/GIFView.cpp
108
fDitheringBox = new BBox("dithering", B_WILL_DRAW, B_NO_BORDER);
src/add-ons/translators/gif/GIFView.cpp
113
fInterlacedBox = new BBox("interlaced", B_WILL_DRAW, B_NO_BORDER);
src/add-ons/translators/gif/GIFView.cpp
135
fTransparentBox = new BBox(B_FANCY_BORDER,
src/add-ons/translators/gif/GIFView.h
46
class BBox;
src/add-ons/translators/gif/GIFView.h
94
BBox* fDitheringBox;
src/add-ons/translators/gif/GIFView.h
95
BBox* fInterlacedBox;
src/add-ons/translators/gif/GIFView.h
96
BBox* fTransparentBox;
src/apps/codycam/CodyCam.cpp
465
BBox* box = new BBox("box");
src/apps/codycam/CodyCam.cpp
630
fCaptureSetupBox = new BBox("Capture Controls", B_WILL_DRAW);
src/apps/codycam/CodyCam.cpp
684
fFtpSetupBox = new BBox("FTP Setup", B_WILL_DRAW);
src/apps/codycam/CodyCam.h
154
BBox* fCaptureSetupBox;
src/apps/codycam/CodyCam.h
161
BBox* fFtpSetupBox;
src/apps/codycam/CodyCam.h
167
BBox* fStatusBox;
src/apps/debugger/user_interface/gui/team_settings_window/ExceptionStopConfigView.h
14
class BBox;
src/apps/debugger/user_interface/gui/team_settings_window/ImageStopConfigView.h
16
class BBox;
src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.cpp
380
BBox* dispositionsBox = new BBox("custom dispositions box");
src/apps/deskbar/PreferencesWindow.cpp
168
BBox* appsSettingsBox = new BBox("applications");
src/apps/deskbar/PreferencesWindow.cpp
188
BBox* menuBox = new BBox("menu");
src/apps/deskbar/PreferencesWindow.cpp
214
BBox* windowSettingsBox = new BBox("window");
src/apps/deskbar/Switcher.cpp
1234
BBox(bounds, "top", B_FOLLOW_ALL, B_WILL_DRAW, B_NO_BORDER),
src/apps/deskbar/Switcher.cpp
1334
BBox::Draw(update);
src/apps/deskbar/Switcher.cpp
203
class TBox : public BBox {
src/apps/devices/ResourceUsageWindow.cpp
373
BBox *background = new BBox(Bounds(), "background");
src/apps/diskusage/StatusView.cpp
69
BBox* divider1 = new BBox(BRect(), B_EMPTY_STRING, B_FOLLOW_ALL_SIDES,
src/apps/diskusage/StatusView.cpp
72
BBox* divider2 = new BBox(BRect(), B_EMPTY_STRING, B_FOLLOW_ALL_SIDES,
src/apps/magnify/Magnify.cpp
1040
: BBox(frame, "rgb", B_FOLLOW_ALL,
src/apps/magnify/Magnify.cpp
1068
BBox::AttachedToWindow();
src/apps/magnify/Magnify.cpp
1182
BBox::FrameResized(width, height);
src/apps/magnify/Magnify.h
158
class TInfoView : public BBox {
src/apps/mail/Prefs.cpp
157
BBox* interfaceBox = new BBox(B_FANCY_BORDER, interfaceView);
src/apps/mail/Prefs.cpp
159
BBox* mailBox = new BBox(B_FANCY_BORDER, mailView);
src/apps/mediaconverter/MediaConverterWindow.cpp
120
class OutputBox : public BBox {
src/apps/mediaconverter/MediaConverterWindow.cpp
129
BBox::FrameResized(width, height);
src/apps/mediaconverter/MediaConverterWindow.cpp
136
BBox(border, child)
src/apps/mediaconverter/MediaConverterWindow.cpp
174
fSourcesBox = new BBox(B_FANCY_BORDER, scroller);
src/apps/mediaconverter/MediaConverterWindow.cpp
182
fInfoBox = new BBox(B_FANCY_BORDER, fInfoView);
src/apps/mediaconverter/MediaConverterWindow.cpp
986
MediaConverterWindow::_UpdateBBoxLayoutInsets(BBox* box)
src/apps/mediaconverter/MediaConverterWindow.h
16
class BBox;
src/apps/mediaconverter/MediaConverterWindow.h
79
void _UpdateBBoxLayoutInsets(BBox* box);
src/apps/mediaconverter/MediaConverterWindow.h
89
BBox* fSourcesBox;
src/apps/mediaconverter/MediaConverterWindow.h
90
BBox* fInfoBox;
src/apps/mediaconverter/MediaConverterWindow.h
91
BBox* fOutputBox;
src/apps/mediaplayer/settings/SettingsWindow.cpp
55
BBox* settingsBox = new BBox(B_PLAIN_BORDER, NULL);
src/apps/mediaplayer/settings/SettingsWindow.cpp
58
BBox* buttonBox = new BBox(B_PLAIN_BORDER, NULL);
src/apps/packageinstaller/PackageView.h
18
class BBox;
src/apps/poorman/PoorManAdvancedView.cpp
30
BBox* connectionOptions = new BBox(B_TRANSLATE("Connections"));
src/apps/poorman/PoorManLoggingView.cpp
30
BBox* consoleLogging = new BBox(B_TRANSLATE("Console Logging"));
src/apps/poorman/PoorManLoggingView.cpp
34
BBox* fileLogging = new BBox(B_TRANSLATE("File Logging"));
src/apps/poorman/PoorManSiteView.cpp
25
BBox* webSiteLocation = new BBox("Web Location");
src/apps/poorman/PoorManSiteView.cpp
29
BBox* webSiteOptions = new BBox("Web Options");
src/apps/pulse/ConfigView.cpp
58
: BBox(rect, name, B_FOLLOW_NONE, B_WILL_DRAW),
src/apps/pulse/ConfigView.h
30
class ConfigView : public BBox {
src/apps/screenshot/ScreenshotWindow.cpp
206
BBox* divider = new BBox(B_FANCY_BORDER, NULL);
src/apps/screenshot/ScreenshotWindow.cpp
216
BBox* previewBox = new BBox(B_FANCY_BORDER, fPreview);
src/apps/showimage/PrintOptionsWindow.cpp
139
BBox* line;
src/apps/showimage/PrintOptionsWindow.cpp
167
line = new BBox(B_EMPTY_STRING, B_WILL_DRAW | B_FRAME_EVENTS,
src/apps/soundrecorder/RecorderWindow.cpp
252
BBox *background = new BBox(r, "_background",
src/apps/soundrecorder/RecorderWindow.cpp
361
fBottomBox = new BBox(r, "bottomBox", B_FOLLOW_ALL);
src/apps/soundrecorder/RecorderWindow.cpp
387
fFileInfoBox = new BBox(r, "fileinfo", B_FOLLOW_LEFT);
src/apps/soundrecorder/RecorderWindow.h
103
BBox * fBottomBox;
src/apps/soundrecorder/RecorderWindow.h
104
BBox * fFileInfoBox;
src/apps/soundrecorder/RecorderWindow.h
35
class BBox;
src/apps/soundrecorder/VolumeSlider.cpp
162
: BBox(rect, "speaker", resizeFlags, B_WILL_DRAW, B_NO_BORDER),
src/apps/soundrecorder/VolumeSlider.h
34
class SpeakerView : public BBox
src/apps/terminal/FindWindow.cpp
48
BBox* separator = new BBox("separator");
src/apps/webpositive/support/FontSelectionView.cpp
108
fPreviewBox = new BBox("preview box", B_WILL_DRAW | B_FRAME_EVENTS);
src/apps/webpositive/support/FontSelectionView.h
20
class BBox;
src/apps/webpositive/support/FontSelectionView.h
84
BBox* fPreviewBox;
src/bin/desklink/VolumeWindow.cpp
38
BBox* box = new BBox("sliderbox");
src/bin/network/ppp_up/ConnectionView.cpp
68
BBox *authenticationBox = new BBox(rect, "Authentication");
src/bin/network/ppp_up/PPPStatusView.cpp
63
BBox *received = new BBox(rect, "Received");
src/bin/network/ppp_up/PPPStatusView.cpp
79
BBox *sent = new BBox(rect, "sent");
src/bin/screen_blanker/PasswordWindow.cpp
43
BBox *customBox = new BBox(bounds, "customBox", B_FOLLOW_NONE);
src/kits/interface/Box.cpp
101
return new BBox(archive);
src/kits/interface/Box.cpp
108
BBox::Archive(BMessage* archive, bool deep) const
src/kits/interface/Box.cpp
126
BBox::SetBorder(border_style border)
src/kits/interface/Box.cpp
143
BBox::Border() const
src/kits/interface/Box.cpp
151
BBox::TopBorderOffset()
src/kits/interface/Box.cpp
164
BBox::InnerFrame()
src/kits/interface/Box.cpp
179
BBox::SetLabel(const char* string)
src/kits/interface/Box.cpp
194
BBox::SetLabel(BView* viewLabel)
src/kits/interface/Box.cpp
214
BBox::Label() const
src/kits/interface/Box.cpp
221
BBox::LabelView() const
src/kits/interface/Box.cpp
228
BBox::Draw(BRect updateRect)
src/kits/interface/Box.cpp
276
BBox::AttachedToWindow()
src/kits/interface/Box.cpp
29
struct BBox::LayoutData {
src/kits/interface/Box.cpp
298
BBox::DetachedFromWindow()
src/kits/interface/Box.cpp
305
BBox::AllAttached()
src/kits/interface/Box.cpp
312
BBox::AllDetached()
src/kits/interface/Box.cpp
319
BBox::FrameResized(float width, float height)
src/kits/interface/Box.cpp
366
BBox::MessageReceived(BMessage* message)
src/kits/interface/Box.cpp
373
BBox::MouseDown(BPoint point)
src/kits/interface/Box.cpp
380
BBox::MouseUp(BPoint point)
src/kits/interface/Box.cpp
387
BBox::WindowActivated(bool active)
src/kits/interface/Box.cpp
394
BBox::MouseMoved(BPoint point, uint32 transit, const BMessage* message)
src/kits/interface/Box.cpp
401
BBox::FrameMoved(BPoint newLocation)
src/kits/interface/Box.cpp
408
BBox::ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier,
src/kits/interface/Box.cpp
416
BBox::ResizeToPreferred()
src/kits/interface/Box.cpp
432
BBox::GetPreferredSize(float* _width, float* _height)
src/kits/interface/Box.cpp
444
BBox::MakeFocus(bool focused)
src/kits/interface/Box.cpp
451
BBox::GetSupportedSuites(BMessage* message)
src/kits/interface/Box.cpp
458
BBox::Perform(perform_code code, void* _data)
src/kits/interface/Box.cpp
46
BBox::BBox(BRect frame, const char* name, uint32 resizingMode, uint32 flags,
src/kits/interface/Box.cpp
463
= BBox::MinSize();
src/kits/interface/Box.cpp
467
= BBox::MaxSize();
src/kits/interface/Box.cpp
471
= BBox::PreferredSize();
src/kits/interface/Box.cpp
475
= BBox::LayoutAlignment();
src/kits/interface/Box.cpp
479
= BBox::HasHeightForWidth();
src/kits/interface/Box.cpp
485
BBox::GetHeightForWidth(data->width, &data->min, &data->max,
src/kits/interface/Box.cpp
492
BBox::SetLayout(data->layout);
src/kits/interface/Box.cpp
499
BBox::LayoutInvalidated(data->descendants);
src/kits/interface/Box.cpp
504
BBox::DoLayout();
src/kits/interface/Box.cpp
514
BBox::MinSize()
src/kits/interface/Box.cpp
526
BBox::MaxSize()
src/kits/interface/Box.cpp
536
BBox::PreferredSize()
src/kits/interface/Box.cpp
547
BBox::LayoutAlignment()
src/kits/interface/Box.cpp
558
BBox::LayoutInvalidated(bool descendants)
src/kits/interface/Box.cpp
56
BBox::BBox(const char* name, uint32 flags, border_style border, BView* child)
src/kits/interface/Box.cpp
565
BBox::DoLayout()
src/kits/interface/Box.cpp
623
void BBox::_ReservedBox1() {}
src/kits/interface/Box.cpp
624
void BBox::_ReservedBox2() {}
src/kits/interface/Box.cpp
627
BBox &
src/kits/interface/Box.cpp
628
BBox::operator=(const BBox &)
src/kits/interface/Box.cpp
635
BBox::_InitObject(BMessage* archive)
src/kits/interface/Box.cpp
679
BBox::_DrawPlain(BRect labelBox)
src/kits/interface/Box.cpp
68
BBox::BBox(border_style border, BView* child)
src/kits/interface/Box.cpp
715
BBox::_DrawFancy(BRect labelBox)
src/kits/interface/Box.cpp
737
BBox::_ClearLabel()
src/kits/interface/Box.cpp
751
BBox::_Child() const
src/kits/interface/Box.cpp
763
BBox::_ValidateLayoutData()
src/kits/interface/Box.cpp
80
BBox::BBox(BMessage* archive)
src/kits/interface/Box.cpp
861
BBox* box, bool descendants)
src/kits/interface/Box.cpp
89
BBox::~BBox()
src/kits/interface/Box.cpp
98
BBox::Instantiate(BMessage* archive)
src/kits/interface/RadioButton.cpp
200
BBox* box = dynamic_cast<BBox*>(parent);
src/kits/interface/RadioButton.cpp
206
BBox* box = dynamic_cast<BBox*>(parent);
src/kits/interface/RadioButton.cpp
225
BBox* box = dynamic_cast<BBox*>(child);
src/kits/interface/ZombieReplicantView.cpp
34
BBox(frame, "<Zombie>", B_FOLLOW_NONE, B_WILL_DRAW),
src/kits/interface/ZombieReplicantView.cpp
97
BBox::Draw(updateRect);
src/kits/print/JobSetupPanel.cpp
273
BBox* divider = new BBox(B_FANCY_BORDER, NULL);
src/kits/print/JobSetupPanel.cpp
288
BBox *box = new BBox(B_FANCY_BORDER, view);
src/kits/print/JobSetupPanel.cpp
315
box = new BBox(B_FANCY_BORDER, view);
src/kits/print/JobSetupPanel.cpp
334
BBox* box2 = new BBox(B_FANCY_BORDER, view2);
src/kits/print/JobSetupPanel.cpp
352
box = new BBox(B_FANCY_BORDER, view);
src/kits/tracker/AutoMounterSettings.cpp
77
BBox* autoMountBox = new BBox("autoMountBox", B_WILL_DRAW | B_FRAME_EVENTS
src/kits/tracker/AutoMounterSettings.cpp
98
BBox* bootMountBox = new BBox("", B_WILL_DRAW | B_FRAME_EVENTS
src/kits/tracker/FindPanel.cpp
1080
icon = new BBox("no draggable icon", B_WILL_DRAW, B_NO_BORDER);
src/kits/tracker/FindPanel.cpp
1084
BView* mimeTypeFieldSpacer = new BBox("MimeTypeMenuSpacer", B_WILL_DRAW, B_NO_BORDER);
src/kits/tracker/FindPanel.cpp
1087
BBox* queryControls = new BBox("Box");
src/kits/tracker/FindPanel.cpp
1090
BBox* queryBox = new BBox("Outer Controls");
src/kits/tracker/FindPanel.cpp
2665
BBox* box = dynamic_cast<BBox*>(FindView("Box"));
src/kits/tracker/FindPanel.cpp
2709
BBox* box = dynamic_cast<BBox*>(FindView("Box"));
src/kits/tracker/FindPanel.cpp
3089
BBox* box = dynamic_cast<BBox*>(FindView("Box"));
src/kits/tracker/FindPanel.h
326
BBox* fMoreOptions;
src/kits/tracker/FindPanel.h
52
class BBox;
src/kits/tracker/SettingsViews.cpp
816
BBox* box = new BBox("box");
src/kits/tracker/TrackerSettingsWindow.cpp
97
fSettingsContainerBox = new BBox("SettingsContainerBox");
src/kits/tracker/TrackerSettingsWindow.h
76
BBox* fSettingsContainerBox;
src/libs/print/libprint/AddPrinterDlg.cpp
108
BBox *separator = new BBox("separator");
src/libs/print/libprint/AddPrinterDlg.cpp
55
BBox* protocolClassBox = new BBox("protocolClass");
src/libs/print/libprint/AddPrinterDlg.cpp
90
BBox* descriptionBox = new BBox("descriptionBox");
src/libs/print/libprint/JobSetupDlg.cpp
197
BBox* qualityBox = new BBox("quality");
src/libs/print/libprint/JobSetupDlg.cpp
213
BBox* pageRangeBox = new BBox("pageRange");
src/libs/print/libprint/JobSetupDlg.cpp
315
BBox* pageSelectionBox = new BBox("pageSelection");
src/libs/print/libprint/JobSetupDlg.cpp
330
BBox *separator = new BBox("separator");
src/libs/print/libprint/JobSetupDlg.cpp
473
fHalftoneBox = new BBox("halftoneBox");
src/libs/print/libprint/MarginView.cpp
155
: BBox("marginView")
src/libs/print/libprint/Preview.cpp
788
BView* panel = new BBox(Bounds(), "top_panel", B_FOLLOW_ALL,
src/preferences/appearance/AntialiasingSettingsView.h
11
class BBox;
src/preferences/appearance/FakeScrollBar.cpp
172
BBox* box = dynamic_cast<BBox*>(parent);
src/preferences/appearance/FakeScrollBar.cpp
178
BBox* box = dynamic_cast<BBox*>(parent);
src/preferences/appearance/FakeScrollBar.cpp
197
BBox* box = dynamic_cast<BBox*>(child);
src/preferences/appearance/FontSelectionView.cpp
119
fPreviewBox = new BBox("preview box", B_WILL_DRAW | B_FRAME_EVENTS);
src/preferences/appearance/FontSelectionView.h
18
class BBox;
src/preferences/appearance/FontSelectionView.h
62
BBox* fPreviewBox;
src/preferences/appearance/LookAndFeelSettingsView.cpp
111
BBox* arrowStyleBox = new BBox("arrow style");
src/preferences/backgrounds/BackgroundsView.cpp
148
BBox* rightbox = new BBox("rightbox");
src/preferences/backgrounds/BackgroundsView.cpp
72
BBox("BackgroundsView"),
src/preferences/backgrounds/BackgroundsView.cpp
83
BBox* previewBox = new BBox("preview");
src/preferences/backgrounds/BackgroundsView.h
102
class BackgroundsView : public BBox {
src/preferences/bluetooth/BluetoothSettingsView.h
18
class BBox;
src/preferences/datatranslations/DataTranslationsWindow.cpp
248
fRightBox = new BBox("Right_Side");
src/preferences/datatranslations/DataTranslationsWindow.h
48
BBox* fRightBox;
src/preferences/filetypes/ApplicationTypeWindow.cpp
345
BBox* flagsBox = new BBox("flagsBox");
src/preferences/filetypes/ApplicationTypeWindow.cpp
375
BBox* iconBox = new BBox("IconBox");
src/preferences/filetypes/ApplicationTypeWindow.cpp
385
BBox* typeBox = new BBox("typesBox");
src/preferences/filetypes/ApplicationTypeWindow.cpp
421
BBox* versionBox = new BBox("versionBox");
src/preferences/filetypes/ApplicationTypesWindow.cpp
182
BBox* infoBox = new BBox((char*)NULL);
src/preferences/filetypes/ApplicationTypesWindow.cpp
209
BBox* versionBox = new BBox("");
src/preferences/filetypes/AttributeWindow.cpp
229
BBox* visibleBox;
src/preferences/filetypes/AttributeWindow.cpp
240
.Add(visibleBox = new BBox(B_FANCY_BORDER,
src/preferences/filetypes/FileTypeWindow.cpp
60
BBox* fileTypeBox = new BBox("file type BBox");
src/preferences/filetypes/FileTypeWindow.cpp
88
BBox* iconBox = new BBox("icon BBox");
src/preferences/filetypes/FileTypeWindow.cpp
97
BBox* preferredBox = new BBox("preferred BBox");
src/preferences/filetypes/FileTypesWindow.cpp
411
fIconBox = new BBox("Icon BBox");
src/preferences/filetypes/FileTypesWindow.cpp
421
fRecognitionBox = new BBox("Recognition Box");
src/preferences/filetypes/FileTypesWindow.cpp
461
fDescriptionBox = new BBox("description BBox");
src/preferences/filetypes/FileTypesWindow.cpp
483
fPreferredBox = new BBox("preferred BBox");
src/preferences/filetypes/FileTypesWindow.cpp
508
fAttributeBox = new BBox("Attribute Box");
src/preferences/filetypes/FileTypesWindow.h
14
class BBox;
src/preferences/filetypes/FileTypesWindow.h
66
BBox* fIconBox;
src/preferences/filetypes/FileTypesWindow.h
69
BBox* fRecognitionBox;
src/preferences/filetypes/FileTypesWindow.h
76
BBox* fDescriptionBox;
src/preferences/filetypes/FileTypesWindow.h
81
BBox* fPreferredBox;
src/preferences/filetypes/FileTypesWindow.h
86
BBox* fAttributeBox;
src/preferences/input/InputMouse.h
36
typedef BBox inherited;
src/preferences/input/InputTouchpadPrefView.cpp
425
BBox* scrollBox = new BBox("Touchpad");
src/preferences/input/SettingsView.cpp
35
BBox("main_view"),
src/preferences/input/SettingsView.h
24
class SettingsView : public BBox {
src/preferences/input/SettingsView.h
40
typedef BBox inherited;
src/preferences/joysticks/CalibWin.cpp
52
fBox = new BBox(BRect(12.00,7.00,280.00,67.00),"Box1",
src/preferences/joysticks/CalibWin.h
19
class BBox;
src/preferences/joysticks/CalibWin.h
64
BBox* fBox;
src/preferences/joysticks/JoyWin.cpp
87
BBox *box = new BBox( Bounds(),"box", B_FOLLOW_ALL,
src/preferences/joysticks/MessageWin.cpp
23
fBox = new BBox(Bounds(), "", B_FOLLOW_ALL, B_WILL_DRAW, B_PLAIN_BORDER);
src/preferences/joysticks/MessageWin.h
15
class BBox;
src/preferences/joysticks/MessageWin.h
37
BBox* fBox;
src/preferences/locale/FormatSettingsView.cpp
169
fDateBox = new BBox(B_TRANSLATE("Date"));
src/preferences/locale/FormatSettingsView.cpp
170
fTimeBox = new BBox(B_TRANSLATE("Time"));
src/preferences/locale/FormatSettingsView.cpp
171
fNumberBox = new BBox(B_TRANSLATE("Numbers"));
src/preferences/locale/FormatSettingsView.cpp
172
fMonetaryBox = new BBox(B_TRANSLATE("Currency"));
src/preferences/locale/FormatSettingsView.h
71
BBox* fDateBox;
src/preferences/locale/FormatSettingsView.h
72
BBox* fTimeBox;
src/preferences/locale/FormatSettingsView.h
73
BBox* fNumberBox;
src/preferences/locale/FormatSettingsView.h
74
BBox* fMonetaryBox;
src/preferences/mail/AutoConfigView.cpp
291
BBox* box = new BBox("inbound");
src/preferences/mail/AutoConfigView.cpp
33
BBox("auto config"),
src/preferences/mail/AutoConfigView.cpp
354
box = new BBox("outbound");
src/preferences/mail/AutoConfigView.h
49
class AutoConfigView : public BBox {
src/preferences/mail/ConfigViews.cpp
127
BBox("protocol"),
src/preferences/mail/ConfigViews.cpp
53
BBox("account"),
src/preferences/mail/ConfigViews.h
30
class AccountConfigView : public BBox {
src/preferences/mail/ConfigViews.h
49
class ProtocolSettingsView : public BBox {
src/preferences/mail/FilterConfigView.cpp
182
class FilterSettingsView : public BBox {
src/preferences/mail/FilterConfigView.cpp
186
BBox("filter"),
src/preferences/mail/FilterConfigView.cpp
222
BBox* box = new BBox("filters");
src/preferences/media/MediaViews.cpp
264
BBox* defaultsBox = new BBox("defaults");
src/preferences/media/MediaViews.cpp
492
BBox* defaultsBox = new BBox("defaults");
src/preferences/media/MediaViews.h
24
class BBox;
src/preferences/media/MidiSettingsView.cpp
42
BBox* defaultsBox = new BBox("SoundFonts");
src/preferences/notifications/GeneralView.cpp
76
BBox* box = new BBox("box");
src/preferences/printers/PrintersWindow.cpp
301
BBox* printersBox = new BBox("printersBox");
src/preferences/printers/PrintersWindow.cpp
357
fJobsBox = new BBox("jobsBox");
src/preferences/printers/PrintersWindow.h
57
BBox* fJobsBox;
src/preferences/screen/ScreenWindow.cpp
215
fScreenBox = new BBox("screen box");
src/preferences/screen/ScreenWindow.cpp
252
BBox* workspacesBox = new BBox("workspaces box");
src/preferences/screen/ScreenWindow.cpp
303
BBox* controlsBox = new BBox("controls box");
src/preferences/screen/ScreenWindow.h
21
class BBox;
src/preferences/screen/ScreenWindow.h
71
BBox* fScreenBox;
src/preferences/screensaver/PasswordWindow.cpp
63
BBox* systemBox = new BBox("systemBox");
src/preferences/screensaver/PasswordWindow.cpp
71
BBox* customBox = new BBox("customBox");
src/preferences/screensaver/ScreenSaverWindow.cpp
189
BBox* fSettingsBox;
src/preferences/screensaver/ScreenSaverWindow.cpp
293
BBox* box = new BBox("EnableScreenSaverBox");
src/preferences/screensaver/ScreenSaverWindow.cpp
571
fSettingsBox(new BBox("SettingsBox")),
src/preferences/time/ClockView.cpp
61
BBox* showClockBox = new BBox("show clock box");
src/preferences/time/DateTimeView.cpp
190
BBox* divider = new BBox(BRect(0, 0, 1, 1),
src/preferences/virtualmemory/SettingsWindow.cpp
204
BBox* box = new BBox("box");
src/servers/print/ConfigWindow.cpp
153
BView* panel = new BBox(Bounds(), "temporary", B_FOLLOW_ALL, B_WILL_DRAW);
src/servers/print/ConfigWindow.cpp
184
BBox* separator = new BBox("separator");
src/tests/add-ons/media/media-add-ons/mixer/main.cpp
180
BBox* inputGroup = new BBox("Input", 0, B_FANCY_BORDER);
src/tests/add-ons/media/media-add-ons/mixer/main.cpp
202
BBox* outputGroup = new BBox("Output", 0, B_FANCY_BORDER);
src/tests/add-ons/print/ppd/ui/PPDConfigView.cpp
350
BBox* box = new BBox(GetControlBounds(), text);
src/tests/kits/device/stickit_BJoystick/StickItWindow.cpp
36
BBox* box = new BBox(frame, NULL, B_FOLLOW_ALL_SIDES);
src/tests/kits/device/stickit_BJoystick/StickItWindow.h
13
class BBox;
src/tests/kits/game/chart/ChartWindow.cpp
648
fStatusBox = new BBox(r);
src/tests/kits/game/chart/ChartWindow.cpp
751
fColorsBox = new BBox(r);
src/tests/kits/game/chart/ChartWindow.cpp
843
fSpecialBox = new BBox(r);
src/tests/kits/game/chart/ChartWindow.h
151
class BBox;
src/tests/kits/game/chart/ChartWindow.h
247
BBox *fStatusBox;
src/tests/kits/game/chart/ChartWindow.h
248
BBox *fColorsBox;
src/tests/kits/game/chart/ChartWindow.h
249
BBox *fSpecialBox;
src/tests/kits/game/file_game_sound_test/FileSoundWindow.cpp
39
BBox *box = new BBox(appBounds);
src/tests/kits/interface/CheckBoxTest.cpp
147
box = new BBox(rect.InsetByCopy(-15, -15), NULL);
src/tests/kits/interface/CheckBoxTest.cpp
91
BBox *box = new BBox(rect.InsetByCopy(-15, -15), NULL);
src/tests/kits/interface/ScrollViewTest.cpp
54
BBox *box = new BBox(rect, "box", resizingMode);
src/tests/kits/interface/SetDiskModeTest.cpp
11
class PictureView : public BBox {
src/tests/kits/interface/SetDiskModeTest.cpp
71
: BBox(frame, "pict_view", B_FOLLOW_ALL_SIDES, B_WILL_DRAW),
src/tests/kits/interface/bshelf/Container/ContainerWindow.h
34
BBox *fMainView;
src/tests/kits/interface/bshelf/ShelfInspector/InfoWindow.cpp
628
fMainBox = (BBox *)FindView("MainBox"); // Pointer to MainBox
src/tests/kits/interface/bshelf/ShelfInspector/InfoWindow.h
59
BBox *fMainBox;
src/tests/kits/interface/bshelf/ShelfTest.cpp
135
BView *parent = new BBox(b, "parent", B_FOLLOW_ALL, B_WILL_DRAW | B_FRAME_EVENTS, B_PLAIN_BORDER);
src/tests/kits/interface/bshelf/ShelfTest.cpp
142
fMainView = new BBox(b, "MainView", B_FOLLOW_ALL);
src/tests/kits/interface/bshelf/ShelfTest.cpp
45
BBox *fMainView;
src/tests/kits/interface/bwindowstack/WindowStackTest.cpp
37
BBox("MainView")
src/tests/kits/interface/bwindowstack/WindowStackTest.h
34
class MainView : public BBox
src/tests/kits/interface/layout/widget_layout_test/tests/BoxTest.cpp
61
fBox(new BBox("test box")),
src/tests/kits/interface/layout/widget_layout_test/tests/BoxTest.h
12
class BBox;
src/tests/kits/interface/layout/widget_layout_test/tests/BoxTest.h
39
BBox* fBox;
src/tests/kits/interface/look/Look.cpp
159
BBox* box = new BBox(B_FANCY_BORDER, NULL);
src/tests/kits/interface/menu/menuworld/MenuWindow.cpp
95
BBox* pStatusBox = new BBox(boxFrame);
src/tests/kits/interface/picture/PictureTest.cpp
108
: BBox(frame, "pict_view", B_FOLLOW_ALL_SIDES, B_WILL_DRAW),
src/tests/kits/interface/picture/PictureTest.cpp
26
class OriginalView : public BBox {
src/tests/kits/interface/picture/PictureTest.cpp
33
class PictureView : public BBox {
src/tests/kits/interface/picture/PictureTest.cpp
94
: BBox(frame, "original_view", B_FOLLOW_ALL_SIDES, B_WILL_DRAW)
src/tests/servers/app/event_mask/EventMask.cpp
25
class PositionView : public BBox {
src/tests/servers/app/event_mask/EventMask.cpp
45
: BBox(rect, "event mask", B_FOLLOW_ALL, B_WILL_DRAW),
src/tests/servers/app/event_mask/EventMask.cpp
79
BBox::Draw(updateRect);
src/tests/servers/app/playground/ObjectWindow.cpp
147
BBox* bg = new BBox(b, "bg box", B_FOLLOW_TOP_BOTTOM, B_WILL_DRAW,
src/tests/servers/app/playground/ObjectWindow.cpp
176
BBox* controlGroup = new BBox(b, "controls box",
src/tests/servers/app/window_creation/main.cpp
129
AddChild(new BBox(Bounds()));