Symbol: SimpleAlert
src/apps/haikudepot/model/SimpleAlert.cpp
21
SimpleAlert::SimpleAlert()
src/apps/haikudepot/model/SimpleAlert.cpp
30
SimpleAlert::SimpleAlert(const BMessage* from)
src/apps/haikudepot/model/SimpleAlert.cpp
47
SimpleAlert::SimpleAlert(const BString& title, const BString& text, alert_type type)
src/apps/haikudepot/model/SimpleAlert.cpp
60
SimpleAlert::~SimpleAlert()
src/apps/haikudepot/model/SimpleAlert.cpp
66
SimpleAlert::Title() const
src/apps/haikudepot/model/SimpleAlert.cpp
73
SimpleAlert::Text() const
src/apps/haikudepot/model/SimpleAlert.cpp
80
SimpleAlert::Type() const
src/apps/haikudepot/model/SimpleAlert.cpp
87
SimpleAlert::operator==(const SimpleAlert& other) const
src/apps/haikudepot/model/SimpleAlert.cpp
94
SimpleAlert::Archive(BMessage* into, bool deep) const
src/apps/haikudepot/model/SimpleAlert.h
18
class SimpleAlert : public BArchivable {
src/apps/haikudepot/model/SimpleAlert.h
20
SimpleAlert(const BMessage* from);
src/apps/haikudepot/model/SimpleAlert.h
21
SimpleAlert(const BString& title, const BString& text,
src/apps/haikudepot/model/SimpleAlert.h
23
SimpleAlert();
src/apps/haikudepot/model/SimpleAlert.h
24
virtual ~SimpleAlert();
src/apps/haikudepot/model/SimpleAlert.h
30
bool operator==(const SimpleAlert& other) const;
src/apps/haikudepot/packagemanagement/InstallPackageProcess.cpp
185
SimpleAlert(B_TRANSLATE("Fatal error"), errorString, B_STOP_ALERT));
src/apps/haikudepot/packagemanagement/UninstallPackageProcess.cpp
97
SimpleAlert(B_TRANSLATE("Fatal error"), errorString, B_STOP_ALERT));
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
743
SimpleAlert(B_TRANSLATE("Local repository load error"), messageText));
src/apps/haikudepot/server/LocalRepositoryUpdateProcess.cpp
185
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Repository update error"), alertText));
src/apps/haikudepot/server/ServerRuntimeInformationVerifierProcess.cpp
120
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Timestamp discrepancy"), message));
src/apps/haikudepot/ui/App.cpp
333
SimpleAlert simpleAlert(message);
src/apps/haikudepot/ui/MainWindow.cpp
1466
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Package update error"),
src/apps/haikudepot/ui/MainWindow.cpp
1870
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Login issue"), message));
src/apps/haikudepot/ui/ToLatestUserUsageConditionsWindow.cpp
307
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Usage conditions download problem"),
src/apps/haikudepot/ui/ToLatestUserUsageConditionsWindow.cpp
360
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Usage conditions agreed"),
src/apps/haikudepot/ui/UserLoginWindow.cpp
1305
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("User creation error"),
src/apps/haikudepot/ui/UserLoginWindow.cpp
581
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Authentication failed"),
src/apps/haikudepot/ui/UserLoginWindow.cpp
784
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Usage conditions download problem"),
src/apps/haikudepot/ui/UserLoginWindow.cpp
803
SimpleAlert(B_TRANSLATE("Password requirements download problem"),
src/apps/haikudepot/ui/UserLoginWindow.cpp
824
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Captcha error"),
src/apps/haikudepot/ui/UserLoginWindow.cpp
843
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Captcha error"),
src/apps/haikudepot/ui/UserUsageConditionsWindow.cpp
284
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("No usage conditions"), message));
src/apps/haikudepot/ui/UserUsageConditionsWindow.cpp
382
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Usage conditions download problem"),
src/apps/haikudepot/util/AppUtils.cpp
24
AppUtils::NotifySimpleError(const SimpleAlert& alertSimple)
src/apps/haikudepot/util/AppUtils.h
17
static void NotifySimpleError(const SimpleAlert& simpleAlert);