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

CloseEventEater Class Reference

#include <closeeventeater.h>

List of all members.

Public Member Functions

 CloseEventEater (QObject *parent=NULL)

Protected Member Functions

bool eventFilter (QObject *obj, QEvent *event)
 REIMPLEMENTATION

Detailed Description

Close event eater is an object that "eats" QCloseEvents by accepting them. It can be installed to windows so that they will not react to CTRL-Q presses.


Constructor & Destructor Documentation

CloseEventEater::CloseEventEater ( QObject *  parent = NULL  ) 

Creates a close event eater.

Parameters:
parent the parent object

Member Function Documentation

bool CloseEventEater::eventFilter ( QObject *  obj,
QEvent *  event 
) [protected]

REIMPLEMENTATION


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

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