Searched refs:SetText (Results 1 - 25 of 251) sorted by path

1234567891011

/haiku/headers/os/interface/
H A DStatusBar.h58 virtual void SetText(const char* string);
H A DStringItem.h26 virtual void SetText(const char* text);
H A DStringView.h27 void SetText(const char* text);
H A DTextControl.h40 virtual void SetText(const char* text);
/haiku/headers/os/mail/
H A DMailComponent.h106 void SetText(const char *text);
/haiku/headers/private/interface/
H A DToolTip.h71 void SetText(const char* text);
/haiku/headers/private/mail/
H A DFileConfigView.h33 void SetText(const char* pathOfFile);
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DConfigView.cpp76 fAttributeControl->SetText(settings.Attribute());
81 fRegexControl->SetText(settings.Expression());
87 fFileControl->SetText(settings.MoveTarget());
90 fFlagsControl->SetText(settings.SetFlagsTo());
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp353 fQuotaView->SetText(quotaString);
/haiku/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DConfigView.cpp51 fTagControl->SetText(path.String());
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp440 fStatusView->SetText(kTextCreationError);
585 fStatusView->SetText(kErrorNoPPPStack);
593 fStatusView->SetText(kTextConnecting);
598 fStatusView->SetText(kTextConnectionEstablished);
602 fStatusView->SetText(kTextNotConnected);
607 fStatusView->SetText(kTextDeviceUpFailed);
611 fStatusView->SetText(kTextAuthenticating);
616 fStatusView->SetText(kTextAuthenticationFailed);
621 fStatusView->SetText(kTextConnectionLost);
H A DGeneralAddon.cpp463 fUsername->SetText(Addon()->Username());
464 fPassword->SetText(Addon()->Password());
H A DPPPoEAddon.cpp270 fServiceName->SetText(Addon()->ServiceName());
H A DTextRequestDialog.cpp52 fTextView->SetText(information);
/haiku/src/add-ons/network_settings/hostname/
H A DHostnameView.cpp106 fHostname->SetText(fHostnameString);
/haiku/src/add-ons/print/drivers/preview/
H A DJobSetupWindow.cpp65 fFrom->SetText(buffer.String());
69 fTo->SetText(buffer.String());
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp121 helpText->SetText(help.String());
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.cpp112 fArchiveNameView->SetText(" ");
114 fZipOutputView->SetText(B_TRANSLATE("Stopped"));
116 fZipOutputView->SetText(B_TRANSLATE("Archive created OK"));
126 fArchiveNameView->SetText("");
127 fZipOutputView->SetText(B_TRANSLATE("Error creating archive"));
137 fArchiveNameView->SetText(temp.String());
162 fZipOutputView->SetText(output.String());
164 fZipOutputView->SetText(string.String());
251 fArchiveNameView->SetText(" ");
252 fZipOutputView->SetText(B_TRANSLAT
[all...]
/haiku/src/add-ons/translators/gif/
H A DGIFView.cpp286 fRedTextControl->SetText(temp);
289 fGreenTextControl->SetText(temp);
292 fBlueTextControl->SetText(temp);
470 control->SetText(temp);
/haiku/src/apps/bootmanager/
H A DFileSelectionPage.cpp192 fFile->SetText(path.Path());
199 fFile->SetText(path.Path());
H A DWizardPageView.cpp59 view->SetText(description);
73 view->SetText(description);
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.cpp189 BStringView::SetText(text.String());
383 BStringView::SetText(title.String());
436 BStringView::SetText(text.String());
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DGeneralPage.cpp48 fDataSourceView->SetText(fModel->DataSourceName());
53 fCPUCountView->SetText(buffer);
57 fRunTimeView->SetText(format_nanotime(runtime, buffer, sizeof(buffer)));
68 fIdleTimeView->SetText(buffer);
72 fTeamCountView->SetText(buffer);
76 fThreadCountView->SetText(buffer);
78 fDataSourceView->SetText("");
79 fCPUCountView->SetText("");
80 fRunTimeView->SetText("");
81 fIdleTimeView->SetText("");
[all...]
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DGeneralPage.cpp54 fThreadNameView->SetText(fThread->Name());
59 fThreadIDView->SetText(buffer);
62 fTeamView->SetText(thread->GetTeam()->Name());
70 fRunTimeView->SetText(buffer);
77 fWaitTimeView->SetText(buffer);
84 fLatencyView->SetText(buffer);
91 fPreemptionView->SetText(buffer);
96 fUnspecifiedTimeView->SetText(timeBuffer);
98 fThreadNameView->SetText("");
99 fThreadIDView->SetText("");
[all...]
/haiku/src/apps/debugger/user_interface/gui/connection_config/config_handlers/
H A DNetworkConnectionConfigView.cpp117 fPortInput->SetText(buffer);

Completed in 129 milliseconds

1234567891011