libbbb  1.2.1
Groups common code used in some applications and libraries.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
UsrMsg Class Reference

A message. More...

#include <usrmsg.h>

+ Inheritance diagram for UsrMsg:

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
 

Detailed Description

A message.

The destructor will send the message if not empty.


The documentation for this class was generated from the following files: