Searched refs:BAlert (Results 26 - 50 of 211) sorted by relevance

123456789

/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGImporter.cpp68 BAlert* alert = new BAlert(B_TRANSLATE("Load error"),
/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/preferences/repositories/
H A DTaskTimer.cpp78 fTimeoutAlert = new BAlert("timeout", text,
163 BAlert* newAlert = new BAlert("timeout", text, kOKLabel, NULL, NULL,
H A DTaskTimer.h56 BAlert* fTimeoutAlert;
/haiku/src/servers/print/
H A DPrintServerApp.R5.cpp98 BAlert* alert = new BAlert("Info", alertText.String(),
145 BAlert* alert = new BAlert("", text.String(),
/haiku/src/kits/tracker/
H A DOverrideAlert.h35 // This is a special BAlert for which you can specify modifier
41 // normal BAlert, attempting to be on top of the calling window.
53 class OverrideAlert : public BAlert {
H A DOverrideAlert.cpp50 BAlert(title, text, button1, button2, button3, width, type),
69 BAlert(title, text, button1, button2, button3, width, spacing, type),
97 BAlert::DispatchMessage(message, handler);
/haiku/src/add-ons/print/transports/hp_jetdirect/
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"
/haiku/src/tests/kits/interface/bwindowstack/
H A DWindowStackTest.cpp84 BAlert* alert = new BAlert("title", "Count: ", string.String());
138 BAlert* alert = new BAlert("API Error",
144 BAlert* alert = new BAlert("API Error",
/haiku/src/tools/translation/inspector/
H A DImageWindow.cpp141 BAlert *palert = new BAlert(NULL,
146 BAlert *palert = new BAlert(NULL,
/haiku/src/tests/add-ons/print/ppd/test/
H A DPPDConfigApplication.cpp76 BAlert *about = new BAlert(APPLICATION,
/haiku/src/kits/interface/
H A DZombieReplicantView.cpp70 BAlert* alert = new (std::nothrow) BAlert(B_TRANSLATE("Error"),
/haiku/src/apps/mediaplayer/
H A DNetworkStreamWin.cpp67 BAlert* alert = new BAlert(B_TRANSLATE("Bad URL"),
/haiku/src/add-ons/translators/ppm/
H A DPPMMain.cpp50 BAlert* err = new BAlert("Error",
/haiku/src/add-ons/translators/shared/
H A DTranslatorWindow.cpp89 BAlert *err = new BAlert(B_TRANSLATE("Error"),
/haiku/src/preferences/joysticks/
H A DJoyWin.cpp51 BAlert *alert = new BAlert("Message", string, "OK");
401 BAlert *alert = new BAlert("test1", str.String(), "Probe", "Cancel");
421 BAlert *alert = new BAlert("test1", str.String(), "Stop", "Probe");
439 BAlert *alert = new BAlert("test1", str.String(), "OK");
450 BAlert *alert = new BAlert("test
[all...]
/haiku/src/apps/expander/
H A DExpanderWindow.cpp196 BAlert* alert = new BAlert("destAlert",
207 BAlert* alert = new BAlert("destAlert",
222 BAlert* alert = new BAlert("destAlert",
232 BAlert* alert = new BAlert("destAlert",
313 BAlert* alert = new BAlert("stopAler
[all...]
/haiku/src/apps/installer/
H A DInstallerWindow.cpp355 BAlert* alert = new BAlert("error", errorMessage, B_TRANSLATE("OK"));
447 BAlert* alert = new BAlert("use drive setup", B_TRANSLATE("No partitions have "
597 BAlert* alert = new BAlert(B_TRANSLATE("Quit BootManager and "
606 BAlert* alert = new BAlert(B_TRANSLATE("Quit DriveSetup"),
614 BAlert* alert = new BAlert(B_TRANSLAT
[all...]
/haiku/src/tests/kits/media/notificationtest/
H A Dmain.cpp117 globalwatch = (1 == (new BAlert("","Global watching?","No","Yes"))->Go());
118 nodewatch = (1 == (new BAlert("","Node watching?","No","Yes"))->Go());
122 (new BAlert("","Click Quit to gracefully quit or Abort to abort :-)","Quit","Abort"))->Go(new BInvoker(new BMessage('quit'),be_app_messenger));
/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/bin/
H A Dalert.cpp205 BAlert* alert = new BAlert("alert", fArgumentText,
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBApp.cpp87 BAlert *about = new BAlert(APPLICATION,
/haiku/src/tests/add-ons/print/pdf/linepathbuilder/
H A DLPBApp.cpp87 BAlert *about = new BAlert(APPLICATION,
/haiku/src/apps/pairs/
H A DPairs.cpp153 BAlert* alert = new BAlert("Fatal", messageString.String(),

Completed in 113 milliseconds

123456789