KUtils
#include <widgetbasedpoller.h>
Public Slots | |
void | addTimeout (int nextTimeout) |
virtual void | catchIdleEvent () |
int | forcePollRequest () |
void | removeTimeout (int nextTimeout) |
virtual 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 | |
WidgetBasedPoller (QWidget *parent=0) | |
virtual | ~WidgetBasedPoller () |
bool | isAvailable () |
bool | setUpPoller () |
void | unloadPoller () |
Public Member Functions inherited from AbstractSystemPoller | |
AbstractSystemPoller (QWidget *parent=0) | |
virtual | ~AbstractSystemPoller () |
Protected Member Functions | |
bool | eventFilter (QObject *object, QEvent *event) |
Additional Inherited Members | |
Signals inherited from AbstractSystemPoller | |
void | resumingFromIdle () |
void | timeoutReached (int msec) |
Detailed Description
Definition at line 27 of file widgetbasedpoller.h.
Constructor & Destructor Documentation
WidgetBasedPoller::WidgetBasedPoller | ( | QWidget * | parent = 0 | ) |
Definition at line 29 of file widgetbasedpoller.cpp.
|
virtual |
Definition at line 34 of file widgetbasedpoller.cpp.
Member Function Documentation
|
slot |
Definition at line 71 of file widgetbasedpoller.cpp.
|
virtualslot |
Definition at line 159 of file widgetbasedpoller.cpp.
Definition at line 77 of file widgetbasedpoller.cpp.
|
slot |
Definition at line 148 of file widgetbasedpoller.cpp.
|
virtual |
Implements AbstractSystemPoller.
Definition at line 38 of file widgetbasedpoller.cpp.
|
slot |
Definition at line 153 of file widgetbasedpoller.cpp.
|
virtual |
Implements AbstractSystemPoller.
Definition at line 43 of file widgetbasedpoller.cpp.
|
virtualslot |
Definition at line 164 of file widgetbasedpoller.cpp.
|
slot |
Definition at line 66 of file widgetbasedpoller.cpp.
|
virtual |
Implements AbstractSystemPoller.
Definition at line 60 of file widgetbasedpoller.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.