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

123456789

/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuApp.cpp41 BAlert* aboutBox = new BAlert(STR_ABOUT_TITLE,
H A Dstddlg.cpp25 BAlert alert("Internal Error", fullMsg, "OK", NULL, NULL,
/haiku/src/tests/servers/registrar/
H A Duser_shutdown_reply.cpp18 BAlert *alert = new BAlert("Quit App?",
/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/preferences/sounds/
H A DHApp.cpp42 BAlert* alert = new BAlert(B_TRANSLATE("About Sounds"),
/haiku/headers/os/interface/
H A DAlert.h37 class BAlert : public BWindow { class in inherits:BWindow
39 BAlert();
40 BAlert(const char* title, const char* text,
46 BAlert(const char* title, const char* text,
51 BAlert(BMessage* data);
52 virtual ~BAlert();
58 // BAlert guts
100 BAlert(BAlert&);
101 BAlert
[all...]
/haiku/src/tests/kits/game/file_game_sound_test/
H A DFileSoundWindow.cpp118 BAlert *alert = new BAlert("alert","Not enough memory.","OK");
123 BAlert *alert = new BAlert("alert","Unable to create a sound player.","OK");
128 BAlert *alert = new BAlert("alert","Other kind of error!","OK");
141 BAlert *alert = new BAlert("alert","Port errors. Unable to communicate with the streaming sound port.","OK");
151 BAlert *alert = new BAlert("aler
[all...]
/haiku/src/kits/interface/
H A DAlert.cpp12 //! BAlert displays a modal alert window.
72 _BAlertFilter_(BAlert* Alert);
78 BAlert* fAlert;
96 BAlert::BAlert() function in class:BAlert
106 BAlert::BAlert(const char *title, const char *text, const char *button1, function in class:BAlert
117 BAlert::BAlert(const char *title, const char *text, const char *button1, function in class:BAlert
128 BAlert function in class:BAlert
[all...]
/haiku/src/add-ons/input_server/methods/pen/
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/apps/resedit/
H A DResWindow.cpp37 BAlert *alert = new BAlert("ResEdit", "Save changes before closing?",
/haiku/src/preferences/datatranslations/
H A DDataTranslations.cpp54 BAlert* alert = new BAlert(B_TRANSLATE("DataTranslations - Error"),
87 BAlert* alert = new BAlert("", text.String(), B_TRANSLATE("OK"));
141 BAlert* alert = new BAlert(B_TRANSLATE("DataTranslations - Note"),
155 BAlert* alert = new BAlert(B_TRANSLATE("DataTranslations - Note"),
/haiku/src/apps/cortex/addons/common/
H A DMediaNodeControlApp.cpp94 BAlert* alert = new BAlert("error", buffer, B_TRANSLATE("OK"));
108 BAlert* alert = new BAlert("error", buffer, B_TRANSLATE("OK"));
126 BAlert* alert = new BAlert("error", buffer, B_TRANSLATE("OK"));
/haiku/src/preferences/virtualmemory/
H A DVirtualMemory.cpp41 BAlert* alert = new BAlert("about", B_TRANSLATE("VirtualMemory\n"
/haiku/src/preferences/screen/
H A DScreenApplication.cpp40 BAlert *aboutAlert = new BAlert(B_TRANSLATE("About"),
H A DAlertWindow.h23 class AlertWindow : public BAlert {
H A DAlertWindow.cpp29 : BAlert(B_TRANSLATE("Confirm changes"),
57 BAlert::DispatchMessage(message, handler);
92 BAlert::MessageReceived(message);
/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("",
/haiku/src/apps/haikudepot/server/
H A DServerHelper.cpp85 BAlert* alert = new BAlert(
140 BAlert* alert = new BAlert(
183 BAlert* alert = new BAlert(
/haiku/src/apps/login/
H A DLoginApp.cpp56 BAlert* alert = new BAlert(B_TRANSLATE("Info"), B_TRANSLATE("You can "
99 BAlert* alert = new BAlert(("Error"), msg.String(),
108 BAlert* alert = new BAlert(B_TRANSLATE("Error"),
/haiku/src/bin/
H A Ddstcheck.cpp29 class TimedAlert : public BAlert {
48 : BAlert(title, text, button1, button2, button3, width, type),
61 BAlert::Show();
73 BAlert::MessageReceived(msg);
/haiku/src/apps/processcontroller/
H A DPCWorld.cpp75 BAlert* alert = new BAlert(B_TRANSLATE("Info"),
89 BAlert* alert = new BAlert(B_TRANSLATE("Info"),
/haiku/src/apps/powerstatus/
H A DPowerStatus.cpp109 BAlert* alert = new BAlert("",
129 BAlert* alert = new BAlert("",
/haiku/src/tests/libs/alm/
H A DBadLayout.cpp24 BAlert* alert = new BAlert("layout failure", "layout failed!",
/haiku/src/preferences/bluetooth/
H A DBluetoothMain.cpp32 BAlert* alert = new BAlert("Services not running",

Completed in 197 milliseconds

123456789