Searched refs:BStringView (Results 101 - 125 of 230) sorted by relevance

12345678910

/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.cpp43 BStringView* label = new BStringView(listBounds, "vendors-label", "Vendors:");
63 label = new BStringView(printerBounds, "printers-label", "Printers:");
/haiku/src/tests/kits/interface/
H A DCheckBoxTest.cpp73 BStringView *stringView = new BStringView(rect, NULL, "Be's BCheckBox");
117 stringView = new BStringView(rect, NULL, "Haiku's BCheckBox");
/haiku/src/apps/diskusage/
H A DStatusView.cpp42 fSizeView = new BStringView(NULL, kEmptyStr);
53 fCountView = new BStringView(NULL, kEmptyStr);
60 fPathView = new BStringView(NULL, kEmptyStr);
H A DInfoWindow.cpp158 BStringView *sv = new BStringView(
170 sv = new BStringView(
178 sv = new BStringView(
/haiku/src/apps/codycam/
H A DVideoConsumer.h36 class BStringView;
43 BStringView* statusLine, BMediaAddOn *addon,
126 BStringView* fStatusLine;
H A DCodyCam.h133 BStringView* StatusLine();
168 BStringView* fStatusLine;
/haiku/src/kits/print/
H A DJobSetupPanel.cpp271 fPrinterInfo = new BStringView("label", "");
282 .Add(new BStringView("label", "Printer info:"))
290 .Add(new BStringView("", "Printer"))
317 .Add(new BStringView("", "Page range"))
336 .Add(new BStringView("", "Copies"))
354 .Add(new BStringView("", "Other"))
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.cpp55 BStringView *stickName = new BStringView(rect, "stickname", name.String());
211 BStringView *sview = new BStringView(rect, strName, name.String());
228 BStringView *sview = new BStringView(rect, "sticklabel", "Stick:");
H A DStickItWindow.cpp45 BStringView* stringview1 = new BStringView(rectString,"StringView1",
54 BStringView* stringview2 = new BStringView(rectString,"StringView2",
/haiku/src/apps/mediaplayer/settings/
H A DSettingsWindow.cpp59 BStringView* playModeLabel = new BStringView("stringViewPlayMode",
61 BStringView* viewOptionsLabel = new BStringView("stringViewViewOpions",
63 BStringView* bgMoviesModeLabel = new BStringView("stringViewPlayBackg",
/haiku/headers/libs/print/libprint/
H A DPreview.h23 class BStringView;
148 BStringView* fPageText;
H A DMarginView.h227 BStringView* fPageSize;
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.h21 class BStringView;
100 BStringView* fWritableBlockIndicator;
/haiku/src/preferences/screen/
H A DRefreshWindow.cpp42 BStringView* stringView = new BStringView(rect, "info",
/haiku/src/kits/media/
H A DMediaTheme.cpp79 BStringView* view = new BStringView(BRect(0, 0, 200, 30), "",
/haiku/src/preferences/network/
H A DServiceView.cpp38 BStringView* titleView = new BStringView("service", title);
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.h66 public BStringView {
/haiku/src/apps/mail/
H A DHeader.h49 class BStringView;
/haiku/src/libs/print/libprint/
H A DHalftoneView.cpp161 AddChild(new BStringView(r, "red", kRedLabel));
168 AddChild(new BStringView(r, "green", kGreenLabel));
175 AddChild(new BStringView(r, "blue", kBlueLabel));
182 AddChild(new BStringView(r, "gray", kGrayLabel));
/haiku/src/servers/keystore/
H A DKeyRequestWindow.cpp64 BStringView* label = new(std::nothrow) BStringView("keyringLabel",
72 fKeyringName = new(std::nothrow) BStringView("keyringName", "");
146 BStringView* fKeyringName;
/haiku/src/apps/expander/
H A DExpanderWindow.h24 class BStringView;
/haiku/src/preferences/repositories/
H A DRepositoriesView.h64 BStringView* fListStatusView;
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp104 BStringView* titleString = new BStringView("Title",
108 BStringView* copyrightString = new BStringView("Copyright",
/haiku/src/add-ons/network_settings/dialup/
H A DIPCPAddon.cpp279 .Add(new BStringView("expert", kLabelExtendedOptions), 0, 1)
281 .Add(new BStringView("optional_1", kLabelOptional), 1, 2)
283 .Add(new BStringView("optional_2", kLabelOptional), 1, 3)
285 .Add(new BStringView("optional_3", kLabelOptional), 1, 4)
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp184 BStringView* containerLabel = _CreateLabel("containerLabel",
201 BStringView* durationLabel = _CreateLabel("durationLabel",
205 BStringView* locationLabel = _CreateLabel("locationLabel",
572 BStringView*
578 BStringView* view = new BStringView(name, label);
586 BStringView*
589 BStringView* view = new BStringView(name, "");

Completed in 140 milliseconds

12345678910