Searched refs:alert_type (Results 1 - 18 of 18) sorted by relevance

/haiku/src/servers/mail/
H A DErrorLogWindow.h11 void AddError(alert_type type,const char *message,const char *tag = NULL,bool timestamp = true);
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)
144 Error::Error(BRect rect, alert_type atype, const char *tag, const char *message,
/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)
67 button_width width, button_spacing spacing, alert_type type)
/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)
/haiku/src/apps/haikudepot/util/
H A DAppUtils.h18 alert_type type = B_INFO_ALERT);
H A DAppUtils.cpp27 alert_type type)
/haiku/src/tests/kits/interface/
H A DSimpleAlertTest.cpp36 alert_type _AlertType();
167 alert_type
170 return (alert_type)fTypeField->Menu()->FindMarkedIndex();
/haiku/src/bin/
H A Ddstcheck.cpp34 alert_type type = B_INFO_ALERT);
47 button_width width, alert_type type)
H A Dalert.cpp45 alert_type fIcon;
/haiku/src/kits/interface/
H A DAlert.cpp108 alert_type type)
119 button_spacing spacing, alert_type type)
207 alert_type
210 return (alert_type)fType;
215 BAlert::SetType(alert_type type)
484 alert_type type)
/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
/haiku/src/apps/debugger/user_interface/gui/
H A DGraphicalUserInterface.cpp241 alert_type alertType;
/haiku/src/apps/haikudepot/ui/
H A DApp.cpp357 NULL, NULL, B_WIDTH_AS_USUAL, static_cast<alert_type>(typeInt));
/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)

Completed in 528 milliseconds