Searched refs:alert_type (Results 1 – 19 of 19) sorted by relevance
/haiku/headers/os/interface/ |
H A D | Alert.h | 15 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 D | OverrideAlert.h | 60 alert_type type = B_INFO_ALERT); 66 alert_type type = B_INFO_ALERT);
|
H A D | OverrideAlert.cpp | 48 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 D | SimpleAlertTest.cpp | 36 alert_type _AlertType(); 167 alert_type 170 return (alert_type)fTypeField->Menu()->FindMarkedIndex(); in _AlertType()
|
/haiku/docs/user/interface/ |
H A D | Alert.dox | 23 \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 D | ErrorLogWindow.cpp | 13 …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 D | ErrorLogWindow.h | 11 void AddError(alert_type type,const char *message,const char *tag = NULL,bool timestamp = true);
|
/haiku/src/bin/ |
H A D | dstcheck.cpp | 34 alert_type type = B_INFO_ALERT); 47 button_width width, alert_type type) in TimedAlert()
|
H A D | alert.cpp | 45 alert_type fIcon;
|
/haiku/src/preferences/filetypes/ |
H A D | FileTypes.h | 35 alert_type type = B_WARNING_ALERT);
|
H A D | FileTypes.cpp | 520 error_alert(const char* message, status_t status, alert_type type) in error_alert()
|
/haiku/src/apps/haikudepot/util/ |
H A D | AppUtils.h | 18 alert_type type = B_INFO_ALERT);
|
H A D | AppUtils.cpp | 27 alert_type type) in NotifySimpleError()
|
/haiku/src/kits/interface/ |
H A D | Alert.cpp | 108 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 D | StyledEditWindow.h | 81 alert_type type) const;
|
H A D | StyledEditWindow.cpp | 2001 const BString& label2, const BString& label3, alert_type type) const in _ShowAlert()
|
/haiku/src/apps/debugger/user_interface/gui/ |
H A D | GraphicalUserInterface.cpp | 241 alert_type alertType; in NotifyUser()
|
/haiku/src/apps/haikudepot/ui/ |
H A D | App.cpp | 354 NULL, NULL, B_WIDTH_AS_USUAL, static_cast<alert_type>(typeInt)); in _AlertSimpleError()
|
/haiku/src/tests/kits/interface/balert/ |
H A D | AlertTest.cpp | 64 void SetAlertType(alert_type alertType); 76 alert_type fAlertType; 132 AlertTestInfo::SetAlertType(alert_type alertType) in SetAlertType()
|