Searched refs:BAlert (Results 176 - 200 of 211) sorted by relevance

123456789

/haiku/src/apps/diskprobe/
H A DProbeView.cpp999 BAlert* alert = new BAlert(B_TRANSLATE("DiskProbe request"),
1746 BAlert* alert = new BAlert(B_TRANSLATE("DiskProbe request"),
1764 BAlert* alert = new BAlert(B_TRANSLATE("DiskProbe request"),
/haiku/src/apps/resedit/
H A DBitmapView.cpp253 BAlert *alert = new BAlert("ResEdit", "This cannot be undone. "
/haiku/src/tests/servers/app/playground/
H A DObjectWindow.cpp424 BAlert *alert = new BAlert("Playground",
/haiku/src/apps/people/
H A DPictureView.cpp568 BAlert* alert = new BAlert(B_TRANSLATE("Error"), text.String(),
/haiku/src/kits/interface/
H A DDragger.cpp304 BAlert* alert = new BAlert(B_TRANSLATE("Warning"),
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp415 BAlert* alert = new BAlert(B_TRANSLATE("Open download error"),
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp512 BAlert *alert;
558 alert = new BAlert("about box",
/haiku/src/bin/
H A Durlwrapper.cpp60 BAlert* alert = new BAlert("Warning", message.String(), "Proceed", "Stop",
/haiku/src/apps/cortex/RouteApp/
H A DRouteWindow.cpp383 BAlert* alert = new BAlert("About", g_aboutText, B_TRANSLATE("OK"));
/haiku/src/preferences/network/
H A DNetworkWindow.cpp605 BAlert* alert = new BAlert(B_TRANSLATE("launch error"),
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp321 BAlert* alert = new BAlert(B_TRANSLATE("New Messages"),
/haiku/src/kits/tracker/
H A DTrackerInitialState.cpp751 BAlert* alert = new BAlert("AlertError", errorMessage.String(),
H A DOpenWithWindow.cpp715 BAlert* alert = new BAlert("", errorString.String(), B_TRANSLATE("OK"),
733 BAlert* alert = new BAlert("", warning.String(),
H A DPoseView.cpp2727 BAlert* alert = new BAlert("",
5086 BAlert* alert = new BAlert("",
5098 BAlert* alert = new BAlert("",
5108 BAlert* alert = new BAlert("",
5119 BAlert* alert = new BAlert("",
[all...]
/haiku/src/preferences/repositories/
H A DTaskLooper.cpp325 (new BAlert("debug", degubDetails, "OK"))->Go(NULL);
/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp710 BAlert *alert;
712 alert = new BAlert("", fTransport->LastError().c_str(), "OK");
714 alert = new BAlert("", "Printer not responding.", "OK");
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp880 BAlert* alert = new BAlert(B_TRANSLATE("Nothing to Play"),
1338 BAlert* alert = new BAlert(kApplicationName, message.String(),
1634 BAlert* alert = new BAlert("error", message.String(),
/haiku/src/tests/servers/app/look_and_feel/
H A DLookAndFeel.cpp298 (new BAlert("Alert", text, "OK"))->Go(NULL);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1959 BAlert* alert = new BAlert("Statistics", result, B_TRANSLATE("OK"), NULL,
2014 BAlert* alert = new BAlert("Alert", text.String(), label.String(), button2,
/haiku/headers/os/interface/
H A DWindow.h295 friend class BAlert;
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp1176 BAlert* alert = new BAlert(B_TRANSLATE_SYSTEM_NAME("ShowImage"),
1310 BAlert* alert = new BAlert(B_TRANSLATE("Close document"), prompt.String(),
/haiku/src/preferences/mail/
H A DConfigWindow.cpp751 BAlert* alert = new BAlert(B_TRANSLATE("Error"), text,
/haiku/src/servers/media/
H A Dmedia_server.cpp218 BAlert* alert = new BAlert("media_server", "Launching media_addon_server "
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp679 BAlert* alert;
692 alert = new BAlert(B_TRANSLATE("FileTypes request"),
H A DApplicationTypeWindow.cpp1061 BAlert* alert = new BAlert(B_TRANSLATE("Save request"),

Completed in 242 milliseconds

123456789