Symbol: SimpleAlert
src/apps/haikudepot/model/SimpleAlert.cpp
19
SimpleAlert::SimpleAlert()
src/apps/haikudepot/model/SimpleAlert.cpp
28
SimpleAlert::SimpleAlert(const BMessage* from)
src/apps/haikudepot/model/SimpleAlert.cpp
45
SimpleAlert::SimpleAlert(const BString& title, const BString& text, alert_type type)
src/apps/haikudepot/model/SimpleAlert.cpp
58
SimpleAlert::~SimpleAlert()
src/apps/haikudepot/model/SimpleAlert.cpp
64
SimpleAlert::Title() const
src/apps/haikudepot/model/SimpleAlert.cpp
71
SimpleAlert::Text() const
src/apps/haikudepot/model/SimpleAlert.cpp
78
SimpleAlert::Type() const
src/apps/haikudepot/model/SimpleAlert.cpp
85
SimpleAlert::operator==(const SimpleAlert& other) const
src/apps/haikudepot/model/SimpleAlert.cpp
92
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
745
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/ui/App.cpp
331
SimpleAlert simpleAlert(message);
src/apps/haikudepot/ui/MainWindow.cpp
1346
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Package update error"),
src/apps/haikudepot/ui/MainWindow.cpp
1762
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Login issue"), message));
src/apps/haikudepot/ui/ToLatestUserUsageConditionsWindow.cpp
308
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Usage conditions download problem"),
src/apps/haikudepot/ui/ToLatestUserUsageConditionsWindow.cpp
361
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
283
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("No usage conditions"), message));
src/apps/haikudepot/ui/UserUsageConditionsWindow.cpp
381
AppUtils::NotifySimpleError(SimpleAlert(B_TRANSLATE("Usage conditions download problem"),
src/apps/haikudepot/util/AppUtils.cpp
26
AppUtils::NotifySimpleError(const SimpleAlert& alertSimple)
src/apps/haikudepot/util/AppUtils.h
17
static void NotifySimpleError(const SimpleAlert& simpleAlert);