ui: added loader animation gif to StatusBar

The loader animation can be activated by setting the showLoader flag on MessageStatus.
This commit is contained in:
Eberhard Graether
2015-04-28 20:26:31 +02:00
parent 791189c3c3
commit 749b1647e4
10 changed files with 49 additions and 20 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ public:
~StatusBarView(void);
virtual std::string getName() const;
virtual void showMessage(const std::string& message, bool isError) = 0;
virtual void showMessage(const std::string& message, bool isError, bool showLoader) = 0;
protected:
StatusBarController* getController();
};