KUtils
XSyncBasedPoller Class Reference
#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 Member Functions | |
| virtual | ~XSyncBasedPoller () |
| bool | isAvailable () |
| bool | setUpPoller () |
| void | unloadPoller () |
Static Public Member Functions | |
| static XSyncBasedPoller * | instance () |
Protected Member Functions | |
| XSyncBasedPoller (QWidget *parent=0) | |
| bool | x11Event (XEvent *event) |
Detailed Description
Definition at line 34 of file xsyncbasedpoller.h.
Constructor & Destructor Documentation
| XSyncBasedPoller::~XSyncBasedPoller | ( | ) | [virtual] |
Definition at line 110 of file xsyncbasedpoller.cpp.
| XSyncBasedPoller::XSyncBasedPoller | ( | QWidget * | parent = 0 |
) | [protected] |
Definition at line 53 of file xsyncbasedpoller.cpp.
Member Function Documentation
| void XSyncBasedPoller::addTimeout | ( | int | nextTimeout | ) | [virtual, slot] |
Implements AbstractSystemPoller.
Definition at line 160 of file xsyncbasedpoller.cpp.
| void XSyncBasedPoller::catchIdleEvent | ( | ) | [virtual, slot] |
Implements AbstractSystemPoller.
Definition at line 226 of file xsyncbasedpoller.cpp.
| int XSyncBasedPoller::forcePollRequest | ( | ) | [virtual, slot] |
Implements AbstractSystemPoller.
Definition at line 185 of file xsyncbasedpoller.cpp.
| XSyncBasedPoller * XSyncBasedPoller::instance | ( | ) | [static] |
Definition at line 44 of file xsyncbasedpoller.cpp.
| bool XSyncBasedPoller::isAvailable | ( | ) | [virtual] |
Implements AbstractSystemPoller.
Definition at line 114 of file xsyncbasedpoller.cpp.
| void XSyncBasedPoller::removeTimeout | ( | int | nextTimeout | ) | [virtual, slot] |
Implements AbstractSystemPoller.
Definition at line 202 of file xsyncbasedpoller.cpp.
| bool XSyncBasedPoller::setUpPoller | ( | ) | [virtual] |
Implements AbstractSystemPoller.
Definition at line 119 of file xsyncbasedpoller.cpp.
| void XSyncBasedPoller::simulateUserActivity | ( | ) | [virtual, slot] |
Implements AbstractSystemPoller.
Definition at line 325 of file xsyncbasedpoller.cpp.
| void XSyncBasedPoller::stopCatchingIdleEvents | ( | ) | [virtual, slot] |
Implements AbstractSystemPoller.
Definition at line 218 of file xsyncbasedpoller.cpp.
| QList< int > XSyncBasedPoller::timeouts | ( | ) | const [virtual, slot] |
Implements AbstractSystemPoller.
Definition at line 213 of file xsyncbasedpoller.cpp.
| void XSyncBasedPoller::unloadPoller | ( | ) | [virtual] |
Implements AbstractSystemPoller.
Definition at line 155 of file xsyncbasedpoller.cpp.
| bool XSyncBasedPoller::x11Event | ( | XEvent * | event | ) | [protected] |
Reimplemented from QWidget.
Definition at line 261 of file xsyncbasedpoller.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference