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) |
| 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 | |
| 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 | |
| Signals inherited from AbstractSystemPoller | |
| void | resumingFromIdle () |
| void | timeoutReached (int msec) |
| 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::WindowsPoller | ( | QWidget * | parent = 0 | ) |
Definition at line 26 of file windowspoller.cpp.
◆ ~WindowsPoller()
|
virtual |
Definition at line 31 of file windowspoller.cpp.
Member Function Documentation
◆ catchIdleEvent
|
slot |
Definition at line 74 of file windowspoller.cpp.
◆ simulateUserActivity
|
slot |
Definition at line 63 of file windowspoller.cpp.
◆ stopCatchingIdleEvents
|
slot |
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-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.