Home · All Namespaces · All Classes
Signals | Public Member Functions

EventEater Class Reference

#include <eventeater.h>

Inheritance diagram for EventEater:
Inheritance graph
[legend]
Collaboration diagram for EventEater:
Collaboration graph
[legend]

List of all members.

Signals

void inputEventReceived ()
 Emitted when input event is received for the window.

Public Member Functions

 EventEater ()
 Creates a new EventEater instance and its window.
virtual ~EventEater ()
 Destroys the EventEater and its window.
void show ()
void hide ()
bool xEventFilter (const XEvent &event)
 Handles x input events.

Detailed Description

An EventEater window interrupts X pointer and key press events. On event received EventEater hides its window.


Constructor & Destructor Documentation

EventEater::EventEater (  ) 

Creates a new EventEater instance and its window.

EventEater::~EventEater (  )  [virtual]

Destroys the EventEater and its window.


Member Function Documentation

void EventEater::hide (  ) 

Hide the event eater window

void EventEater::inputEventReceived (  )  [signal]

Emitted when input event is received for the window.

void EventEater::show (  ) 

Show the event eater window

bool EventEater::xEventFilter ( const XEvent &  event  )  [virtual]

Handles x input events.

Implements XEventListenerFilterInterface.


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

Copyright © 2011 Nokia Corporation Generated on Tue Aug 30 2011 16:38:13
Doxygen 1.7.1
MeeGo Touch