SimpleAlert
SimpleAlert::SimpleAlert()
SimpleAlert::SimpleAlert(const BMessage* from)
SimpleAlert::SimpleAlert(const BString& title, const BString& text, alert_type type)
SimpleAlert::~SimpleAlert()
SimpleAlert::Title() const
SimpleAlert::Text() const
SimpleAlert::Type() const
SimpleAlert::operator==(const SimpleAlert& other) const
SimpleAlert::Archive(BMessage* into, bool deep) const
class SimpleAlert : public BArchivable {
SimpleAlert(const BMessage* from);
SimpleAlert(const BString& title, const BString& text,
SimpleAlert();
virtual ~SimpleAlert();
bool operator==(const SimpleAlert& other) const;
SimpleAlert(B_TRANSLATE("Fatal error"), errorString, B_STOP_ALERT));
SimpleAlert(B_TRANSLATE("Fatal error"), errorString, B_STOP_ALERT));
SimpleAlert(B_TRANSLATE("Local repository load error"), messageText));
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Repository update error"), alertText));
SimpleAlert simpleAlert(message);
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Package update error"),
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Login issue"), message));
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Usage conditions download problem"),
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Usage conditions agreed"),
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("User creation error"),
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Authentication failed"),
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Usage conditions download problem"),
SimpleAlert(B_TRANSLATE("Password requirements download problem"),
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Captcha error"),
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Captcha error"),
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("No usage conditions"), message));
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Usage conditions download problem"),
AppUtils::NotifySimpleError(const SimpleAlert& alertSimple)
static void NotifySimpleError(const SimpleAlert& simpleAlert);