Symbol: SetText
headers/os/interface/Alert.h
62
void SetText(const char* text);
headers/os/interface/StatusBar.h
58
virtual void SetText(const char* string);
headers/os/interface/StringItem.h
26
virtual void SetText(const char* text);
headers/os/interface/StringView.h
27
void SetText(const char* text);
headers/os/interface/TextControl.h
40
virtual void SetText(const char* text);
headers/os/interface/TextView.h
93
void SetText(const char* text,
headers/os/interface/TextView.h
95
void SetText(const char* text, int32 length,
headers/os/interface/TextView.h
97
void SetText(BFile* file, int32 offset,
headers/os/mail/MailComponent.h
106
void SetText(const char *text);
headers/private/interface/ToolTip.h
71
void SetText(const char* text);
headers/private/mail/FileConfigView.h
33
void SetText(const char* pathOfFile);
src/add-ons/disk_systems/bfs/InitializeParameterEditor.cpp
61
fNameControl->SetText(name.String());
src/add-ons/disk_systems/bfs/InitializeParameterEditor.cpp
94
fNameControl->SetText(variant.ToString());
src/add-ons/disk_systems/btrfs/InitializeParameterEditor.cpp
59
fNameControl->SetText(name.String());
src/add-ons/disk_systems/btrfs/InitializeParameterEditor.cpp
83
fNameControl->SetText(variant.ToString());
src/add-ons/disk_systems/fat/InitializeParameterEditor.cpp
60
fNameControl->SetText(name.String());
src/add-ons/disk_systems/fat/InitializeParameterEditor.cpp
84
fNameControl->SetText(variant.ToString());
src/add-ons/disk_systems/ntfs/InitializeParameterEditor.cpp
55
fNameControl->SetText(name.String());
src/add-ons/disk_systems/ntfs/InitializeParameterEditor.cpp
79
fNameControl->SetText(variant.ToString());
src/add-ons/input_server/devices/keyboard/TeamMonitorWindow.cpp
728
fInfoTextView->SetText(text);
src/add-ons/input_server/devices/keyboard/TeamMonitorWindow.cpp
731
fTeamName->SetText(item->Path()->Path());
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.cpp
107
fNameTC->SetText(previousUser ? previousUser : "");
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.cpp
111
fPassTC->SetText(previousPass ? previousPass : "");
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.cpp
143
fNameTC->SetText(previousUser ? previousUser : "");
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.cpp
150
fPassTC->SetText(previousPass ? previousPass : "");
src/add-ons/mail_daemon/inbound_filters/match_header/ConfigView.cpp
76
fAttributeControl->SetText(settings.Attribute());
src/add-ons/mail_daemon/inbound_filters/match_header/ConfigView.cpp
81
fRegexControl->SetText(settings.Expression());
src/add-ons/mail_daemon/inbound_filters/match_header/ConfigView.cpp
87
fFileControl->SetText(settings.MoveTarget());
src/add-ons/mail_daemon/inbound_filters/match_header/ConfigView.cpp
90
fFlagsControl->SetText(settings.SetFlagsTo());
src/add-ons/mail_daemon/inbound_protocols/imap/FolderConfigWindow.cpp
353
fQuotaView->SetText(quotaString);
src/add-ons/mail_daemon/outbound_filters/fortune/ConfigView.cpp
51
fTagControl->SetText(path.String());
src/add-ons/network_settings/dialup/DialUpView.cpp
440
fStatusView->SetText(kTextCreationError);
src/add-ons/network_settings/dialup/DialUpView.cpp
585
fStatusView->SetText(kErrorNoPPPStack);
src/add-ons/network_settings/dialup/DialUpView.cpp
593
fStatusView->SetText(kTextConnecting);
src/add-ons/network_settings/dialup/DialUpView.cpp
598
fStatusView->SetText(kTextConnectionEstablished);
src/add-ons/network_settings/dialup/DialUpView.cpp
602
fStatusView->SetText(kTextNotConnected);
src/add-ons/network_settings/dialup/DialUpView.cpp
607
fStatusView->SetText(kTextDeviceUpFailed);
src/add-ons/network_settings/dialup/DialUpView.cpp
611
fStatusView->SetText(kTextAuthenticating);
src/add-ons/network_settings/dialup/DialUpView.cpp
616
fStatusView->SetText(kTextAuthenticationFailed);
src/add-ons/network_settings/dialup/DialUpView.cpp
621
fStatusView->SetText(kTextConnectionLost);
src/add-ons/network_settings/dialup/GeneralAddon.cpp
463
fUsername->SetText(Addon()->Username());
src/add-ons/network_settings/dialup/GeneralAddon.cpp
464
fPassword->SetText(Addon()->Password());
src/add-ons/network_settings/dialup/IPCPAddon.cpp
296
fIPAddress->SetText(Addon()->IPAddress());
src/add-ons/network_settings/dialup/IPCPAddon.cpp
297
fPrimaryDNS->SetText(Addon()->PrimaryDNS());
src/add-ons/network_settings/dialup/IPCPAddon.cpp
298
fSecondaryDNS->SetText(Addon()->SecondaryDNS());
src/add-ons/network_settings/dialup/PPPoEAddon.cpp
270
fServiceName->SetText(Addon()->ServiceName());
src/add-ons/network_settings/dialup/TextRequestDialog.cpp
52
fTextView->SetText(information);
src/add-ons/network_settings/dnsclient/DNSSettingsView.cpp
124
item->SetText(fRevertList.StringAt(i));
src/add-ons/network_settings/dnsclient/DNSSettingsView.cpp
229
fDomain->SetText(state.dnsrch[0]);
src/add-ons/network_settings/hostname/HostnameView.cpp
106
fHostname->SetText(fHostnameString);
src/add-ons/print/drivers/preview/JobSetupWindow.cpp
65
fFrom->SetText(buffer.String());
src/add-ons/print/drivers/preview/JobSetupWindow.cpp
69
fTo->SetText(buffer.String());
src/add-ons/screen_savers/shelf/Shelf.cpp
121
helpText->SetText(help.String());
src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp
112
fArchiveNameView->SetText(" ");
src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp
114
fZipOutputView->SetText(B_TRANSLATE("Stopped"));
src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp
116
fZipOutputView->SetText(B_TRANSLATE("Archive created OK"));
src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp
126
fArchiveNameView->SetText("");
src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp
127
fZipOutputView->SetText(B_TRANSLATE("Error creating archive"));
src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp
137
fArchiveNameView->SetText(temp.String());
src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp
162
fZipOutputView->SetText(output.String());
src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp
164
fZipOutputView->SetText(string.String());
src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp
251
fArchiveNameView->SetText(" ");
src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp
252
fZipOutputView->SetText(B_TRANSLATE("Stopped"));
src/add-ons/translators/gif/GIFView.cpp
286
fRedTextControl->SetText(temp);
src/add-ons/translators/gif/GIFView.cpp
289
fGreenTextControl->SetText(temp);
src/add-ons/translators/gif/GIFView.cpp
292
fBlueTextControl->SetText(temp);
src/add-ons/translators/gif/GIFView.cpp
470
control->SetText(temp);
src/add-ons/translators/jpeg/JPEGTranslator.cpp
683
infoView->SetText(sTranslatorInfo);
src/add-ons/translators/jpeg2000/JPEG2000Translator.cpp
731
infoView->SetText(sTranslatorInfo);
src/apps/aboutsystem/AboutSystem.cpp
631
fUptimeView->SetText(_GetUptime());
src/apps/aboutsystem/AboutSystem.cpp
805
fMemUsageView->SetText(_GetRamUsage(&sysInfo));
src/apps/aboutsystem/AboutSystem.cpp
806
fUptimeView->SetText(_GetUptime());
src/apps/bootmanager/FileSelectionPage.cpp
192
fFile->SetText(path.Path());
src/apps/bootmanager/FileSelectionPage.cpp
199
fFile->SetText(path.Path());
src/apps/bootmanager/WizardPageView.cpp
59
view->SetText(description);
src/apps/bootmanager/WizardPageView.cpp
73
view->SetText(description);
src/apps/charactermap/CharacterWindow.cpp
350
fGlyphView->SetText(glyph);
src/apps/charactermap/CharacterWindow.cpp
351
fCodeView->SetText(text);
src/apps/charactermap/CharacterWindow.cpp
438
fFilterControl->SetText("");
src/apps/codycam/CodyCam.cpp
720
fPassword->SetText(fPasswordSetting->Value());
src/apps/codycam/CodyCam.cpp
771
fErrorView->SetText(message);
src/apps/codycam/VideoConsumer.cpp
684
fStatusLine->SetText(status);
src/apps/cortex/RouteApp/StatusView.cpp
189
BStringView::SetText(text.String());
src/apps/cortex/RouteApp/StatusView.cpp
383
BStringView::SetText(title.String());
src/apps/cortex/RouteApp/StatusView.cpp
436
BStringView::SetText(text.String());
src/apps/debuganalyzer/gui/main_window/GeneralPage.cpp
48
fDataSourceView->SetText(fModel->DataSourceName());
src/apps/debuganalyzer/gui/main_window/GeneralPage.cpp
53
fCPUCountView->SetText(buffer);
src/apps/debuganalyzer/gui/main_window/GeneralPage.cpp
57
fRunTimeView->SetText(format_nanotime(runtime, buffer, sizeof(buffer)));
src/apps/debuganalyzer/gui/main_window/GeneralPage.cpp
68
fIdleTimeView->SetText(buffer);
src/apps/debuganalyzer/gui/main_window/GeneralPage.cpp
72
fTeamCountView->SetText(buffer);
src/apps/debuganalyzer/gui/main_window/GeneralPage.cpp
76
fThreadCountView->SetText(buffer);
src/apps/debuganalyzer/gui/main_window/GeneralPage.cpp
78
fDataSourceView->SetText("");
src/apps/debuganalyzer/gui/main_window/GeneralPage.cpp
79
fCPUCountView->SetText("");
src/apps/debuganalyzer/gui/main_window/GeneralPage.cpp
80
fRunTimeView->SetText("");
src/apps/debuganalyzer/gui/main_window/GeneralPage.cpp
81
fIdleTimeView->SetText("");
src/apps/debuganalyzer/gui/main_window/GeneralPage.cpp
82
fTeamCountView->SetText("");
src/apps/debuganalyzer/gui/main_window/GeneralPage.cpp
83
fThreadCountView->SetText("");
src/apps/debuganalyzer/gui/thread_window/GeneralPage.cpp
100
fTeamView->SetText("");
src/apps/debuganalyzer/gui/thread_window/GeneralPage.cpp
101
fRunTimeView->SetText("");
src/apps/debuganalyzer/gui/thread_window/GeneralPage.cpp
102
fWaitTimeView->SetText("");
src/apps/debuganalyzer/gui/thread_window/GeneralPage.cpp
103
fLatencyView->SetText("");
src/apps/debuganalyzer/gui/thread_window/GeneralPage.cpp
104
fPreemptionView->SetText("");
src/apps/debuganalyzer/gui/thread_window/GeneralPage.cpp
105
fUnspecifiedTimeView->SetText("");
src/apps/debuganalyzer/gui/thread_window/GeneralPage.cpp
54
fThreadNameView->SetText(fThread->Name());
src/apps/debuganalyzer/gui/thread_window/GeneralPage.cpp
59
fThreadIDView->SetText(buffer);
src/apps/debuganalyzer/gui/thread_window/GeneralPage.cpp
62
fTeamView->SetText(thread->GetTeam()->Name());
src/apps/debuganalyzer/gui/thread_window/GeneralPage.cpp
70
fRunTimeView->SetText(buffer);
src/apps/debuganalyzer/gui/thread_window/GeneralPage.cpp
77
fWaitTimeView->SetText(buffer);
src/apps/debuganalyzer/gui/thread_window/GeneralPage.cpp
84
fLatencyView->SetText(buffer);
src/apps/debuganalyzer/gui/thread_window/GeneralPage.cpp
91
fPreemptionView->SetText(buffer);
src/apps/debuganalyzer/gui/thread_window/GeneralPage.cpp
96
fUnspecifiedTimeView->SetText(timeBuffer);
src/apps/debuganalyzer/gui/thread_window/GeneralPage.cpp
98
fThreadNameView->SetText("");
src/apps/debuganalyzer/gui/thread_window/GeneralPage.cpp
99
fThreadIDView->SetText("");
src/apps/debugger/user_interface/gui/connection_config/config_handlers/NetworkConnectionConfigView.cpp
117
fPortInput->SetText(buffer);
src/apps/debugger/user_interface/gui/inspector_window/InspectorWindow.cpp
455
fAddressInput->SetText(computedAddress.String());
src/apps/debugger/user_interface/gui/inspector_window/InspectorWindow.cpp
686
fWritableBlockIndicator->SetText(_GetCurrentWritableIndicator());
src/apps/debugger/user_interface/gui/team_settings_window/ImageStopConfigView.cpp
167
fStopImageNameInput->SetText("");
src/apps/debugger/user_interface/gui/team_window/ConsoleOutputView.cpp
118
fConsoleOutput->SetText("");
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1745
fSourcePathView->SetText(truncatedText);
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1747
fSourcePathView->SetText(sourceText);
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
680
fStatusBarView->SetText(messageText);
src/apps/debugger/user_interface/gui/util/AlertWithCheckbox.cpp
54
message->SetText(messageText);
src/apps/debugger/user_interface/gui/utility_windows/BreakpointEditWindow.cpp
139
fConditionInput->SetText(fTargetBreakpoint->Condition());
src/apps/debugger/user_interface/gui/utility_windows/StartTeamWindow.cpp
140
fTeamTextControl->TextView()->SetText(path.Path());
src/apps/debugger/user_interface/gui/value/TableCellTextControlEditor.cpp
69
SetText(output);
src/apps/deskbar/CalendarMenuWindow.cpp
238
fYearLabel->SetText(text.String());
src/apps/deskbar/CalendarMenuWindow.cpp
240
fMonthLabel->SetText(date.LongMonthName(date.Month()).String());
src/apps/deskcalc/CalcView.cpp
1191
fExpressionTextView->SetText(display);
src/apps/deskcalc/CalcView.cpp
441
fExpressionTextView->SetText(calculating.String());
src/apps/deskcalc/CalcView.cpp
459
fExpressionTextView->SetText(result);
src/apps/deskcalc/CalcView.cpp
944
fExpressionTextView->SetText(strerror(fEvaluateThread));
src/apps/deskcalc/CalcView.cpp
954
fExpressionTextView->SetText(strerror(threadStatus));
src/apps/deskcalc/ExpressionTextView.cpp
188
SetText(expression);
src/apps/deskcalc/ExpressionTextView.cpp
365
SetText("");
src/apps/devices/Device.cpp
120
SetText(value.String());
src/apps/devices/DeviceACPI.cpp
141
SetText(outlineName.String());
src/apps/devices/DevicePCI.cpp
117
SetText(outlineName.String());
src/apps/devices/DeviceSCSI.cpp
75
SetText(listName.String());
src/apps/devices/DeviceUSB.cpp
126
SetText(outlineName.String());
src/apps/diskprobe/FindWindow.cpp
428
SetText(hex, hexSize);
src/apps/diskprobe/FindWindow.cpp
440
SetText((const char*)data, dataSize);
src/apps/diskprobe/FindWindow.cpp
463
SetText(hex, hexSize);
src/apps/diskprobe/FindWindow.cpp
466
SetText((char*)data, dataSize);
src/apps/diskprobe/ProbeView.cpp
589
fPositionControl->SetText(buffer);
src/apps/diskprobe/ProbeView.cpp
593
fFileOffsetControl->SetText(buffer);
src/apps/diskprobe/ProbeView.cpp
603
fOffsetControl->SetText(buffer);
src/apps/diskprobe/ProbeView.cpp
607
fFileOffsetControl->SetText(buffer);
src/apps/diskprobe/ProbeView.cpp
621
fSizeView->SetText(string.String());
src/apps/diskprobe/TypeEditors.cpp
1074
fDescriptionView->SetText(buffer);
src/apps/diskprobe/TypeEditors.cpp
1076
fDescriptionView->SetText(B_TRANSLATE_COMMENT("Could not read image",
src/apps/diskprobe/TypeEditors.cpp
1146
fTextView->SetText("");
src/apps/diskprobe/TypeEditors.cpp
227
fTextView->SetText(buffer);
src/apps/diskprobe/TypeEditors.cpp
296
fTextControl->SetText(mimeType);
src/apps/diskprobe/TypeEditors.cpp
467
fTextControl->SetText(buffer);
src/apps/diskusage/StatusView.cpp
127
fPathView->SetText(kEmptyStr);
src/apps/diskusage/StatusView.cpp
128
fSizeView->SetText(kEmptyStr);
src/apps/diskusage/StatusView.cpp
129
fCountView->SetText(kEmptyStr);
src/apps/diskusage/StatusView.cpp
136
fPathView->SetText(B_TRANSLATE("file unavailable"));
src/apps/diskusage/StatusView.cpp
137
fSizeView->SetText(kEmptyStr);
src/apps/diskusage/StatusView.cpp
138
fCountView->SetText(kEmptyStr);
src/apps/diskusage/StatusView.cpp
148
fPathView->SetText(pathLabel.String());
src/apps/diskusage/StatusView.cpp
152
fSizeView->SetText(label);
src/apps/diskusage/StatusView.cpp
159
fCountView->SetText(label);
src/apps/diskusage/StatusView.cpp
161
fCountView->SetText(kEmptyStr);
src/apps/drivesetup/CreateParametersPanel.cpp
171
fSizeTextControl->SetText(sizeString.String());
src/apps/expander/ExpanderPreferences.cpp
209
fDestText->SetText(path.Path());
src/apps/expander/ExpanderPreferences.cpp
268
fDestText->SetText(path.Path());
src/apps/expander/ExpanderPreferences.cpp
278
fDestText->SetText(path.Path());
src/apps/expander/ExpanderWindow.cpp
121
fListingText->SetText("");
src/apps/expander/ExpanderWindow.cpp
294
fDestText->SetText(path.Path());
src/apps/expander/ExpanderWindow.cpp
565
fSourceText->SetText(path.Path());
src/apps/expander/ExpanderWindow.cpp
569
fDestText->SetText(parent.Path());
src/apps/expander/ExpanderWindow.cpp
575
fDestText->SetText(dPath.Path());
src/apps/expander/ExpanderWindow.cpp
599
fDestText->SetText(path.Path());
src/apps/expander/ExpanderWindow.cpp
75
SetText(truncated);
src/apps/expander/ExpanderWindow.cpp
821
fListingText->SetText("");
src/apps/firstbootprompt/BootPromptWindow.cpp
254
fInfoTextView->SetText("x\n\n\n\n\n\n\n\n\n\n\n\n\n\nx");
src/apps/firstbootprompt/BootPromptWindow.cpp
402
fInfoTextView->SetText(mainTextHaiku);
src/apps/firstbootprompt/BootPromptWindow.cpp
407
fInfoTextView->SetText(mainTextDebranded);
src/apps/firstbootprompt/BootPromptWindow.cpp
412
fLanguagesLabelView->SetText(B_TRANSLATE("Language"));
src/apps/firstbootprompt/BootPromptWindow.cpp
413
fKeymapsMenuLabel->SetText(B_TRANSLATE("Keymap"));
src/apps/haikudepot/textview/TextSpan.h
26
void SetText(const BString& text);
src/apps/haikudepot/textview/TextView.h
33
void SetText(const BString& text);
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
1119
prefix.SetText(B_TRANSLATE("No results? "));
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
1130
suffix.SetText(B_TRANSLATE_COMMENT(" to search all packages.",
src/apps/haikudepot/ui/MainWindow.cpp
1410
fWorkStatusView->SetText("");
src/apps/haikudepot/ui/MainWindow.cpp
1493
fWorkStatusView->SetText(text);
src/apps/haikudepot/ui/PackageInfoView.cpp
1174
fTextView->SetText(changelog);
src/apps/haikudepot/ui/PackageInfoView.cpp
1181
fTextView->SetText("");
src/apps/haikudepot/ui/PackageInfoView.cpp
385
fTitleView->SetText(title);
src/apps/haikudepot/ui/PackageInfoView.cpp
401
fPublisherView->SetText(publisherName.TruncateChars(45).Append(B_UTF8_ELLIPSIS));
src/apps/haikudepot/ui/PackageInfoView.cpp
404
fPublisherView->SetText(publisherName);
src/apps/haikudepot/ui/PackageInfoView.cpp
407
fVersionInfo->SetText(versionString);
src/apps/haikudepot/ui/PackageInfoView.cpp
427
fAvgRating->SetText(avgRating);
src/apps/haikudepot/ui/PackageInfoView.cpp
435
fVoteInfo->SetText(voteInfo);
src/apps/haikudepot/ui/PackageInfoView.cpp
438
fAvgRating->SetText("");
src/apps/haikudepot/ui/PackageInfoView.cpp
439
fVoteInfo->SetText(B_TRANSLATE("n/a"));
src/apps/haikudepot/ui/PackageInfoView.cpp
451
fTitleView->SetText("");
src/apps/haikudepot/ui/PackageInfoView.cpp
452
fPublisherView->SetText("");
src/apps/haikudepot/ui/PackageInfoView.cpp
453
fVersionInfo->SetText("");
src/apps/haikudepot/ui/PackageInfoView.cpp
455
fAvgRating->SetText("");
src/apps/haikudepot/ui/PackageInfoView.cpp
456
fVoteInfo->SetText("");
src/apps/haikudepot/ui/PackageInfoView.cpp
800
fDescriptionView->SetText(summary, description);
src/apps/haikudepot/ui/PackageInfoView.cpp
807
fDescriptionView->SetText("");
src/apps/haikudepot/ui/PackageInfoView.cpp
809
fWebsiteLinkView->SetText("");
src/apps/haikudepot/ui/PackageInfoView.cpp
818
view->SetText(string);
src/apps/haikudepot/ui/PackageInfoView.cpp
821
view->SetText(B_TRANSLATE("<no info>"));
src/apps/haikudepot/ui/PackageInfoView.cpp
888
textView->SetText(rating->Comment());
src/apps/haikudepot/ui/PackageInfoView.cpp
964
fCountViews[i]->SetText(label);
src/apps/haikudepot/ui/PackageInfoView.cpp
981
fCountViews[i]->SetText("");
src/apps/haikudepot/ui/ScreenshotWindow.cpp
374
fIndexView->SetText(text);
src/apps/haikudepot/ui/ShuttingDownWindow.cpp
34
textView->SetText(text);
src/apps/haikudepot/ui/ToLatestUserUsageConditionsWindow.cpp
120
fMessageTextView->SetText(message);
src/apps/haikudepot/ui/UserLoginWindow.cpp
584
fPasswordField->SetText("");
src/apps/haikudepot/ui/UserLoginWindow.cpp
947
fCaptchaResultField->SetText("");
src/apps/haikudepot/ui/UserUsageConditionsWindow.cpp
123
fIntroductionTextView->SetText(_IntroductionTextForMode(mode, userDetail));
src/apps/haikudepot/ui/UserUsageConditionsWindow.cpp
404
fCopyView->SetText(userUsageConditions.CopyMarkdown());
src/apps/haikudepot/ui/UserUsageConditionsWindow.cpp
405
fAgeNoteStringView->SetText(_MinimumAgeText(userUsageConditions.MinimumAge()));
src/apps/haikudepot/ui/UserUsageConditionsWindow.cpp
406
fVersionStringView->SetText(_VersionText(userUsageConditions.Code()));
src/apps/haikudepot/ui/UserUsageConditionsWindow.cpp
408
fIntroductionTextView->SetText(_IntroductionTextForMode(fMode, userDetail));
src/apps/haikudepot/ui/WorkStatusView.cpp
108
fStatusText->SetText(text);
src/apps/haikudepot/ui/WorkStatusView.cpp
73
SetText(text);
src/apps/haikudepot/ui/WorkStatusView.cpp
92
SetText(NULL);
src/apps/haikudepot/ui/WorkStatusView.h
31
void SetText(const BString& text);
src/apps/haikudepot/ui_generic/MarkupTextView.h
17
void SetText(const BString& markupText);
src/apps/haikudepot/ui_generic/MarkupTextView.h
18
void SetText(const BString heading,
src/apps/icon-o-matic/generic/gui/NummericalTextView.cpp
109
SetText(helper.String());
src/apps/icon-o-matic/generic/gui/NummericalTextView.cpp
93
SetText(helper.String());
src/apps/icon-o-matic/generic/gui/StringTextView.cpp
64
SetText(string);
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPickerView.cpp
532
control->SetText(text.String());
src/apps/icon-o-matic/gui/PathListView.cpp
146
SetText(path->Name());
src/apps/icon-o-matic/gui/ShapeListView.cpp
95
SetText(shape->Name());
src/apps/icon-o-matic/gui/StyleListView.cpp
149
SetText(style->Name());
src/apps/icon-o-matic/gui/TransformerListView.cpp
86
SetText(transformer->Name());
src/apps/installer/EULAWindow.cpp
73
textView->SetText(infoText);
src/apps/installer/InstallerWindow.cpp
452
fSizeView->SetText(string);
src/apps/installer/InstallerWindow.cpp
932
fStatusView->SetText(text);
src/apps/installer/WorkerThread.cpp
340
alert->SetText(errText);
src/apps/login/LoginView.cpp
167
fLoginControl->SetText(item->Login());
src/apps/login/LoginView.cpp
197
fPasswordControl->SetText("");
src/apps/login/LoginView.cpp
199
fInfoView->SetText(B_TRANSLATE("Invalid login!"));
src/apps/login/LoginView.cpp
235
fInfoView->SetText(info.String());
src/apps/login/LoginView.cpp
36
SetText(name.String());
src/apps/mail/AddressTextControl.cpp
209
SetText("");
src/apps/mail/AddressTextControl.cpp
229
SetText(fPreviousText.String());
src/apps/mail/AddressTextControl.cpp
856
fTextView->SetText(text);
src/apps/mail/AddressTextControl.h
32
void SetText(const char* text);
src/apps/mail/Content.cpp
1196
SetText(NULL);
src/apps/mail/Content.cpp
1204
SetText(NULL);
src/apps/mail/Content.cpp
2191
SetText(saveText);
src/apps/mail/FindWindow.cpp
111
fTextControl->SetText(sPreviousFind.String());
src/apps/mail/Header.cpp
464
fFromControl->SetText(from);
src/apps/mail/Header.cpp
485
fToControl->SetText(to);
src/apps/mail/Header.cpp
506
fCcControl->SetText(cc);
src/apps/mail/Header.cpp
538
fBccControl->SetText(bcc);
src/apps/mail/Header.cpp
559
fSubjectControl->SetText(subject);
src/apps/mail/Header.cpp
597
fDateControl->SetText(date);
src/apps/mail/MailWindow.cpp
2271
fContentView->TextView()->SetText(body->String(), body->Length());
src/apps/mail/MailWindow.cpp
2301
fContentView->TextView()->SetText(text->Text(), text->TextLength(), style);
src/apps/mail/MailWindow.cpp
2385
fContentView->TextView()->SetText(text, finish - start);
src/apps/mail/MailWindow.cpp
3048
fContentView->TextView()->SetText(&file, 0, size);
src/apps/mail/MailWindow.cpp
3161
fContentView->TextView()->SetText("", (int32)0);
src/apps/mail/Prefs.cpp
390
fReplyPreamble->SetText(*fNewPreamble);
src/apps/mail/Signature.cpp
181
fSigView->fName->SetText("");
src/apps/mail/Signature.cpp
182
fSigView->fTextView->SetText("");
src/apps/mail/Signature.cpp
208
fSigView->fName->SetText("");
src/apps/mail/Signature.cpp
209
fSigView->fTextView->SetText(NULL, (int32)0);
src/apps/mail/Signature.cpp
224
fSigView->fName->SetText(name);
src/apps/mail/Signature.cpp
233
fSigView->fTextView->SetText(sig, size);
src/apps/mediaconverter/MediaConverterWindow.cpp
735
fFileStatus->SetText(message);
src/apps/mediaconverter/MediaConverterWindow.cpp
742
fStatus->SetText(message);
src/apps/mediaconverter/MediaConverterWindow.cpp
769
fStartDurationTC->SetText("0");
src/apps/mediaconverter/MediaConverterWindow.cpp
770
fEndDurationTC->SetText("0");
src/apps/mediaconverter/MediaConverterWindow.cpp
820
fStartDurationTC->SetText("0");
src/apps/mediaconverter/MediaConverterWindow.cpp
821
fEndDurationTC->SetText(duration.String());
src/apps/mediaconverter/MediaConverterWindow.cpp
899
fOutputFolder->SetText(pathString.String());
src/apps/mediaplayer/InfoWin.cpp
364
fContainerInfo->SetText(fileFormat.pretty_name);
src/apps/mediaplayer/InfoWin.cpp
368
fContainerInfo->SetText(strerror(status));
src/apps/mediaplayer/InfoWin.cpp
373
fLocationInfo->SetText(info.String());
src/apps/mediaplayer/InfoWin.cpp
379
fFilenameView->SetText(info.String());
src/apps/mediaplayer/InfoWin.cpp
382
fFilenameView->SetText(B_TRANSLATE("<no media>"));
src/apps/mediaplayer/InfoWin.cpp
383
fContainerInfo->SetText("-");
src/apps/mediaplayer/InfoWin.cpp
384
fLocationInfo->SetText("-");
src/apps/mediaplayer/InfoWin.cpp
422
fVideoFormatInfo->SetText(info.String());
src/apps/mediaplayer/InfoWin.cpp
434
fVideoConfigInfo->SetText(info.String());
src/apps/mediaplayer/InfoWin.cpp
437
fDisplayModeInfo->SetText(B_TRANSLATE("Overlay"));
src/apps/mediaplayer/InfoWin.cpp
439
fDisplayModeInfo->SetText(B_TRANSLATE("DrawBitmap"));
src/apps/mediaplayer/InfoWin.cpp
481
fAudioFormatInfo->SetText(info.String());
src/apps/mediaplayer/InfoWin.cpp
518
fAudioConfigInfo->SetText(info.String());
src/apps/mediaplayer/InfoWin.cpp
532
fDurationInfo->SetText("-");
src/apps/mediaplayer/InfoWin.cpp
556
fDurationInfo->SetText(info.String());
src/apps/mediaplayer/InfoWin.cpp
568
fCopyrightInfo->SetText(info.String());
src/apps/mediaplayer/NetworkStreamWin.cpp
142
fTextControl->SetText(text);
src/apps/mediaplayer/VideoView.cpp
355
fSubtitleChanged = fSubtitleBitmap->SetText(text) || fSubtitleChanged;
src/apps/mediaplayer/interface/DurationView.cpp
168
SetText(string);
src/apps/mediaplayer/interface/LocationStringView.cpp
127
SetText(fFilePathParent.Path());
src/apps/mediaplayer/interface/PositionToolTip.cpp
62
SetText(text);
src/apps/mediaplayer/interface/SubtitleBitmap.cpp
346
fTextView->SetText(NULL);
src/apps/mediaplayer/interface/SubtitleBitmap.cpp
355
fShadowTextView->SetText(NULL);
src/apps/mediaplayer/interface/SubtitleBitmap.h
22
bool SetText(const char* text);
src/apps/mediaplayer/playlist/PlaylistWindow.cpp
465
fTotalDuration->SetText(text.String());
src/apps/musiccollection/MusicCollectionWindow.cpp
153
fCountView->SetText("Count: 0");
src/apps/musiccollection/MusicCollectionWindow.cpp
62
fCountView->SetText(count);
src/apps/overlayimage/OverlayView.cpp
54
fText->SetText(text);
src/apps/packageinstaller/PackageTextViewer.cpp
106
textView->SetText(text);
src/apps/packageinstaller/PackageView.cpp
482
packageDescriptionView->SetText(fInfo.GetDescription());
src/apps/packageinstaller/PackageView.cpp
504
fInstallTypeDescriptionView->SetText(
src/apps/packageinstaller/PackageView.cpp
606
fInstallTypeDescriptionView->SetText(typeDescription.String());
src/apps/packageinstaller/UninstallView.cpp
186
fDescription->SetText(fNoPackageSelectedString);
src/apps/packageinstaller/UninstallView.cpp
214
fDescription->SetText(fNoPackageSelectedString);
src/apps/packageinstaller/UninstallView.cpp
234
fDescription->SetText(fCurrentSelection.Description());
src/apps/packageinstaller/UninstallView.cpp
256
fDescription->SetText(fNoPackageSelectedString);
src/apps/packageinstaller/UninstallView.cpp
306
fDescription->SetText(fNoPackageSelectedString);
src/apps/packageinstaller/UninstallView.cpp
68
SetText(filename);
src/apps/people/AttributeTextControl.cpp
83
SetText(fOriginalValue);
src/apps/people/PersonView.cpp
397
control->SetText(value);
src/apps/people/PersonView.cpp
413
control->SetText(value);
src/apps/poorman/PoorManLoggingView.h
54
fLogFileName->SetText(log);
src/apps/poorman/PoorManSiteView.h
41
fIndexFileName->SetText(name);
src/apps/poorman/PoorManSiteView.h
51
fWebDir->SetText(dir);
src/apps/poorman/PoorManWindow.cpp
451
fDirView->SetText(dirPath.String());
src/apps/poorman/PoorManWindow.cpp
462
fStatusView->SetText(B_TRANSLATE("Status: Running"));
src/apps/poorman/PoorManWindow.cpp
464
fStatusView->SetText(B_TRANSLATE("Status: Stopped"));
src/apps/poorman/PoorManWindow.cpp
476
fHitsView->SetText(fHitsLabel);
src/apps/powerstatus/ExtendedInfoWindow.cpp
69
fStringList.ItemAt(i)->SetText(_GetTextForLine(i));
src/apps/pulse/ConfigView.cpp
320
fIconWidthControl->SetText(temp);
src/apps/pulse/ConfigView.cpp
372
fIconWidthControl->SetText(temp);
src/apps/resedit/InternalEditors.h
27
void SetID(const char *idstring) { fIDBox->SetText(idstring); }
src/apps/resedit/InternalEditors.h
30
void SetName(const char *name) { fNameBox->SetText(name); }
src/apps/resedit/InternalEditors.h
33
void SetValue(const char *value) { fValueView->SetText(value); }
src/apps/screenshot/ScreenshotWindow.cpp
336
fNameControl->SetText(_FindValidFileName(
src/apps/screenshot/ScreenshotWindow.cpp
348
fNameControl->SetText(_FindValidFileName(
src/apps/showimage/PrintOptionsWindow.cpp
232
text->SetText(s);
src/apps/showimage/ProgressWindow.cpp
128
fStatusBar->SetText(text);
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
239
fHeaderView->SetText(header.String());
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
242
fDetailView->SetText(detail.String());
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
272
fHeaderView->SetText(header.String());
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
291
fHeaderView->SetText(B_TRANSLATE("Cancelling updates"));
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
292
fDetailView->SetText(
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
352
fHeaderView->SetText(B_TRANSLATE("Cancelling updates"));
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
353
fDetailView->SetText(
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
480
fHeaderView->SetText(B_TRANSLATE("Updates found"));
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
481
fDetailView->SetText(B_TRANSLATE("The following changes will be made:"));
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
498
fHeaderView->SetText(header);
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
499
fDetailView->SetText(detail);
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
561
fHeaderView->SetText(header);
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
562
fDetailView->SetText(detail);
src/apps/soundrecorder/RecorderWindow.cpp
1098
fFilename->SetText(filename.String());
src/apps/soundrecorder/RecorderWindow.cpp
1123
fFormat->SetText(format.String());
src/apps/soundrecorder/RecorderWindow.cpp
1124
fCompression->SetText(compression.String());
src/apps/soundrecorder/RecorderWindow.cpp
1125
fChannels->SetText(channels.String());
src/apps/soundrecorder/RecorderWindow.cpp
1126
fSampleSize->SetText(samplesize.String());
src/apps/soundrecorder/RecorderWindow.cpp
1127
fSampleRate->SetText(samplerate.String());
src/apps/soundrecorder/RecorderWindow.cpp
1128
fDuration->SetText(durationString.String());
src/apps/soundrecorder/SoundListView.cpp
74
SetText(name);
src/apps/stylededit/FindWindow.cpp
68
fSearchString->SetText(text);
src/apps/stylededit/ReplaceWindow.cpp
85
fSearchString->SetText(searchtext);
src/apps/stylededit/ReplaceWindow.cpp
86
fReplaceString->SetText(replacetext);
src/apps/stylededit/StyledEditView.cpp
103
SetText("");
src/apps/sudoku/ProgressWindow.cpp
136
fStatusBar->SetText(text);
src/apps/switcher/WindowsView.cpp
227
SetText(owner, "Current workspace");
src/apps/switcher/WindowsView.cpp
231
SetText(owner, text);
src/apps/switcher/WindowsView.cpp
251
SetText(owner, fInfo->name);
src/apps/terminal/AppearPrefView.cpp
138
fTabTitle->SetText(pref->getString(PREF_TAB_TITLE));
src/apps/terminal/AppearPrefView.cpp
139
fWindowTitle->SetText(pref->getString(PREF_WINDOW_TITLE));
src/apps/terminal/FindWindow.cpp
78
fFindLabel->SetText(str.String());
src/apps/terminal/SetTitleDialog.cpp
81
fTitleTextControl->SetText(fTitle);
src/apps/terminal/TermView.cpp
1629
fResizeView->SetText(text.String());
src/apps/terminal/ThemeView.cpp
239
fPreview->SetText(previewText.String(), array);
src/apps/text_search/GrepListView.cpp
21
SetText(path.Path());
src/apps/text_search/GrepWindow.cpp
1005
item->SetText(path.String());
src/apps/text_search/GrepWindow.cpp
1108
fSearchText->SetText(name);
src/apps/text_search/GrepWindow.cpp
1354
fSearchText->SetText(buf);
src/apps/text_search/GrepWindow.cpp
298
fSearchText->SetText(text);
src/apps/text_search/GrepWindow.cpp
310
fSearchText->SetText("");
src/apps/text_search/GrepWindow.cpp
319
fSearchText->SetText(text);
src/apps/text_search/GrepWindow.cpp
323
fSearchText->SetText("");
src/apps/text_search/GrepWindow.cpp
917
fSearchText->SetText(fOldPattern.String());
src/apps/webpositive/AuthenticationPanel.cpp
124
textView->SetText(text.String());
src/apps/webpositive/AuthenticationPanel.cpp
128
m_usernameTextControl->SetText(previousUser.String());
src/apps/webpositive/AuthenticationPanel.cpp
132
m_passwordTextControl->SetText(previousPass.String());
src/apps/webpositive/AuthenticationPanel.cpp
88
m_passwordTextControl->SetText(text.String());
src/apps/webpositive/BrowserWindow.cpp
1381
fURLInputGroup->SetText(userData->URLInputContents());
src/apps/webpositive/BrowserWindow.cpp
1383
fURLInputGroup->SetText(webView->MainFrameURL());
src/apps/webpositive/BrowserWindow.cpp
1391
fURLInputGroup->SetText(webView->MainFrameURL());
src/apps/webpositive/BrowserWindow.cpp
1441
fURLInputGroup->SetText(url.String());
src/apps/webpositive/BrowserWindow.cpp
1551
fURLInputGroup->SetText(url.String());
src/apps/webpositive/BrowserWindow.cpp
1566
fURLInputGroup->SetText(url.String());
src/apps/webpositive/BrowserWindow.cpp
1609
fURLInputGroup->SetText(url.String());
src/apps/webpositive/BrowserWindow.cpp
1779
fStatusText->SetText(statusText.String());
src/apps/webpositive/BrowserWindow.cpp
1806
fURLInputGroup->SetText(webView->MainFrameURL());
src/apps/webpositive/BrowserWindow.cpp
754
fURLInputGroup->SetText(CurrentWebView()->MainFrameURL());
src/apps/webpositive/ConsoleWindow.cpp
98
item->SetText(finalText.String());
src/apps/webpositive/CookieWindow.cpp
350
fHeaderView->SetText(label);
src/apps/webpositive/DownloadProgressView.cpp
398
fFileNameView->SetText(fPath.Leaf());
src/apps/webpositive/DownloadProgressView.cpp
527
fFileNameView->SetText(name);
src/apps/webpositive/DownloadProgressView.cpp
652
fInfoView->SetText("");
src/apps/webpositive/DownloadProgressView.cpp
706
fInfoView->SetText("");
src/apps/webpositive/DownloadProgressView.cpp
787
fInfoView->SetText("");
src/apps/webpositive/DownloadProgressView.cpp
823
fInfoView->SetText(buffer.String());
src/apps/webpositive/DownloadProgressView.cpp
831
fInfoView->SetText(buffer.String());
src/apps/webpositive/DownloadProgressView.cpp
867
fInfoView->SetText(statusString.String());
src/apps/webpositive/DownloadProgressView.cpp
874
fInfoView->SetText(statusString.String());
src/apps/webpositive/SettingsWindow.cpp
207
fSearchPageControl->SetText(searchString);
src/apps/webpositive/SettingsWindow.cpp
280
fStartPageControl->SetText(
src/apps/webpositive/SettingsWindow.cpp
289
fSearchPageControl->SetText(searchURL);
src/apps/webpositive/SettingsWindow.cpp
296
fDownloadFolderControl->SetText(
src/apps/webpositive/SettingsWindow.cpp
513
fProxyAddressControl->SetText(
src/apps/webpositive/SettingsWindow.cpp
521
fProxyPortControl->SetText(
src/apps/webpositive/SettingsWindow.cpp
534
fProxyUsernameControl->SetText(
src/apps/webpositive/SettingsWindow.cpp
543
fProxyPasswordControl->SetText(
src/apps/webpositive/SettingsWindow.cpp
756
fStartPageControl->SetText(
src/apps/webpositive/SettingsWindow.cpp
761
fSearchPageControl->SetText(searchPage);
src/apps/webpositive/SettingsWindow.cpp
781
fDownloadFolderControl->SetText(
src/apps/webpositive/SettingsWindow.cpp
865
fProxyAddressControl->SetText(fSettings->GetValue(kSettingsKeyProxyAddress,
src/apps/webpositive/SettingsWindow.cpp
869
fProxyPortControl->SetText(keyProxyPort.String());
src/apps/webpositive/SettingsWindow.cpp
872
fProxyUsernameControl->SetText(fSettings->GetValue(kSettingsKeyProxyUsername,
src/apps/webpositive/SettingsWindow.cpp
874
fProxyPasswordControl->SetText(fSettings->GetValue(kSettingsKeyProxyPassword,
src/apps/webpositive/SettingsWindow.cpp
903
fDownloadFolderControl->SetText(path.Path());
src/apps/webpositive/URLInputGroup.cpp
201
SetText("");
src/apps/webpositive/URLInputGroup.cpp
738
fTextView->SetText(text);
src/apps/webpositive/URLInputGroup.h
25
void SetText(const char* text);
src/apps/webpositive/autocompletion/TextViewCompleter.cpp
48
fTextView->SetText(text.String(), text.Length());
src/apps/webpositive/support/FontSelectionView.cpp
92
fPreviewTextView->SetText(kPreviewText);
src/bin/desklink/MediaReplicant.cpp
92
view->SetText(fMuteMessage.String());
src/bin/desklink/MediaReplicant.cpp
99
view->SetText(text.String());
src/bin/dstcheck.cpp
71
TextView()->SetText(string.String());
src/bin/mail_utils/spamdbm.cpp
5509
TextViewPntr->SetText (TempString);
src/bin/mail_utils/spamdbm.cpp
6963
m_PurgeAgeTextboxPntr->SetText (TempString);
src/bin/mail_utils/spamdbm.cpp
6973
m_PurgePopularityTextboxPntr->SetText (TempString);
src/bin/mail_utils/spamdbm.cpp
6995
m_GenuineCountTextboxPntr->SetText (TempString);
src/bin/mail_utils/spamdbm.cpp
7005
m_SpamCountTextboxPntr->SetText (TempString);
src/bin/mail_utils/spamdbm.cpp
7015
m_WordCountTextboxPntr->SetText (TempString);
src/bin/mail_utils/spamdbm.cpp
7056
m_DatabaseFileNameTextboxPntr->SetText (m_DatabaseFileNameCachedValue);
src/bin/network/ppp_up/ConnectionView.cpp
182
fUsername->SetText(username.String());
src/bin/network/ppp_up/ConnectionView.cpp
183
fPassword->SetText(password.String());
src/bin/network/ppp_up/ConnectionView.cpp
306
fAttemptView->SetText(attemptString.String());
src/bin/network/ppp_up/ConnectionView.cpp
309
fStatusView->SetText(kTextConnectionEstablished);
src/bin/network/ppp_up/ConnectionView.cpp
323
fStatusView->SetText(kTextConnectionLost);
src/bin/network/ppp_up/ConnectionView.cpp
331
fStatusView->SetText(kTextConnecting);
src/bin/network/ppp_up/ConnectionView.cpp
335
fStatusView->SetText(kTextNotConnected);
src/bin/network/ppp_up/ConnectionView.cpp
340
fStatusView->SetText(kTextDeviceUpFailed);
src/bin/network/ppp_up/ConnectionView.cpp
344
fStatusView->SetText(kTextAuthenticating);
src/bin/network/ppp_up/ConnectionView.cpp
349
fStatusView->SetText(kTextAuthenticationFailed);
src/bin/network/ppp_up/ConnectionView.cpp
354
fStatusView->SetText(kTextConnectionLost);
src/bin/network/ppp_up/PPPStatusView.cpp
139
fBytesReceived->SetText("");
src/bin/network/ppp_up/PPPStatusView.cpp
140
fPacketsReceived->SetText("");
src/bin/network/ppp_up/PPPStatusView.cpp
141
fBytesSent->SetText("");
src/bin/network/ppp_up/PPPStatusView.cpp
142
fPacketsSent->SetText("");
src/bin/network/ppp_up/PPPStatusView.cpp
162
fTime->SetText(text.String());
src/bin/network/ppp_up/PPPStatusView.cpp
166
fBytesReceived->SetText(text.String());
src/bin/network/ppp_up/PPPStatusView.cpp
169
fPacketsReceived->SetText(text.String());
src/bin/network/ppp_up/PPPStatusView.cpp
172
fBytesSent->SetText(text.String());
src/bin/network/ppp_up/PPPStatusView.cpp
175
fPacketsSent->SetText(text.String());
src/bin/screen_blanker/PasswordWindow.cpp
82
fPassword->SetText(text);
src/kits/bluetooth/UI/ConnectionView.cpp
77
fMessage->SetText(strMessage);
src/kits/bluetooth/UI/PincodeWindow.cpp
224
fAddressText->SetText(address);
src/kits/interface/AboutWindow.cpp
358
fNameView->SetText(name);
src/kits/interface/AboutWindow.cpp
374
fVersionView->SetText(version);
src/kits/interface/Alert.cpp
227
TextView()->SetText(text);
src/kits/interface/Alert.cpp
511
SetText(text);
src/kits/interface/ColorControl.cpp
317
fRedText->SetText(string);
src/kits/interface/ColorControl.cpp
319
fGreenText->SetText(string);
src/kits/interface/ColorControl.cpp
321
fBlueText->SetText(string);
src/kits/interface/DecimalSpinner.cpp
312
TextView()->SetText(valueString.String());
src/kits/interface/Spinner.cpp
234
TextView()->SetText(valueString.String());
src/kits/interface/StatusBar.cpp
518
SetText(text);
src/kits/interface/StringItem.cpp
28
SetText(text);
src/kits/interface/StringItem.cpp
40
SetText(string);
src/kits/interface/StringView.cpp
338
SetText(text);
src/kits/interface/StringView.cpp
87
SetText(text);
src/kits/interface/TextControl.cpp
1129
SetText(initialText);
src/kits/interface/TextControl.cpp
498
fText->SetText(value);
src/kits/interface/TextControl.cpp
566
fText->SetText(text);
src/kits/interface/TextView.cpp
1138
SetText(text, text ? strlen(text) : 0, runs);
src/kits/interface/TextView.cpp
348
SetText(text);
src/kits/interface/ToolTip.cpp
212
fTextView->SetText(text);
src/kits/interface/ToolTip.cpp
223
fTextView->SetText(text);
src/kits/interface/View.cpp
5984
tip->SetText(text);
src/kits/mail/FileConfigView.cpp
109
fText->SetText(pathOfFile);
src/kits/mail/FileConfigView.cpp
144
SetText((fUseMeta ? meta : archive)->FindString(fName));
src/kits/mail/FileConfigView.cpp
93
fText->SetText(path.Path());
src/kits/mail/MailComponent.cpp
433
SetText(text);
src/kits/mail/MailMessage.cpp
591
fTextBody->SetText(text);
src/kits/mail/ProtocolConfigView.cpp
190
fHostControl->SetText(host.String());
src/kits/mail/ProtocolConfigView.cpp
192
fUserControl->SetText(settings.FindString("username"));
src/kits/mail/ProtocolConfigView.cpp
197
fPasswordControl->SetText(password);
src/kits/mail/ProtocolConfigView.cpp
200
fPasswordControl->SetText(settings.FindString("password"));
src/kits/mail/ProtocolConfigView.cpp
71
fSizeControl->SetText("0");
src/kits/mail/ProtocolConfigView.cpp
76
fSizeControl->SetText(kb);
src/kits/media/DefaultMediaTheme.cpp
735
textControl->SetText(value);
src/kits/media/DefaultMediaTheme.cpp
778
textControl->SetText(value);
src/kits/print/JobSetupPanel.cpp
186
fFirstPage->SetText(text.String());
src/kits/print/JobSetupPanel.cpp
189
fLastPage->SetText(text.String());
src/kits/tracker/FSUtils.cpp
2168
alert->SetText(replaceMsg.String());
src/kits/tracker/FSUtils.cpp
2346
alert->SetText(replaceMsg.String());
src/kits/tracker/FilePanelPriv.cpp
1223
textControl->SetText(text);
src/kits/tracker/FilePanelPriv.cpp
629
textControl->SetText(model->Name());
src/kits/tracker/FindPanel.cpp
1582
stringView->SetText(selected->Label());
src/kits/tracker/FindPanel.cpp
2189
textControl->SetText(buffer.String());
src/kits/tracker/FindPanel.cpp
2702
queryName->SetText(window->QueryName());
src/kits/tracker/FindPanel.cpp
3047
textControl->SetText(buffer.String());
src/kits/tracker/FindPanel.cpp
3311
textControl->SetText(string);
src/kits/tracker/Navigator.cpp
300
fLocation->SetText(path.Path());
src/kits/tracker/Navigator.cpp
350
fLocation->SetText(fPath.Path());
src/kits/tracker/WidgetAttributeText.cpp
1568
textView->SetText(fFullValueText.String(), fFullValueText.Length());
src/kits/tracker/WidgetAttributeText.cpp
782
textView->SetText(fFullValueText.String(), fFullValueText.Length());
src/kits/tracker/WidgetAttributeText.cpp
876
textView->SetText(fFullValueText.String(), fFullValueText.Length());
src/kits/tracker/infowindow/FilePermissionsView.cpp
269
fOwnerTextControl->SetText(user.String());
src/kits/tracker/infowindow/FilePermissionsView.cpp
271
fOwnerTextControl->SetText(B_TRANSLATE("Unknown"));
src/kits/tracker/infowindow/FilePermissionsView.cpp
282
fGroupTextControl->SetText(group.String());
src/kits/tracker/infowindow/FilePermissionsView.cpp
284
fGroupTextControl->SetText(B_TRANSLATE("Unknown"));
src/kits/tracker/infowindow/HeaderView.cpp
196
fTitleEditView->SetText(fModel->Name());
src/libs/print/libprint/AddPrinterDlg.cpp
155
fDescription->SetText(item->GetDescription());
src/libs/print/libprint/JobSetupDlg.cpp
243
fFromPage->SetText(oss1.String());
src/libs/print/libprint/JobSetupDlg.cpp
247
fToPage->SetText(oss2.String());
src/libs/print/libprint/JobSetupDlg.cpp
287
fCopies->SetText(copies.String());
src/libs/print/libprint/MarginView.cpp
360
fPageSize->SetText(pageSize);
src/libs/print/libprint/MarginView.cpp
592
fTop->SetText(str.String());
src/libs/print/libprint/MarginView.cpp
596
fLeft->SetText(str.String());
src/libs/print/libprint/MarginView.cpp
600
fRight->SetText(str.String());
src/libs/print/libprint/MarginView.cpp
604
fBottom->SetText(str.String());
src/libs/print/libprint/Preview.cpp
1004
fPageNumber->SetText(text.String());
src/libs/print/libprint/Preview.cpp
1010
fPageText->SetText(text.String());
src/preferences/appearance/FontSelectionView.cpp
102
fPreviewTextView->SetText(kPreviewText);
src/preferences/backgrounds/BackgroundsView.cpp
334
fXPlacementText->SetText(xstring.String());
src/preferences/backgrounds/BackgroundsView.cpp
335
fYPlacementText->SetText(ystring.String());
src/preferences/backgrounds/BackgroundsView.cpp
558
fXPlacementText->SetText(xtext.String());
src/preferences/backgrounds/BackgroundsView.cpp
559
fYPlacementText->SetText(ytext.String());
src/preferences/backgrounds/BackgroundsView.cpp
874
fXPlacementText->SetText("0");
src/preferences/backgrounds/BackgroundsView.cpp
875
fYPlacementText->SetText("0");
src/preferences/backgrounds/BackgroundsView.cpp
878
fXPlacementText->SetText(NULL);
src/preferences/backgrounds/BackgroundsView.cpp
879
fYPlacementText->SetText(NULL);
src/preferences/backgrounds/ImageFilePanel.cpp
142
fResolutionView->SetText(resolution.String());
src/preferences/backgrounds/ImageFilePanel.cpp
151
fImageTypeView->SetText(type);
src/preferences/backgrounds/ImageFilePanel.cpp
157
fImageTypeView->SetText(type);
src/preferences/backgrounds/ImageFilePanel.cpp
159
fImageTypeView->SetText("");
src/preferences/backgrounds/ImageFilePanel.cpp
163
fResolutionView->SetText("");
src/preferences/backgrounds/ImageFilePanel.cpp
164
fImageTypeView->SetText("");
src/preferences/bluetooth/BluetoothDeviceView.cpp
100
fBdaddr->SetText(bdaddrUtils::ToString(bDevice->GetBluetoothAddress()));
src/preferences/bluetooth/BluetoothDeviceView.cpp
104
fClassService->SetText(string.String());
src/preferences/bluetooth/BluetoothDeviceView.cpp
110
fClass->SetText(string.String());
src/preferences/bluetooth/BluetoothDeviceView.cpp
122
fHCIVersionProperties->SetText(string.String());
src/preferences/bluetooth/BluetoothDeviceView.cpp
129
fLMPVersionProperties->SetText(string.String());
src/preferences/bluetooth/BluetoothDeviceView.cpp
135
fManufacturerProperties->SetText(string.String());
src/preferences/bluetooth/BluetoothDeviceView.cpp
142
fACLBuffersProperties->SetText(string.String());
src/preferences/bluetooth/BluetoothDeviceView.cpp
149
fSCOBuffersProperties->SetText(string.String());
src/preferences/bluetooth/BluetoothDeviceView.cpp
99
fName->SetText(bDevice->GetFriendlyName().String());
src/preferences/bluetooth/InquiryPanel.cpp
133
fMessage->SetText(B_TRANSLATE(
src/preferences/bluetooth/InquiryPanel.cpp
146
fMessage->SetText(B_TRANSLATE("There isn't any Bluetooth LocalDevice "
src/preferences/datatranslations/DataTranslationsWindow.cpp
210
fInfoText->SetText(B_TRANSLATE(
src/preferences/filetypes/ApplicationTypeWindow.cpp
194
SetText(description);
src/preferences/filetypes/ApplicationTypeWindow.cpp
585
fSignatureControl->SetText(signature);
src/preferences/filetypes/ApplicationTypeWindow.cpp
655
fMajorVersionControl->SetText(text);
src/preferences/filetypes/ApplicationTypeWindow.cpp
657
fMiddleVersionControl->SetText(text);
src/preferences/filetypes/ApplicationTypeWindow.cpp
659
fMinorVersionControl->SetText(text);
src/preferences/filetypes/ApplicationTypeWindow.cpp
668
fInternalVersionControl->SetText(text);
src/preferences/filetypes/ApplicationTypeWindow.cpp
670
fShortDescriptionControl->SetText(versionInfo.short_info);
src/preferences/filetypes/ApplicationTypeWindow.cpp
671
fLongDescriptionView->SetText(versionInfo.long_info);
src/preferences/filetypes/ApplicationTypesWindow.cpp
364
fNameView->SetText(NULL);
src/preferences/filetypes/ApplicationTypesWindow.cpp
366
fSignatureView->SetText(NULL);
src/preferences/filetypes/ApplicationTypesWindow.cpp
368
fPathView->SetText(NULL);
src/preferences/filetypes/ApplicationTypesWindow.cpp
372
fVersionView->SetText(NULL);
src/preferences/filetypes/ApplicationTypesWindow.cpp
374
fDescriptionView->SetText(NULL);
src/preferences/filetypes/ApplicationTypesWindow.cpp
396
fSignatureView->SetText(type->Type());
src/preferences/filetypes/ApplicationTypesWindow.cpp
403
fNameView->SetText("");
src/preferences/filetypes/ApplicationTypesWindow.cpp
406
fNameView->SetText(description);
src/preferences/filetypes/ApplicationTypesWindow.cpp
444
fVersionView->SetText(version);
src/preferences/filetypes/ApplicationTypesWindow.cpp
446
fDescriptionView->SetText(versionInfo.long_info);
src/preferences/filetypes/ApplicationTypesWindow.cpp
461
fVersionView->SetText(NULL);
src/preferences/filetypes/ApplicationTypesWindow.cpp
463
fDescriptionView->SetText(NULL);
src/preferences/filetypes/ApplicationTypesWindow.cpp
471
fPathView->SetText(path.Path());
src/preferences/filetypes/ApplicationTypesWindow.cpp
490
fPathView->SetText(NULL);
src/preferences/filetypes/AttributeListView.cpp
246
SetText(other.PublicName());
src/preferences/filetypes/FileTypeWindow.cpp
233
fTypeControl->SetText(fCommonType.String());
src/preferences/filetypes/FileTypeWindow.cpp
268
fTypeControl->SetText(type);
src/preferences/filetypes/FileTypeWindow.cpp
351
fTypeControl->SetText(type);
src/preferences/filetypes/FileTypesWindow.cpp
1106
fInternalNameView->SetText(type->Type());
src/preferences/filetypes/FileTypesWindow.cpp
1113
fTypeNameControl->SetText(description);
src/preferences/filetypes/FileTypesWindow.cpp
1119
fDescriptionControl->SetText(description);
src/preferences/filetypes/FileTypesWindow.cpp
1126
fRuleControl->SetText(rule.String());
src/preferences/filetypes/FileTypesWindow.cpp
1132
fInternalNameView->SetText(NULL);
src/preferences/filetypes/FileTypesWindow.cpp
1133
fTypeNameControl->SetText(NULL);
src/preferences/filetypes/FileTypesWindow.cpp
1134
fDescriptionControl->SetText(NULL);
src/preferences/filetypes/FileTypesWindow.cpp
1135
fRuleControl->SetText(NULL);
src/preferences/filetypes/MimeTypeListView.cpp
179
SetText(description);
src/preferences/filetypes/MimeTypeListView.cpp
181
SetText(Subtype());
src/preferences/filetypes/MimeTypeListView.cpp
198
SetText(text.String());
src/preferences/filetypes/MimeTypeListView.cpp
363
item->SetText(item->Description());
src/preferences/filetypes/StringView.cpp
28
fLabel->SetText(label);
src/preferences/filetypes/StringView.cpp
35
fText->SetText(text);
src/preferences/filetypes/StringView.h
22
void SetText(const char* text);
src/preferences/joysticks/JoyWin.cpp
344
mesgw->SetText(str.String());
src/preferences/joysticks/MessageWin.cpp
51
fText->SetText(str);
src/preferences/joysticks/MessageWin.h
32
void SetText(const char* str);
src/preferences/locale/FormatSettingsView.cpp
386
fFullDateExampleView->SetText(result);
src/preferences/locale/FormatSettingsView.cpp
389
fLongDateExampleView->SetText(result);
src/preferences/locale/FormatSettingsView.cpp
392
fMediumDateExampleView->SetText(result);
src/preferences/locale/FormatSettingsView.cpp
395
fShortDateExampleView->SetText(result);
src/preferences/locale/FormatSettingsView.cpp
398
fFullTimeExampleView->SetText(result);
src/preferences/locale/FormatSettingsView.cpp
401
fLongTimeExampleView->SetText(result);
src/preferences/locale/FormatSettingsView.cpp
404
fMediumTimeExampleView->SetText(result);
src/preferences/locale/FormatSettingsView.cpp
407
fShortTimeExampleView->SetText(result);
src/preferences/locale/FormatSettingsView.cpp
411
fPositiveNumberExampleView->SetText(result);
src/preferences/locale/FormatSettingsView.cpp
413
fPositiveNumberExampleView->SetText(errorString);
src/preferences/locale/FormatSettingsView.cpp
417
fNegativeNumberExampleView->SetText(result);
src/preferences/locale/FormatSettingsView.cpp
419
fNegativeNumberExampleView->SetText(errorString);
src/preferences/locale/FormatSettingsView.cpp
423
fPositiveMonetaryExampleView->SetText(result);
src/preferences/locale/FormatSettingsView.cpp
425
fPositiveMonetaryExampleView->SetText(errorString);
src/preferences/locale/FormatSettingsView.cpp
429
fNegativeMonetaryExampleView->SetText(result);
src/preferences/locale/FormatSettingsView.cpp
431
fNegativeMonetaryExampleView->SetText(errorString);
src/preferences/mail/AutoConfigView.cpp
114
fAccountNameView->SetText(fEmailView->Text());
src/preferences/mail/AutoConfigView.cpp
240
fLoginNameView->SetText(email);
src/preferences/mail/AutoConfigView.cpp
244
fLoginNameView->SetText(localPart.String());
src/preferences/mail/AutoConfigView.cpp
252
fLoginNameView->SetText(email);
src/preferences/mail/AutoConfigView.cpp
58
fNameView->SetText(passwd->pw_gecos);
src/preferences/mail/ConfigViews.cpp
114
fNameControl->SetText(fAccount->Name());
src/preferences/mail/ConfigViews.cpp
115
fRealNameControl->SetText(fAccount->RealName());
src/preferences/mail/ConfigViews.cpp
116
fReturnAddressControl->SetText(fAccount->ReturnAddress());
src/preferences/mail/ConfigWindow.cpp
375
fHowToTextView->SetText(B_TRANSLATE(
src/preferences/mail/ConfigWindow.cpp
695
item->SetText(account->Name());
src/preferences/mail/ConfigWindow.cpp
722
fIntervalControl->SetText(intervalText.String());
src/preferences/media/MidiSettingsView.cpp
258
fSoundFontStatus->SetText(
src/preferences/media/MidiSettingsView.cpp
264
fSoundFontStatus->SetText(
src/preferences/media/MidiSettingsView.cpp
268
fSoundFontStatus->SetText("");
src/preferences/network/InterfaceAddressView.cpp
238
fAddressField->SetText(address.Address().ToString());
src/preferences/network/InterfaceAddressView.cpp
239
fNetmaskField->SetText(address.Mask().ToString());
src/preferences/network/InterfaceAddressView.cpp
243
fGatewayField->SetText(gateway.ToString());
src/preferences/network/InterfaceAddressView.cpp
245
fGatewayField->SetText(NULL);
src/preferences/network/InterfaceAddressView.cpp
259
fAddressField->SetText(NULL);
src/preferences/network/InterfaceAddressView.cpp
260
fNetmaskField->SetText(NULL);
src/preferences/network/InterfaceAddressView.cpp
261
fGatewayField->SetText(NULL);
src/preferences/network/InterfaceView.cpp
200
fStatusField->SetText(B_TRANSLATE("no link"));
src/preferences/network/InterfaceView.cpp
202
fStatusField->SetText(B_TRANSLATE("no stateful configuration"));
src/preferences/network/InterfaceView.cpp
204
fStatusField->SetText(B_TRANSLATE("configuring"));
src/preferences/network/InterfaceView.cpp
206
fStatusField->SetText(B_TRANSLATE("connected"));
src/preferences/network/InterfaceView.cpp
208
fStatusField->SetText(B_TRANSLATE("unknown"));
src/preferences/network/InterfaceView.cpp
212
fMacAddressField->SetText(hardwareAddress.ToString());
src/preferences/network/InterfaceView.cpp
214
fMacAddressField->SetText("-");
src/preferences/network/InterfaceView.cpp
218
fLinkSpeedField->SetText(media_type_to_string(media));
src/preferences/network/InterfaceView.cpp
220
fLinkSpeedField->SetText("-");
src/preferences/network/InterfaceView.cpp
228
fLinkTxField->SetText(buffer);
src/preferences/network/InterfaceView.cpp
231
fLinkRxField->SetText(buffer);
src/preferences/network/ServiceView.cpp
43
descriptionView->SetText(description);
src/preferences/printers/AddPrinterDialog.cpp
153
fName->SetText(item->Label());
src/preferences/printers/TestPageView.cpp
272
statusView->SetText(text.String());
src/preferences/repositories/AddRepoWindow.cpp
136
fText->SetText(clipString);
src/preferences/repositories/RepositoriesView.cpp
479
fListStatusView->SetText(kStatusCompletedText);
src/preferences/repositories/RepositoriesView.cpp
753
fListStatusView->SetText(text);
src/preferences/repositories/RepositoriesView.cpp
755
fListStatusView->SetText("");
src/preferences/screen/AlertWindow.cpp
115
TextView()->SetText(string.String());
src/preferences/screen/ScreenWindow.cpp
1372
fDeviceInfo->SetText(deviceString);
src/preferences/screensaver/PasswordWindow.cpp
168
fPasswordControl->SetText("");
src/preferences/screensaver/PasswordWindow.cpp
169
fConfirmControl->SetText("");
src/preferences/screensaver/PasswordWindow.cpp
175
fPasswordControl->SetText("");
src/preferences/screensaver/PasswordWindow.cpp
176
fConfirmControl->SetText("");
src/preferences/screensaver/PreviewView.cpp
73
fNoPreview->SetText(B_TRANSLATE("No preview available"));
src/preferences/screensaver/ScreenSaverWindow.cpp
315
fTurnOffNotSupported->SetText(
src/preferences/screensaver/ScreenSaverWindow.cpp
353
fFadeNowText->SetText(B_TRANSLATE("Fade now when mouse is here"));
src/preferences/screensaver/ScreenSaverWindow.cpp
363
fFadeNeverText->SetText(B_TRANSLATE("Don't fade when mouse is here"));
src/preferences/time/NetworkTimeView.cpp
342
fServerTextControl->SetText("");
src/preferences/time/TZDisplay.h
38
void SetText(const char* text);
src/preferences/time/ZoneView.cpp
136
fCurrent->SetText(fCurrentZoneItem->Text());
src/preferences/time/ZoneView.cpp
440
zoneIter->second->SetText(currentItem->Text());
src/preferences/time/ZoneView.cpp
499
fPreview->SetText("");
src/preferences/time/ZoneView.cpp
505
fPreview->SetText(item->Text());
src/preferences/time/ZoneView.cpp
519
fCurrent->SetText(fCurrentZoneItem->Text());
src/servers/debug/DebugWindow.cpp
58
message->SetText(buffer);
src/servers/input/BottomlineWindow.cpp
31
fTextView->SetText("");
src/servers/keystore/AppAccessRequestWindow.cpp
82
message->SetText(details);
src/servers/keystore/KeyRequestWindow.cpp
105
message->SetText(B_TRANSLATE("An application wants to access the "
src/servers/keystore/KeyRequestWindow.cpp
135
fKeyringName->SetText(keyringName);
src/servers/mail/ErrorLogWindow.cpp
204
view->SetText(msgString.String());
src/servers/notification/NotificationView.cpp
133
SetText();
src/servers/notification/NotificationView.cpp
227
SetText();
src/servers/notification/NotificationView.h
47
void SetText(float newMaxWidth = -1);
src/servers/print/ConfigWindow.cpp
477
fJobSetupText->SetText(B_TRANSLATE("Undefined"));
src/servers/print/ConfigWindow.cpp
480
fPageFormatText->SetText(B_TRANSLATE("Undefined"));
src/servers/print/ConfigWindow.cpp
506
fPageFormatText->SetText(pageFormat.String());
src/servers/print/ConfigWindow.cpp
546
fJobSetupText->SetText(job.String());
src/servers/registrar/ShutdownProcess.cpp
1114
fWindow->SetText(text);
src/servers/registrar/ShutdownProcess.cpp
371
BAlert::SetText(text);
src/servers/registrar/ShutdownProcess.cpp
409
SetText(B_TRANSLATE("It's now safe to turn off the computer."));
src/tests/kits/game/chart/ChartWindow.cpp
1388
fFramesView->SetText(text_frames);
src/tests/kits/game/chart/ChartWindow.cpp
1389
fCpuLoadView->SetText(text_cpu_load);
src/tests/kits/game/file_game_sound_test/FileSoundWindow.cpp
102
textControl -> SetText(path.Path());
src/tests/kits/interface/SimpleAlertTest.cpp
124
fLastStringView->SetText("Canceled alert");
src/tests/kits/interface/SimpleAlertTest.cpp
126
fLastStringView->SetText(BString().SetToFormat(
src/tests/kits/interface/StatusBarTest.cpp
68
fStatusBar->SetText("-");
src/tests/kits/interface/TextViewTestManual.cpp
98
fTextView->SetText(content.String());
src/tests/kits/interface/ToolTipTest.cpp
134
SetText(text);
src/tests/kits/interface/ToolTipTest.cpp
76
SetText(text);
src/tests/kits/interface/btextcontrol/TextControlTest.cpp
25
v->SetText("Initial text");
src/tests/kits/interface/btextview/TextViewTest.cpp
25
v->SetText("Initial text");
src/tests/kits/interface/flatten_picture/PictureTestWindow.cpp
89
fHeader->SetText(text.String());
src/tests/kits/interface/layout/widget_layout_test/tests/TextViewTest.cpp
133
fTextView->SetText(kAlternativeText);
src/tests/kits/interface/layout/widget_layout_test/tests/TextViewTest.cpp
135
fTextView->SetText(kNormalText);
src/tests/kits/interface/layout/widget_layout_test/tests/TextViewTest.cpp
45
fTextView->SetText(kNormalText);
src/tests/kits/interface/menu/menuworld/MenuView.cpp
268
m_pLabelCtrl->SetText("");
src/tests/kits/interface/menu/menuworld/MenuView.cpp
401
m_pLabelCtrl->SetText("");
src/tests/kits/interface/menu/menuworld/MenuWindow.cpp
189
m_pStatusView->SetText(updateText);
src/tests/kits/translation/TranslationUtilsTest.cpp
237
ptextview->SetText("");
src/tests/libs/alm/Pinwheel.cpp
30
textView1->SetText("5");
src/tests/libs/alm/Views.cpp
42
textView1->SetText("BTextView");
src/tests/servers/app/hide_and_show/HideAndShow.cpp
48
view->SetText("The window will be hidden and shown every 2 seconds.");
src/tests/servers/app/playground/ObjectWindow.cpp
480
fAlphaTC->SetText(string);
src/tests/servers/app/textview/main.cpp
12
textview->SetText("Type into the Haiku BTextView!");
src/tools/translation/inspector/InfoWindow.cpp
57
fptextView->SetText(text);
src/tools/translation/inspector/InfoWindow.cpp
93
fptextView->SetText(bstr.String());