KUtils
#include <xsyncbasedpoller.h>

Public Slots | |
| void | addTimeout (int nextTimeout) |
| void | catchIdleEvent () |
| int | forcePollRequest () |
| void | removeTimeout (int nextTimeout) |
| void | simulateUserActivity () |
| void | stopCatchingIdleEvents () |
| QList< int > | timeouts () const |
Public Slots inherited from AbstractSystemPoller | |
| virtual void | addTimeout (int nextTimeout)=0 |
| virtual void | catchIdleEvent ()=0 |
| virtual int | forcePollRequest ()=0 |
| virtual void | removeTimeout (int nextTimeout)=0 |
| virtual void | simulateUserActivity ()=0 |
| virtual void | stopCatchingIdleEvents ()=0 |
| virtual QList< int > | timeouts () const =0 |
Public Member Functions | |
| virtual | ~XSyncBasedPoller () |
| bool | isAvailable () |
| bool | setUpPoller () |
| void | unloadPoller () |
Public Member Functions inherited from AbstractSystemPoller | |
| AbstractSystemPoller (QWidget *parent=0) | |
| virtual | ~AbstractSystemPoller () |
Static Public Member Functions | |
| static XSyncBasedPoller * | instance () |
Protected Member Functions | |
| XSyncBasedPoller (QWidget *parent=0) | |
| bool | x11Event (XEvent *event) |
Additional Inherited Members | |
Signals inherited from AbstractSystemPoller | |
| void | resumingFromIdle () |
| void | timeoutReached (int msec) |
Detailed Description
Definition at line 32 of file xsyncbasedpoller.h.
Constructor & Destructor Documentation
|
virtual |
Definition at line 100 of file xsyncbasedpoller.cpp.
|
protected |
Definition at line 49 of file xsyncbasedpoller.cpp.
Member Function Documentation
|
slot |
Definition at line 128 of file xsyncbasedpoller.cpp.
|
slot |
Definition at line 185 of file xsyncbasedpoller.cpp.
|
slot |
Definition at line 150 of file xsyncbasedpoller.cpp.
|
static |
Definition at line 40 of file xsyncbasedpoller.cpp.
|
virtual |
Implements AbstractSystemPoller.
Definition at line 104 of file xsyncbasedpoller.cpp.
|
slot |
Definition at line 163 of file xsyncbasedpoller.cpp.
|
virtual |
Implements AbstractSystemPoller.
Definition at line 109 of file xsyncbasedpoller.cpp.
|
slot |
Definition at line 277 of file xsyncbasedpoller.cpp.
|
slot |
Definition at line 177 of file xsyncbasedpoller.cpp.
|
slot |
Definition at line 172 of file xsyncbasedpoller.cpp.
|
virtual |
Implements AbstractSystemPoller.
Definition at line 124 of file xsyncbasedpoller.cpp.
|
protected |
Definition at line 218 of file xsyncbasedpoller.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Slots inherited from