karm
IdleTimeDetector Class Reference
#include <idletimedetector.h>
Detailed Description
Keep track of how long the computer has been idle.
Definition at line 26 of file idletimedetector.h.
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 | |
void | check () |
Constructor & Destructor Documentation
|
Initializes and idle test timer.
Definition at line 10 of file idletimedetector.cpp. |
Member Function Documentation
|
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.
|
|
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. Definition at line 31 of file idletimedetector.cpp. |
|
Sets the maximum allowed idle.
Definition at line 50 of file idletimedetector.cpp. |
|
Starts detecting idle time.
Definition at line 94 of file idletimedetector.cpp. |
|
Tells the listener to stop timing.
|
|
Stops detecting idle time.
Definition at line 102 of file idletimedetector.cpp. |
|
Sets whether idle detection should be done at all.
Definition at line 109 of file idletimedetector.cpp. |
The documentation for this class was generated from the following files: