BALL::VIEW::MessageEvent Class Reference
#include <BALL/VIEW/KERNEL/threads.h>
List of all members.
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!
Definition at line 30 of file threads.h.
Constructor & Destructor Documentation
BALL::VIEW::MessageEvent::MessageEvent |
( |
Message * |
msg = 0 |
) |
[inline] |
Member Function Documentation
Message* BALL::VIEW::MessageEvent::getMessage |
( |
|
) |
[inline] |
void BALL::VIEW::MessageEvent::setMessage |
( |
Message * |
msg |
) |
[inline] |
Member Data Documentation