Searched refs:BAlert (Results 1 - 25 of 211) sorted by path

123456789

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp194 BAlert* alert = new BAlert("Shortcuts launcher error",
1017 BAlert* alert = new BAlert("Shortcuts MIME launcher error",
1676 BAlert* alert = new BAlert("Shortcuts SendMessage error",
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputServerMethod.cpp54 fDebugAlert = new BAlert("PenInput Debug", "Plip \n\n\n\n\n\n\n\n\n\n\n\n\n", "OK");
H A DPenInputServerMethod.h14 class BAlert;
41 BAlert *fDebugAlert;
/haiku/src/add-ons/input_server/methods/t9/
H A DDictionaryInputServerMethod.h14 class BAlert;
38 BAlert *fDebugAlert;
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp326 BAlert* alert = new BAlert("IMAP error", message.String(),
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp177 (new BAlert(kErrorTitle, kErrorNoPPPStack, kLabelOK,
731 (new BAlert(kErrorTitle, kErrorInterfaceExists, kLabelOK,
757 (new BAlert(kErrorTitle, kErrorSavingFailed, kLabelOK,
783 (new BAlert(kErrorTitle, kErrorLoadingFailed, kLabelOK,
787 (new BAlert(kErrorTitle, kErrorLoadingFailed, kLabelOK,
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPDriver.cpp309 BAlert* alert = new BAlert("", text.String(), "OK");
/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DHPJetDirectTransport.cpp57 BAlert *alert = new BAlert("", "Fail to create the NetEndpoint!", "OK");
70 BAlert *alert = new BAlert("",
H A DSetupWindow.cpp140 BAlert* alert = new BAlert("", text.String(), "OK");
157 BAlert* alert = new BAlert("", "Please input parameters.", "OK");
/haiku/src/add-ons/print/transports/lpr/
H A DLprSetupDlg.cpp144 BAlert *alert = new BAlert("", err.what(), "OK");
157 BAlert *alert = new BAlert("", "Please enter server address and printer"
H A DLprTransport.cpp131 BAlert *alert = new BAlert("", err.what(), "OK");
/haiku/src/add-ons/tracker/iconvader/
H A DIconVader.cpp16 BAlert *alert;
20 alert = new BAlert("Error", s.String(), "OK");
29 BAlert *alert;
76 alert = new BAlert("Error", "IconVader:\nClick on the icons to get points."
121 alert = new BAlert("Error", scoreStr.String(), "Cool!");
/haiku/src/add-ons/tracker/opentargetfolder/
H A Dopentargetfolder.cpp44 BAlert* alert = new BAlert("Open Target Folder",
55 BAlert* alert = new BAlert("Open Target Folder",
65 BAlert* alert = new BAlert("Open Target Folder",
75 BAlert* alert = new BAlert("Open Target Folder",
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMatic.cpp141 // BAlert instead of the app-wide BAlert. This avoids making
155 // in that zippers are not paused while the BAlert is up.
167 BAlert* alert = new BAlert(NULL, question.String(),
172 // BAlert, being modal, does not show on the current workspace
178 // or if maybe BAlert should (and does not?) activate itself.
H A DZipOMaticWindow.cpp213 BAlert* alert = new BAlert(NULL, message.String(), B_TRANSLATE("Stop"),
/haiku/src/add-ons/translators/ppm/
H A DPPMMain.cpp50 BAlert* err = new BAlert("Error",
/haiku/src/apps/bootmanager/
H A DBootManagerController.cpp177 BAlert* alert = new BAlert("info",
190 BAlert* alert = new BAlert("confirm", B_TRANSLATE("About to write the "
230 BAlert* alert = new BAlert("confirm", message.String(),
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp294 BAlert* alert = new(std::nothrow) BAlert("Inspect Address",
336 BAlert* alert = new(std::nothrow) BAlert("Inspect address",
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DWatchPromptWindow.cpp227 BAlert* alert = new(std::nothrow) BAlert("Edit Watchpoint",
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp178 BAlert* alert = new BAlert(B_TRANSLATE("DiskProbe request"),
H A DDiskProbe.cpp385 BAlert* alert = new BAlert(B_TRANSLATE("DiskProbe request"),
/haiku/src/apps/launchbox/
H A DMainWindow.cpp100 BAlert* alert = new BAlert(B_TRANSLATE("last chance"),
178 BAlert* alert = new BAlert("error", errorMessage.String(),
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.cpp165 BAlert* alert = new BAlert(
/haiku/src/apps/mediaplayer/
H A DMainApp.cpp62 BAlert* alert = new BAlert("start_media_server",
H A DNetworkStreamWin.cpp67 BAlert* alert = new BAlert(B_TRANSLATE("Bad URL"),

Completed in 130 milliseconds

123456789