A message. More...
#include <usrmsg.h>
Signals | |
void | say (const QString &s) |
emmited when there is something to say to the user | |
Public Member Functions | |
UsrMsg (const QString &s=QString(), QObject *parent=NULL) | |
constructor; | |
virtual | ~UsrMsg (void) |
destructor; | |
QString & | str (void) |
contained message | |
void | show (void) |
presents the message and clears the buffer | |
A message.
The destructor will send the message if not empty.