defuze.me
Client
|
This class provide central notification methods. More...
#include <status.hpp>
Public Slots | |
Message * | message (const QString &msg, const QString &pix=INFO) |
Add a notification message and returns it for futher customization (thread UNSAFE) | |
Signals | |
void | forwardMessage (QString, QString) |
Public Member Functions | |
void | aboutToQuit () |
Called just before to quit, when CORES and PLUGINS are still loaded. | |
void | init () |
Called once, after all CORES and PLUGINS are loaded. | |
Static Public Member Functions | |
static void | gMessage (const QString &msg, const QString &pix=INFO) |
Add a notification message with an optional icon (thread safe) |
This class provide central notification methods.
Messages are then stored and displayed in a UI module
Definition at line 36 of file status.hpp.