Searched refs:BStringView (Results 151 - 175 of 230) sorted by relevance

12345678910

/haiku/src/add-ons/network_settings/dnsclient/
H A DDNSSettingsView.cpp52 BStringView* titleView = new BStringView("title",
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.cpp92 fResolutionView = new BStringView(rect, "ResolutionView", NULL,
97 fImageTypeView = new BStringView(rect, "ImageTypeView", NULL,
/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp434 fTitle = new BStringView("title", B_TRANSLATE("PPM image translator"));
441 fDetail = new BStringView("detail", detail);
443 fBasedOn = new BStringView(
446 fCopyright = new BStringView("copyright",
567 BStringView* fTitle;
568 BStringView* fDetail;
569 BStringView* fBasedOn;
570 BStringView* fCopyright;
/haiku/src/apps/webpositive/
H A DBrowserWindow.h50 class BStringView;
247 BStringView* fStatusText;
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.cpp106 : BStringView(frame, "StatusView", "", B_FOLLOW_LEFT | B_FOLLOW_BOTTOM,
189 BStringView::SetText(text.String());
226 BStringView::MessageReceived(message);
383 BStringView::SetText(title.String());
436 BStringView::SetText(text.String());
/haiku/src/add-ons/translators/gif/
H A DGIFView.cpp54 fTitle = new BStringView("Title", B_TRANSLATE("GIF image translator"));
64 fVersion = new BStringView("Version", version_string);
68 fCopyright = new BStringView("Copyright", copyrightString);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerView.cpp137 .Add(new BStringView(NULL, "��"), 2, 0)
141 .Add(new BStringView(NULL, "%"), 2, 1)
145 .Add(new BStringView(NULL, "%"), 2, 2)
/haiku/src/preferences/mail/
H A DConfigViews.cpp140 view = new BStringView("error", text.String());
/haiku/src/tests/kits/interface/balert/alert_manual_test/
H A DAlertTestWindow.cpp44 fTitleView = new BStringView(BRect(10, 10, Bounds().Width() - 10, 30),
/haiku/src/tests/libs/alm/
H A DFriendLayout.cpp112 window->AddChild(new BStringView("", "An error occurred!"));
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestWindow.cpp66 fHeader = new BStringView(b, "header",
/haiku/src/tests/kits/interface/bwindowstack/
H A DWindowStackTest.cpp39 fStackedWindowsLabel = new BStringView("label", "Stacked windows:");
/haiku/src/add-ons/screen_savers/nebula/
H A DNebula.cpp468 BStringView* titleString = new BStringView(B_EMPTY_STRING,
472 BStringView* copyrightString = new BStringView(B_EMPTY_STRING,
/haiku/src/kits/tracker/
H A DSettingsViews.h51 class BStringView;
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DStartTeamWindow.cpp68 fGuideText = new BStringView("guide", "Set new team parameters below.");
/haiku/src/apps/diskprobe/
H A DProbeView.cpp154 BStringView* fPathView;
155 BStringView* fSizeView;
422 BStringView* stringView = new BStringView(
436 fPathView = new BStringView(B_EMPTY_STRING, string.String());
441 stringView = new BStringView(B_EMPTY_STRING,
470 stringView = new BStringView(B_EMPTY_STRING, B_TRANSLATE("Block: "));
484 fSizeView = new BStringView(B_EMPTY_STRING, B_TRANSLATE_COMMENT("of "
492 stringView = new BStringView(B_EMPTY_STRING, B_TRANSLATE("Offset: "));
506 stringView = new BStringView(B_EMPTY_STRIN
[all...]
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp97 fAttemptView = new BStringView(rect, "AttemptView", "");
103 fStatusView = new BStringView(rect, "StatusView", "");
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.cpp56 fArchiveNameView = new BStringView("archive_text", "");
60 fZipOutputView = new BStringView("output_text",
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp298 BStringView* descriptionLabel = new BStringView("desc_label",
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp92 .Add(new BStringView("text", text));
261 fQuotaView = new BStringView("quota view",
/haiku/src/preferences/printers/
H A DTestPageView.cpp284 BStringView* label = new BStringView(
/haiku/src/apps/terminal/
H A DTermView.h37 class BStringView;
278 BStringView* fResizeView;
/haiku/src/apps/haikudepot/ui/
H A DUserUsageConditionsWindow.cpp169 fAgeNoteStringView = new BStringView("age note string view",
176 fVersionStringView = new BStringView("version string view",
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp46 BStringView* view = new BStringView("info", "");
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp403 fFilename = new BStringView(r, "filename", B_TRANSLATE("File name:"));
410 fFormat = new BStringView(r, "format", B_TRANSLATE("Format:"));
417 fCompression = new BStringView(r, "compression",
425 fChannels = new BStringView(r, "channels", B_TRANSLATE("Channels:"));
432 fSampleSize = new BStringView(r, "samplesize",
440 fSampleRate = new BStringView(r, "samplerate",
448 fDuration = new BStringView(r, "duration", B_TRANSLATE("Duration:"));

Completed in 138 milliseconds

12345678910