Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

VIEW::MessageEvent Class Reference

A QT Event, that can contain a VIEW message. More...

#include <threads.h>

List of all members.

Public Member Functions

 MessageEvent (Message *msg=0)
void setMessage (Message *msg)
MessagegetMessage ()

Protected Attributes

Messagemessage_


Detailed Description

A QT Event, that can contain a VIEW message.

Use this class to post events and thus messages over thread boundaries. Create the Message on the heap, it will be automatically deleted after sending!