KUtils
WindowsPoller Class Reference
#include <windowspoller.h>
Inheritance diagram for WindowsPoller:

Public Slots | |
| void | catchIdleEvent () |
| void | simulateUserActivity () |
| void | stopCatchingIdleEvents () |
Public Slots inherited from WidgetBasedPoller | |
| void | addTimeout (int nextTimeout) |
| int | forcePollRequest () |
| void | removeTimeout (int nextTimeout) |
| QList< int > | timeouts () const |
Public Slots inherited from AbstractSystemPoller | |
Public Member Functions | |
| WindowsPoller (QWidget *parent=0) | |
| virtual | ~WindowsPoller () |
Public Member Functions inherited from WidgetBasedPoller | |
| WidgetBasedPoller (QWidget *parent=0) | |
| virtual | ~WidgetBasedPoller () |
| bool | isAvailable () |
| bool | setUpPoller () |
| void | unloadPoller () |
Public Member Functions inherited from AbstractSystemPoller | |
| AbstractSystemPoller (QWidget *parent=0) | |
| virtual | ~AbstractSystemPoller () |
Additional Inherited Members | |
Protected Member Functions inherited from WidgetBasedPoller | |
| bool | eventFilter (QObject *object, QEvent *event) |
Detailed Description
Definition at line 26 of file windowspoller.h.
Constructor & Destructor Documentation
| WindowsPoller::WindowsPoller | ( | QWidget * | parent = 0 | ) |
Definition at line 26 of file windowspoller.cpp.
|
virtual |
Definition at line 31 of file windowspoller.cpp.
Member Function Documentation
|
virtualslot |
Reimplemented from WidgetBasedPoller.
Definition at line 74 of file windowspoller.cpp.
|
virtualslot |
Implements AbstractSystemPoller.
Definition at line 63 of file windowspoller.cpp.
|
virtualslot |
Reimplemented from WidgetBasedPoller.
Definition at line 79 of file windowspoller.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Fri Dec 7 2012 16:11:15 by doxygen 1.8.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Fri Dec 7 2012 16:11:15 by doxygen 1.8.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Slots inherited from