Searched refs:BStringView (Results 126 - 150 of 230) sorted by relevance

12345678910

/haiku/src/servers/print/
H A DConfigWindow.cpp167 BStringView *pageFormatTitle = new BStringView("paperSetupTitle",
169 fPageFormatText = new BStringView("pageSetupText", "");
173 BStringView* jobSetupTitle = NULL;
178 jobSetupTitle = new BStringView("jobSetupTitle",
180 fJobSetupText = new BStringView("jobSetupText", "");
/haiku/src/preferences/filetypes/
H A DNewFileTypeWindow.cpp75 BStringView* typesMenuLabel = new BStringView(NULL, B_TRANSLATE("Group:"));
/haiku/src/tests/kits/interface/
H A DSimpleAlertTest.cpp43 BStringView* fLastStringView;
87 fLastStringView = new BStringView("last pressed", "");
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp68 view = new BStringView(B_TRANSLATE("Type editor"),
70 ((BStringView*)view)->SetAlignment(B_ALIGN_CENTER);
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DVariableEditWindow.cpp86 .Add(new BStringView("initialLabel", label))
89 .Add(new BStringView("newLabel", "New value:"))
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp129 BStringView* fInfoTextView;
131 BStringView* fTeamName;
132 BStringView* fSysComponent;
133 BStringView* fQuitOverdue;
583 fTeamName = new BStringView("team name", "team name");
586 fSysComponent = new BStringView("system component", B_TRANSLATE(
588 fQuitOverdue = new BStringView("quit overdue", B_TRANSLATE(
592 fInfoTextView = new BStringView("info text", "");
/haiku/src/tests/libs/alm/
H A DHelloWorld.cpp71 window->AddChild(new BStringView("", "An error occurred!"));
/haiku/src/kits/shared/
H A DPromptWindow.cpp25 fInfoView = new BStringView("info", info);
/haiku/src/tests/servers/app/clip_to_picture/
H A Dmain.cpp162 BStringView* leftLabel = new BStringView("left label",
166 BStringView* rightLabel = new BStringView("right label",
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.h40 BObjectList<BStringView> fStringList;
/haiku/src/apps/haikudepot/ui/
H A DWorkStatusView.cpp40 fStatusText(new BStringView("status text", NULL))
/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/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.h34 class BStringView;
248 BStringView* fSourcePathView;
249 BStringView* fStatusBarView;
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp259 BStringView* _CreateLabel(const char*, const char*);
260 void _UpdateLabel(BStringView*);
261 BStringView* _CreateSubtext(const char*, const char*);
262 void _UpdateSubtext(BStringView*);
284 BStringView* fVersionLabelView;
285 BStringView* fVersionInfoView;
286 BStringView* fCPULabelView;
287 BStringView* fCPUInfoView;
288 BStringView* fMemSizeView;
289 BStringView* fMemUsageVie
[all...]
/haiku/src/apps/musiccollection/
H A DMusicCollectionWindow.cpp36 ListViewListener(BOutlineListView* list, BStringView* countView)
192 BStringView* fCountView;
215 fCountView = new BStringView("Count View", "Count:");
/haiku/src/apps/installer/
H A DPackageViews.h98 class GroupView : public BStringView {
/haiku/src/apps/mail/
H A DSignature.cpp411 BStringView* nameLabel = new BStringView("NameLabel",
419 BStringView* signatureLabel = new BStringView("SigLabel",
/haiku/src/preferences/media/
H A DMediaViews.h30 class BStringView;
/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp122 .Add(new BStringView("single", B_TRANSLATE("Single:")))
125 .Add(new BStringView("double", B_TRANSLATE("Double:")))
136 BStringView* scrollBarLabel
137 = new BStringView("scroll bar", B_TRANSLATE("Scroll bar:"));
/haiku/src/kits/interface/
H A DAboutWindow.cpp92 BStringView* fNameView;
93 BStringView* fVersionView;
168 fNameView = new BStringView("name", appName);
177 fVersionView = new BStringView("version",
/haiku/src/preferences/keymap/
H A DModifierKeysWindow.cpp80 BStringView* keyRole = new BStringView("key role",
85 BStringView* keyLabel = new BStringView("key label",
/haiku/src/apps/switcher/
H A DWindowsView.cpp285 BStringView* nameView = new BStringView("name", info.ref.name);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h179 BStringView* fHeaderView;
180 BStringView* fDetailView;
/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.cpp94 fYearLabel = new BStringView("year", "");
95 fMonthLabel = new BStringView("month", "");

Completed in 139 milliseconds

12345678910