|
WD
|
#include <vnc_event_dispatcher.h>


Public Member Functions | |
| VNCEventDispatcher (VNCClient *client) | |
| virtual | ~VNCEventDispatcher () |
| bool | dispatch (QEvent *event, bool consumed) |
This class dispatch events to VNC module.
| VNCEventDispatcher::VNCEventDispatcher | ( | VNCClient * | client | ) |
Constructor with parameters
| client | - VNC client pointer |
|
virtual |
Destructor.
|
virtual |
Constructor with parameters
| event | - event for dispatching |
| consumed | - flag, whether event was consumed by previous dispatchers |
Implements EventDispatcher.