Searched refs:BStringView (Results 51 - 75 of 230) sorted by relevance

12345678910

/haiku/src/apps/soundrecorder/
H A DRecorderWindow.h42 class BStringView;
105 BStringView *fFilename;
106 BStringView *fFormat;
107 BStringView *fCompression;
108 BStringView *fChannels;
109 BStringView *fSampleSize;
110 BStringView *fSampleRate;
111 BStringView *fDuration;
/haiku/src/apps/webpositive/
H A DCookieWindow.h20 class BStringView;
41 BStringView* fHeaderView;
/haiku/src/add-ons/translators/psd/
H A DConfigView.cpp58 BStringView *titleView = new BStringView("title",
69 BStringView *versionView = new BStringView("version", version);
70 BStringView *copyrightView = new BStringView("copyright",
72 BStringView *copyright2View = new BStringView("my_copyright",
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.h22 class BStringView;
97 BStringView* fFileStatus;
98 BStringView* fStatus;
101 BStringView* fOutputFolder;
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.h36 BStringView* fQuotaView;
/haiku/src/preferences/joysticks/
H A DJoyWin.h18 class BStringView;
67 BStringView* fGamePortS;
68 BStringView* fConControllerS;
H A DMessageWin.h18 class BStringView;
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.h15 class BStringView;
75 BStringView *fStatusView;
79 BStringView *fStringView;
/haiku/src/apps/haikudepot/ui/
H A DUserUsageConditionsWindow.h20 class BStringView;
64 BStringView* fAgeNoteStringView;
65 BStringView* fVersionStringView;
/haiku/src/preferences/network/
H A DInterfaceView.cpp53 BStringView* statusLabel = new BStringView("status label", B_TRANSLATE("Status:"));
55 fStatusField = new BStringView("status field", "");
56 BStringView* macAddressLabel = new BStringView("mac address label",
59 fMacAddressField = new BStringView("mac address field", "");
60 BStringView* linkSpeedLabel = new BStringView("link speed label",
63 fLinkSpeedField = new BStringView("link speed field", "");
66 BStringView* linkTxLabe
[all...]
/haiku/src/add-ons/translators/webp/
H A DConfigView.cpp61 BStringView* title = new BStringView("title",
73 BStringView* version = new BStringView("version", versionString);
76 BStringView *copyrightView = new BStringView("Copyright",
87 BStringView *copyright2View = new BStringView("Copyright2",
89 BStringView *copyright3View = new BStringView("Copyright
[all...]
/haiku/src/add-ons/translators/avif/
H A DConfigView.cpp50 BStringView* title = new BStringView("title",
62 BStringView* version = new BStringView("version", versionString);
65 BStringView *copyrightView = new BStringView("Copyright",
72 BStringView *copyright2View = new BStringView("Copyright2",
74 BStringView *copyright3View = new BStringView("Copyright
[all...]
/haiku/src/servers/package/
H A DResultWindow.cpp51 BStringView* topTextView = NULL;
56 .Add(topTextView = new BStringView(NULL, B_TRANSLATE(
103 BStringView* locationView = new BStringView(NULL,
216 BStringView* packageView = new BStringView(NULL, text);
/haiku/src/kits/bluetooth/UI/
H A DPincodeWindow.cpp86 fMessage = new BStringView("fMessage", "Input the PIN code to pair with");
87 fMessage2 = new BStringView("fMessage2", "the following Bluetooth device.");
89 fDeviceLabel = new BStringView("fDeviceLabel","Device Name: ");
92 fDeviceText = new BStringView("fDeviceText", "<unknown_device>");
94 fAddressLabel = new BStringView("fAddressLabel", "MAC Address: ");
97 fAddressText = new BStringView("fAddressText", "<mac_address>");
/haiku/src/apps/cortex/TransportView/
H A DTransportView.h50 class BStringView;
171 BStringView* m_fromLabel;
173 BStringView* m_toLabel;
/haiku/src/add-ons/translators/tga/
H A DTGAView.cpp52 fTitle = new BStringView("title", B_TRANSLATE("TGA image translator"));
61 fDetail = new BStringView("detail", detail);
62 fWrittenBy = new BStringView("writtenby",
/haiku/src/apps/diskusage/
H A DVolumeView.h17 class BStringView;
/haiku/src/apps/musiccollection/
H A DMusicCollectionWindow.h34 BStringView* fCountView;
/haiku/src/apps/poorman/
H A DPoorManWindow.h23 class BStringView;
155 BStringView* fStatusView;
156 BStringView* fHitsView;
157 BStringView* fDirView;
/haiku/src/tests/kits/interface/bwindowstack/
H A DWindowStackTest.h44 BStringView* fStackedWindowsLabel;
/haiku/src/tests/libs/alm/
H A DViews.cpp50 BStringView* stringView1 = new BStringView("string 1", "string 1");
55 BStringView* stringView2 = new BStringView("string 2", "string 2");
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DStickItWindow.h14 class BStringView;
/haiku/src/apps/haikudepot/ui_generic/
H A DLinkView.h13 class LinkView : public BStringView, public BInvoker {
/haiku/src/add-ons/translators/tiff/
H A DTIFFView.cpp83 fTitle = new BStringView("title", B_TRANSLATE("TIFF image translator"));
92 fDetail = new BStringView("detail", detail);
95 fLibTIFF[0] = new BStringView(NULL, B_TRANSLATE("TIFF Library:"));
99 fLibTIFF[i] = new BStringView(NULL, tok);
/haiku/src/preferences/filetypes/
H A DStringView.cpp17 fLabel(new BStringView(NULL, label)),
19 fText(new BStringView(NULL, text)),

Completed in 274 milliseconds

12345678910