Home
last modified time | relevance | path

Searched refs:alert_type (Results 1 – 19 of 19) sorted by relevance

/haiku/headers/os/interface/
H A DAlert.h15 enum alert_type { enum
45 alert_type type = B_INFO_ALERT);
50 alert_type type = B_INFO_ALERT);
59 alert_type Type() const;
60 void SetType(alert_type type);
106 alert_type type);
/haiku/src/kits/tracker/
H A DOverrideAlert.h60 alert_type type = B_INFO_ALERT);
66 alert_type type = B_INFO_ALERT);
H A DOverrideAlert.cpp48 button_width width, alert_type type) in OverrideAlert()
67 button_width width, button_spacing spacing, alert_type type) in OverrideAlert()
/haiku/src/tests/kits/interface/
H A DSimpleAlertTest.cpp36 alert_type _AlertType();
167 alert_type
170 return (alert_type)fTypeField->Menu()->FindMarkedIndex(); in _AlertType()
/haiku/docs/user/interface/
H A DAlert.dox23 \enum alert_type
29 alert_type argument than \c B_EMPTY_ALERT is used.
36 \var alert_type B_EMPTY_ALERT
44 \var alert_type B_INFO_ALERT
54 \var alert_type B_IDEA_ALERT
64 \var alert_type B_WARNING_ALERT
74 \var alert_type B_STOP_ALERT
134 in the alert can also be configured by setting the #alert_type property. The
192 button_width width, alert_type type)
217 See alert_type for details.
[all …]
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp13 …Error(BRect rect,alert_type type,const char *tag,const char *message,bool timestamp,rgb_color bkg);
19 alert_type type;
67 ErrorLogWindow::AddError(alert_type type, const char *message, const char *tag, bool timestamp) in AddError()
144 Error::Error(BRect rect, alert_type atype, const char *tag, const char *message, in Error()
H A DErrorLogWindow.h11 void AddError(alert_type type,const char *message,const char *tag = NULL,bool timestamp = true);
/haiku/src/bin/
H A Ddstcheck.cpp34 alert_type type = B_INFO_ALERT);
47 button_width width, alert_type type) in TimedAlert()
H A Dalert.cpp45 alert_type fIcon;
/haiku/src/preferences/filetypes/
H A DFileTypes.h35 alert_type type = B_WARNING_ALERT);
H A DFileTypes.cpp520 error_alert(const char* message, status_t status, alert_type type) in error_alert()
/haiku/src/apps/haikudepot/util/
H A DAppUtils.h18 alert_type type = B_INFO_ALERT);
H A DAppUtils.cpp27 alert_type type) in NotifySimpleError()
/haiku/src/kits/interface/
H A DAlert.cpp108 alert_type type) in BAlert()
119 button_spacing spacing, alert_type type) in BAlert()
207 alert_type
210 return (alert_type)fType; in Type()
215 BAlert::SetType(alert_type type) in SetType()
484 alert_type type) in _Init()
/haiku/src/apps/stylededit/
H A DStyledEditWindow.h81 alert_type type) const;
H A DStyledEditWindow.cpp2001 const BString& label2, const BString& label3, alert_type type) const in _ShowAlert()
/haiku/src/apps/debugger/user_interface/gui/
H A DGraphicalUserInterface.cpp241 alert_type alertType; in NotifyUser()
/haiku/src/apps/haikudepot/ui/
H A DApp.cpp354 NULL, NULL, B_WIDTH_AS_USUAL, static_cast<alert_type>(typeInt)); in _AlertSimpleError()
/haiku/src/tests/kits/interface/balert/
H A DAlertTest.cpp64 void SetAlertType(alert_type alertType);
76 alert_type fAlertType;
132 AlertTestInfo::SetAlertType(alert_type alertType) in SetAlertType()