Searched refs:BStringView (Results 201 - 225 of 230) sorted by relevance

12345678910

/haiku/src/apps/webpositive/support/
H A DFontSelectionView.cpp83 fPreviewText = new BStringView("preview text",
/haiku/src/apps/expander/
H A DExpanderWindow.cpp49 class StatusView : public BStringView {
53 BStringView(NULL, "")
76 BStringView::Draw(updateRect);
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp196 fOutputFolder = new BStringView(NULL, outputDir.Path());
263 fStatus = new BStringView(NULL, NULL);
265 fFileStatus = new BStringView(NULL, NULL);
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp201 fWarningStringView = new BStringView("warning",
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp116 fTotalDuration = new BStringView(frame, "fDuration", "",
/haiku/src/preferences/mail/
H A DAutoConfigView.cpp502 BView *view = new BStringView("", "Not here!");//CreateConfigView(protocol, dummySettings.InboundSettings(),
/haiku/src/libs/print/libprint/
H A DMarginView.cpp389 fPageSize = new BStringView("pageSize", "?x?");
H A DPreview.cpp833 fPageText = new BStringView(bounds, "pageText", "");
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp1609 BStringView* descriptionView = new BStringView("test description",
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp297 BStringView* startScreenSaver = new BStringView("startScreenSaver",
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp173 BStringView* seconds = new BStringView("", B_TRANSLATE("seconds"));
/haiku/src/preferences/keymap/
H A DKeymapWindow.cpp634 .Add(new BStringView("system", B_TRANSLATE("System:")))
636 .Add(new BStringView("user", B_TRANSLATE("User:")))
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp956 BStringView *stringView = new BStringView(parameter.Name(),
/haiku/src/apps/codycam/
H A DCodyCam.cpp602 BStringView*
738 fStatusLine = new BStringView("Status Line",
H A DVideoConsumer.cpp53 BStringView* statusLine,
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp464 BStringView* longLabel = new BStringView(NULL,
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp598 // m_nameView = new BStringView(
630 m_fromLabel = new BStringView(BRect(), 0, B_TRANSLATE("Roll from"));
647 m_toLabel = new BStringView(BRect(), 0, B_TRANSLATE("to"));
/haiku/src/kits/tracker/
H A DFindPanel.cpp1083 stringViewLayoutItem = fAttrGrid->AddView(new BStringView("",
1090 BStringView* stringView
1091 = dynamic_cast<BStringView*>(stringViewLayoutItem->View());
2675 BStringView* stringView = new BStringView("",
H A DUtilities.cpp668 BStringView(bounds, name, text, resizingMode, flags),
680 BStringView(bounds, name, text, resizingMode, flags),
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp173 .Add(fWritableBlockIndicator = new BStringView("writableIndicator",
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp263 fInfoView = new BStringView("info view", "");
/haiku/src/preferences/time/
H A DZoneView.cpp243 .Add(new BStringView("clockSetTo",
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp68 fHeaderView = new BStringView("header",
72 fDetailView = new BStringView("detail", B_TRANSLATE("Contacting software "
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp372 BStringView *string;
662 string = new BStringView(r, "", B_TRANSLATE("Frames/s"));
672 fFramesView = new BStringView(r, "", "0.0");
684 string = new BStringView(r, "", B_TRANSLATE("CPU load"));
694 fCpuLoadView = new BStringView(r, "", "0.0");
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1166 .Add(fSourcePathView = new BStringView(
1180 .Add(fStatusBarView = new BStringView("status", "Ready."));

Completed in 337 milliseconds

12345678910