Searched refs:alert (Results 176 - 184 of 184) sorted by relevance

12345678

/haiku/src/preferences/network/
H A DNetworkWindow.cpp605 BAlert* alert = new BAlert(B_TRANSLATE("launch error"), local
607 alert->Go(NULL);
/haiku/src/kits/interface/
H A DAlert.cpp12 //! BAlert displays a modal alert window.
183 // Stow the alert type
633 // Position the alert so that it is centered vertically but offset a bit
769 _BAlertFilter_::_BAlertFilter_(BAlert* alert) argument
771 fAlert(alert)
/haiku/src/kits/tracker/
H A DTracker.cpp857 BAlert* alert = new BAlert("", local
861 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
862 int32 choice = alert->Go();
H A DContainerWindow.cpp231 BAlert* alert = new BAlert("", buffer.String(), B_TRANSLATE("Cancel"), local
233 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
234 alert->Go();
301 BAlert* alert = new BAlert("", buffer.String(), B_TRANSLATE("Cancel"), local
303 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
304 alert->Go();
3166 BAlert* alert = new BAlert("", buffer.String(), B_TRANSLATE("Cancel"), local
3168 alert
[all...]
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp1003 BAlert *alert = new BAlert(B_TRANSLATE("Error"), text.String(), local
1005 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
1006 alert->Go();
/haiku/src/servers/debug/
H A DDebugServer.cpp805 // all of them the same way, by popping up an alert.
878 DebugWindow *alert = new DebugWindow(fTeamInfo.args); local
880 // TODO: It would be nice if the alert would go away automatically
882 debugAction = alert->Go();
1002 // the debugger alert is visible on screen
/haiku/src/apps/mediaplayer/
H A DController.cpp742 BAlert *alert = new BAlert(B_TRANSLATE("Resume?"), label, local
744 resume = alert->Go() == 0;
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp662 BAlert* alert = new BAlert(B_TRANSLATE("Set background image error"), local
664 alert->SetShortcut(0, B_ESCAPE);
665 alert->Go(NULL);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp3394 BAlert* alert = new(std::nothrow) BAlert("Typecast error", local
3396 if (alert != NULL)
3397 alert->Go();

Completed in 122 milliseconds

12345678