IdleTimeDetector Class Reference
Keep track of how long the computer has been idle. More...
#include <idletimedetector.h>
Inherits QObject.
Public Slots
- void setMaxIdle (int maxIdle)
- void startIdleDetection ()
- void stopIdleDetection ()
- void toggleOverAllIdleDetection (bool on)
Signals
- void extractTime (int minutes)
- void stopAllTimers ()
Public Member Functions
- IdleTimeDetector (int maxIdle)
- bool isIdleDetectionPossible ()
Protected Slots
Protected Member Functions
Detailed Description
Keep track of how long the computer has been idle.
Constructor & Destructor Documentation
|
Initializes and idle test timer.
|
Member Function Documentation
|
Returns true if it is possible to do idle detection. Idle detection relys on a feature in the X server, which might not always be present. |
|
Tells the listener to extract time from current timing. The time to extract is due to the idle time since the dialog wass shown, and until the user answers the dialog.
|
|
Tells the listener to stop timing.
|
|
Sets the maximum allowed idle.
|
|
Starts detecting idle time.
|
|
Stops detecting idle time.
|
|
Sets whether idle detection should be done at all.
|
The documentation for this class was generated from the following files:
- idletimedetector.h
- idletimedetector.cpp