Symbol: alert_type
headers/os/interface/Alert.h
106
alert_type type);
headers/os/interface/Alert.h
45
alert_type type = B_INFO_ALERT);
headers/os/interface/Alert.h
50
alert_type type = B_INFO_ALERT);
headers/os/interface/Alert.h
59
alert_type Type() const;
headers/os/interface/Alert.h
60
void SetType(alert_type type);
src/apps/debugger/user_interface/gui/GraphicalUserInterface.cpp
241
alert_type alertType;
src/apps/drivesetup/MainWindow.cpp
763
FileErrorAlert(const char* text, const char* fileName, alert_type type)
src/apps/haikudepot/model/SimpleAlert.cpp
39
fType = static_cast<alert_type>(typeInt);
src/apps/haikudepot/model/SimpleAlert.cpp
45
SimpleAlert::SimpleAlert(const BString& title, const BString& text, alert_type type)
src/apps/haikudepot/model/SimpleAlert.cpp
77
alert_type
src/apps/haikudepot/model/SimpleAlert.h
22
alert_type type = B_INFO_ALERT);
src/apps/haikudepot/model/SimpleAlert.h
28
alert_type Type() const;
src/apps/haikudepot/model/SimpleAlert.h
37
alert_type fType;
src/apps/stylededit/StyledEditWindow.cpp
2016
const BString& label2, const BString& label3, alert_type type) const
src/apps/stylededit/StyledEditWindow.h
81
alert_type type) const;
src/bin/alert.cpp
45
alert_type fIcon;
src/bin/dstcheck.cpp
34
alert_type type = B_INFO_ALERT);
src/bin/dstcheck.cpp
47
button_width width, alert_type type)
src/kits/interface/Alert.cpp
111
alert_type type)
src/kits/interface/Alert.cpp
122
button_spacing spacing, alert_type type)
src/kits/interface/Alert.cpp
210
alert_type
src/kits/interface/Alert.cpp
213
return (alert_type)fType;
src/kits/interface/Alert.cpp
218
BAlert::SetType(alert_type type)
src/kits/interface/Alert.cpp
489
alert_type type)
src/kits/tracker/OverrideAlert.cpp
48
button_width width, alert_type type)
src/kits/tracker/OverrideAlert.cpp
67
button_width width, button_spacing spacing, alert_type type)
src/kits/tracker/OverrideAlert.h
60
alert_type type = B_INFO_ALERT);
src/kits/tracker/OverrideAlert.h
66
alert_type type = B_INFO_ALERT);
src/preferences/filetypes/FileTypes.cpp
520
error_alert(const char* message, status_t status, alert_type type)
src/preferences/filetypes/FileTypes.h
35
alert_type type = B_WARNING_ALERT);
src/servers/mail/ErrorLogWindow.cpp
11
Error(BRect rect, alert_type type, const char *tag, const char *message, bool timestamp,
src/servers/mail/ErrorLogWindow.cpp
18
alert_type type;
src/servers/mail/ErrorLogWindow.cpp
181
Error::Error(BRect rect, alert_type atype, const char *tag, const char *message,
src/servers/mail/ErrorLogWindow.cpp
78
ErrorLogWindow::AddError(alert_type type, const char *message, const char *tag, bool timestamp)
src/servers/mail/ErrorLogWindow.h
11
void AddError(alert_type type, const char *message, const char *tag = NULL,
src/tests/kits/interface/SimpleAlertTest.cpp
167
alert_type
src/tests/kits/interface/SimpleAlertTest.cpp
170
return (alert_type)fTypeField->Menu()->FindMarkedIndex();
src/tests/kits/interface/SimpleAlertTest.cpp
36
alert_type _AlertType();
src/tests/kits/interface/balert/AlertTest.cpp
132
AlertTestInfo::SetAlertType(alert_type alertType)
src/tests/kits/interface/balert/AlertTest.cpp
64
void SetAlertType(alert_type alertType);
src/tests/kits/interface/balert/AlertTest.cpp
76
alert_type fAlertType;