Searched refs:BStringView (Results 176 - 200 of 230) sorted by relevance

12345678910

/haiku/src/apps/poorman/
H A DPoorManWindow.cpp81 fStatusView = new BStringView("Status View", B_TRANSLATE("Status: Stopped"));
84 fDirView = new BStringView("Dir View", B_TRANSLATE("Directory: (none)"));
87 fHitsView = new BStringView("Hit View", B_TRANSLATE("Hits: 0"));
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp405 BStringView* label = new BStringView(listBounds, "printer-settings", "Printer Settings:");
/haiku/src/preferences/joysticks/
H A DJoyWin.cpp77 fGamePortS = new BStringView(BRect(15, 5, 160, 25), "gpString",
80 fConControllerS = new BStringView(BRect(170, 5, 330, 25), "ccString",
/haiku/src/apps/midiplayer/
H A DMidiPlayerWindow.cpp256 BStringView* volumeLabel = new BStringView(NULL, B_TRANSLATE("Volume:"));
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp184 fLanguagesLabelView = new BStringView("languagesLabel", "");
189 fKeymapsMenuLabel = new BStringView("keymapsLabel", "");
/haiku/src/apps/mail/
H A DEnclosures.cpp116 BStringView* label = new BStringView("label", B_TRANSLATE("Attachments:"));
H A DHeader.cpp92 class LabelView : public BStringView {
127 BStringView("label", label),
/haiku/src/kits/tracker/
H A DUtilities.h218 class FlickerFreeStringView : public BStringView {
220 // often this would be better implemented as an option of BStringView
241 typedef BStringView _inherited;
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuWindow.cpp100 m_pStatusView = new BStringView(statusFrame, "Status View", STR_STATUS_DEFAULT,
/haiku/src/tests/kits/game/chart/
H A DChartWindow.h375 BStringView *fCpuLoadView, *fFramesView;
/haiku/src/apps/login/
H A DLoginView.cpp111 fInfoView = new BStringView(infoRect, "info", info.String());
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp58 fSoundFontStatus = new BStringView("SoundFontStatus", "");
H A DMediaWindow.cpp715 BStringView* stringView = new BStringView("noControls",
/haiku/src/apps/installer/
H A DPackageViews.cpp185 BStringView("group", group->GroupName()),
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp711 BStringView* title = new BStringView("Title", sTranslatorName);
722 BStringView* version = new BStringView("Version", versionString);
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp135 BStringView* fDescriptionView;
210 BStringView *stringView = new BStringView(B_EMPTY_STRING,
860 fDescriptionView = new BStringView("",
/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.cpp58 fIndexView = new BStringView("screenshot index", NULL);
H A DRatePackageWindow.cpp188 BStringView* ratingLabel = new BStringView("rating label",
/haiku/src/preferences/repositories/
H A DRepositoriesView.cpp101 fListStatusView = new BStringView("status", templateText);
153 .Add(new BStringView("instruction", B_TRANSLATE_COMMENT("Enable"
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp116 fStringView = new BStringView("NoInterfacesFound",
124 fStatusView = new BStringView("StatusView", kTextNotConnected);
H A DPPPoEAddon.cpp253 AddChild(new BStringView(rect, "optional", kLabelOptional));
/haiku/src/preferences/locale/
H A DLocaleWindow.cpp176 .Add(new BStringView("", B_TRANSLATE("Available languages")))
180 .Add(new BStringView("", B_TRANSLATE("Preferred languages")))
/haiku/src/apps/charactermap/
H A DCharacterWindow.cpp164 fGlyphView = new BStringView("glyph", "");
217 fCodeView = new BStringView("code", "-");
/haiku/src/apps/webpositive/
H A DCookieWindow.cpp121 fHeaderView = new BStringView("label",
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp670 BStringView* title = new BStringView("Title", sTranslatorName);
681 BStringView* version = new BStringView("Version", versionString);

Completed in 169 milliseconds

12345678910