Searched refs:BAlert (Results 151 - 175 of 211) sorted by relevance

123456789

/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp333 BAlert* alert = new BAlert(B_TRANSLATE("Info"), message.String(),
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp385 BAlert* alert = new BAlert(B_TRANSLATE("DiskProbe request"),
/haiku/src/apps/midiplayer/
H A DMidiPlayerWindow.cpp392 BAlert* alert = new BAlert(NULL, B_TRANSLATE("Could not load song"),
/haiku/src/apps/mediaplayer/
H A DMainApp.cpp62 BAlert* alert = new BAlert("start_media_server",
/haiku/src/tests/kits/game/direct_window_test/
H A DStarWindow.cpp187 BAlert *quit_alert;
200 quit_alert = new BAlert("QuitAlert", sSwapped ?
/haiku/src/servers/notification/
H A DNotificationWindow.cpp401 BAlert* alert = new BAlert(B_TRANSLATE("Warning"),
/haiku/src/servers/print/
H A DConfigWindow.cpp313 BAlert *about = new BAlert("About printer server", text.String(),
/haiku/src/preferences/time/
H A DNetworkTimeView.cpp421 BAlert* alert = new BAlert(B_TRANSLATE("Time"), buffer,
/haiku/src/apps/haikudepot/packagemanagement/
H A DPackageManager.cpp442 BAlert* alert = new(std::nothrow) BAlert(B_TRANSLATE("Reboot required"),
/haiku/src/apps/webpositive/
H A DDownloadWindow.cpp275 BAlert* alert = new BAlert(B_TRANSLATE("Error opening downloads "
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp495 BAlert* alert = new BAlert(
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp312 BAlert* alert = new(std::nothrow) BAlert(
/haiku/src/preferences/sounds/
H A DHWindow.cpp156 BAlert* alert = new BAlert("",
/haiku/src/preferences/input/
H A DInputTouchpadPrefView.cpp104 BAlert* alert = new BAlert(B_TRANSLATE("Please confirm"),
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6.cpp186 BAlert* alert = new BAlert("", err.What(), "OK");
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp274 BAlert* alert = new BAlert(B_TRANSLATE("Text too long"),
/haiku/src/apps/terminal/
H A DTermWindow.cpp392 BAlert* alert = new BAlert(B_TRANSLATE("Really close?"),
816 BAlert* alert = new BAlert(B_TRANSLATE("Find failed"),
834 BAlert* alert = new BAlert(B_TRANSLATE("Find failed"),
857 BAlert* alert = new BAlert(B_TRANSLATE("Find failed"),
/haiku/src/apps/softwareupdater/
H A DUpdateManager.cpp227 BAlert* alert = new BAlert("warning", text, B_TRANSLATE("OK"), NULL,
/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");
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp483 BAlert* alert = new BAlert(B_TRANSLATE("Error"),
1040 BAlert* alert = new BAlert(B_TRANSLATE("Error"),
/haiku/src/apps/tv/
H A DMainWin.cpp381 BAlert* alert = new BAlert("error", s.String(), B_TRANSLATE("OK"));
392 BAlert* alert = new BAlert("error", s.String(), B_TRANSLATE("OK"));
/haiku/src/apps/mail/
H A DContent.cpp764 BAlert* alert = new BAlert("",
1827 BAlert* alert = new BAlert("",
1981 BAlert* alert = new BAlert("", B_TRANSLATE("An error occurred trying to save "
3306 BAlert* alert = new BAlert("",
3354 BAlert* alert = new BAlert("",
[all...]
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp232 class ShutdownProcess::ShutdownWindow : public BAlert {
236 BAlert(),
371 BAlert::SetText(text);
468 // We do not delete the present fCurrentIconBitmap as the BAlert owns it.
1326 BAlert* alert = new BAlert(title.String(), text,
/haiku/src/preferences/screen/
H A DScreenWindow.cpp642 BAlert* alert = new BAlert(B_TRANSLATE("Warning"),
1454 BAlert* window = new AlertWindow(this);
1461 BAlert* alert = new BAlert(B_TRANSLATE("Warning"), message,
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp434 BAlert *alert = new(std::nothrow) BAlert("Report saved",
455 BAlert *alert = new(std::nothrow) BAlert("Core file written",
2008 BAlert* alert = new(std::nothrow) BAlert(

Completed in 261 milliseconds

123456789