WD
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VNCEventDispatcher Class Reference

#include <vnc_event_dispatcher.h>

Inheritance diagram for VNCEventDispatcher:
Collaboration diagram for VNCEventDispatcher:

Public Member Functions

 VNCEventDispatcher (VNCClient *client)
 
virtual ~VNCEventDispatcher ()
 
bool dispatch (QEvent *event, bool consumed)
 

Detailed Description

This class dispatch events to VNC module.

Constructor & Destructor Documentation

VNCEventDispatcher::VNCEventDispatcher ( VNCClient client)

Constructor with parameters

Parameters
client- VNC client pointer
virtual VNCEventDispatcher::~VNCEventDispatcher ( )
virtual

Destructor.

Member Function Documentation

bool VNCEventDispatcher::dispatch ( QEvent *  event,
bool  consumed 
)
virtual

Constructor with parameters

Parameters
event- event for dispatching
consumed- flag, whether event was consumed by previous dispatchers
Returns
if event consumed - return true, else false

Implements EventDispatcher.


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