Searched refs:BStringView (Results 1 - 25 of 230) sorted by path

12345678910

/haiku/headers/libs/print/libprint/
H A DPreview.h23 class BStringView;
148 BStringView* fPageText;
/haiku/headers/os/interface/
H A DStringView.h12 class BStringView : public BView { class in inherits:BView
14 BStringView(BRect frame, const char* name,
18 BStringView(const char* name, const char* text,
20 BStringView(BMessage* archive);
21 virtual ~BStringView();
78 BStringView& operator=(const BStringView& other);
/haiku/headers/private/print/
H A DJobSetupPanel.h20 class BStringView;
89 BStringView* fPrinterInfo;
/haiku/headers/private/shared/
H A DPromptWindow.h13 class BStringView;
32 BStringView* fInfoView;
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp92 .Add(new BStringView("text", text));
261 fQuotaView = new BStringView("quota view",
H A DFolderConfigWindow.h36 BStringView* fQuotaView;
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp116 fStringView = new BStringView("NoInterfacesFound",
124 fStatusView = new BStringView("StatusView", kTextNotConnected);
H A DDialUpView.h15 class BStringView;
75 BStringView *fStatusView;
79 BStringView *fStringView;
H A DPPPoEAddon.cpp253 AddChild(new BStringView(rect, "optional", kLabelOptional));
/haiku/src/add-ons/network_settings/hostname/
H A DHostnameView.cpp37 BStringView* titleView = new BStringView("title",
/haiku/src/add-ons/screen_savers/gravity/
H A DConfigView.cpp35 fTitleString(new BStringView(B_EMPTY_STRING, "OpenGL Gravity Effect")),
36 fAuthorString(new BStringView(B_EMPTY_STRING, "by Tri-Edge AI")),
40 fShadeString(new BStringView(B_EMPTY_STRING, "Shade: ")),
H A DConfigView.h23 class BStringView;
37 BStringView* fTitleString;
38 BStringView* fAuthorString;
42 BStringView* fShadeString;
/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/screen_savers/simpleclock/
H A DSimpleClock.cpp54 BStringView *aboutView = new BStringView(BRect(10, 10, 200, 35),
59 aboutView = new BStringView(BRect(10, 40, 200, 65),
/haiku/src/add-ons/screen_savers/spider/
H A DSpiderView.cpp55 BStringView* title = new BStringView(frame, B_EMPTY_STRING,
64 title = new BStringView(frame, B_EMPTY_STRING,
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.cpp56 fArchiveNameView = new BStringView("archive_text", "");
60 fZipOutputView = new BStringView("output_text",
H A DZipOMaticWindow.h51 BStringView* fArchiveNameView;
52 BStringView* fZipOutputView;
/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);
H A DGIFView.h52 class BStringView;
71 BStringView* fTitle;
72 BStringView* fVersion;
73 BStringView* fCopyright;
/haiku/src/add-ons/translators/pcx/
H A DConfigView.cpp29 BStringView *titleView = new BStringView("title",
39 BStringView *versionView = new BStringView("version", version);
40 BStringView *copyrightView = new BStringView("copyright", B_UTF8_COPYRIGHT "2008 Haiku Inc.");
/haiku/src/add-ons/translators/rtf/
H A DConfigView.cpp25 BStringView *titleView = new BStringView("title",
36 BStringView *versionView = new BStringView("version", version);
37 BStringView *copyrightView = new BStringView(
/haiku/src/add-ons/translators/stxt/
H A DSTXTView.cpp34 BStringView *titleView = new BStringView("title",
44 BStringView *versionView = new BStringView("version", version);
45 BStringView *copyrightView = new BStringView("Copyright",
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp56 BStringView *titleView = new BStringView("title",
67 BStringView *versionView = new BStringView("version", version);
68 BStringView *copyrightView = new BStringView("copyright", kWBICopyright);
69 BStringView *copyright2View = new BStringView("copyright2", B_TRANSLATE("written by:"));
70 BStringView *copyright3View = new BStringView("copyright
[all...]
/haiku/src/apps/charactermap/
H A DCharacterWindow.h18 class BStringView;
47 BStringView* fGlyphView;
48 BStringView* fCodeView;
/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());

Completed in 241 milliseconds

12345678910