Searched refs:BAlert (Results 76 - 100 of 211) sorted by relevance

123456789

/haiku/src/preferences/sounds/
H A DHEventList.cpp130 BAlert* alert = new BAlert("alert",
/haiku/src/apps/pulse/
H A DPulseView.cpp151 BAlert *alert = new BAlert(B_TRANSLATE("Info"),
H A DDeskbarPulseView.cpp203 BAlert *alert = new BAlert(B_TRANSLATE("Info"), str.String(),
/haiku/src/add-ons/print/transports/ipp/
H A DIppSetupDlg.cpp146 BAlert *alert = new BAlert("", error_msg.c_str(), "OK");
H A DIppTransport.cpp132 BAlert *alert = new BAlert("", error_msg.c_str(), "OK");
/haiku/src/apps/mediaplayer/playlist/
H A DRemovePLItemsCommand.cpp121 BAlert* alert = new BAlert(B_TRANSLATE("Move into trash error"),
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.cpp221 BAlert* alert = new BAlert(B_TRANSLATE("Bluetooth error"), msg.String(),
/haiku/src/libs/print/libprint/
H A DBlockingWindow.cpp111 BAlert *about = new BAlert("About", aboutText, "Cool");
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DStartTeamWindow.cpp158 BAlert* alert = new(std::nothrow) BAlert("Start team failed",
/haiku/src/preferences/media/
H A DMediaWindow.h113 BAlert* fRestartAlert;
/haiku/src/preferences/notifications/
H A DNotificationsView.cpp199 BAlert* alert = new BAlert("", text.String(),
220 BAlert* alert = new BAlert("",
/haiku/src/preferences/repositories/
H A DRepositoriesView.cpp258 BAlert* alert = new BAlert("confirm", text, kRemoveLabel,
305 (new BAlert("duplicate",
345 (new BAlert("error", errorDetails, kOKLabel, NULL, NULL,
520 (new BAlert("duplicate",
595 (new BAlert("error",
613 (new BAlert("error", text, kOKLabel))->Go(NULL);
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp838 BAlert* alert = new BAlert("error", message, B_TRANSLATE("OK"), NULL, NULL,
908 BAlert* alert = new BAlert(B_TRANSLATE("Force unmount"), message,
1029 BAlert* alert = new BAlert("first notice", message.String(),
1111 alert = new BAlert("final notice", message.String(),
1233 BAlert* alert = new BAlert("final notice", B_TRANSLATE("Are you sure you "
1314 BAlert* aler
[all...]
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp268 BAlert* alert = new BAlert(name, text.String(),
361 BAlert* alert = new BAlert(name, text.String(), B_TRANSLATE("OK"));
578 BAlert* alert = new BAlert("launch error", errorMessage.String(),
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp142 BAlert* alert = new BAlert((errors > 1) ?
212 BAlert* alert = new BAlert(B_TRANSLATE("Error"),
515 BAlert* alert = new BAlert(B_TRANSLATE("Multi-track file detected"),
H A DMediaFileInfoView.cpp165 BAlert* alert = new BAlert(
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp538 BAlert* serverAlert = new BAlert(B_TRANSLATE("Error Server"),
541 BAlert* dirAlert = new BAlert(B_TRANSLATE("Error Dir"),
569 BAlert* dirCreatedAlert =
570 new BAlert(B_TRANSLATE("Dir Created"), STR_DIR_CREATED,
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp251 BAlert* notify;
258 notify = new BAlert("removal_success",
263 notify = new BAlert("removal_failed",
H A DPackageInstall.cpp145 BAlert* reinstall = new BAlert("reinstall",
/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp219 BAlert* infoAlert = new BAlert(B_TRANSLATE("About decorator"),
257 BAlert* infoAlert = new BAlert(B_TRANSLATE("About control look"),
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp242 BAlert* alert = new BAlert(B_TRANSLATE("FileTypes request"),
528 BAlert* alert = new BAlert(B_TRANSLATE("FileTypes request"),
/haiku/src/apps/mail/
H A DEnclosures.cpp177 BAlert* alert = new BAlert("", B_TRANSLATE(
230 BAlert* alert = new BAlert("",
/haiku/src/apps/people/
H A DPersonWindow.cpp223 BAlert* alert = new BAlert("", str.String(), B_TRANSLATE("Sorry"));
303 BAlert* alert = new BAlert("",
/haiku/src/bin/
H A Dcheckitout.cpp58 BAlert* alert = new BAlert("Warning", message.String(), "Proceed", "Stop", NULL,
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPDriver.cpp309 BAlert* alert = new BAlert("", text.String(), "OK");

Completed in 144 milliseconds

123456789