ktimetracker
#include <idletimedetector.h>
Public Slots | |
void | revert () |
void | setMaxIdle (int maxIdle) |
void | startIdleDetection () |
void | stopIdleDetection () |
void | toggleOverAllIdleDetection (bool on) |
Signals | |
void | stopAllTimers (QDateTime time) |
void | subtractTime (int minutes) |
Public Member Functions | |
IdleTimeDetector (int maxIdle) | |
bool | isIdleDetectionPossible () |
Protected Slots | |
void | check () |
Detailed Description
Keep track of how long the computer has been idle.
Definition at line 47 of file idletimedetector.h.
Constructor & Destructor Documentation
|
explicit |
Initializes and idle test timer.
- Parameters
-
maxIdle minutes before the idle timer will go off.
Definition at line 42 of file idletimedetector.cpp.
Member Function Documentation
|
protectedslot |
Definition at line 62 of file idletimedetector.cpp.
bool IdleTimeDetector::isIdleDetectionPossible | ( | ) |
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 57 of file idletimedetector.cpp.
|
slot |
Definition at line 85 of file idletimedetector.cpp.
|
slot |
Sets the maximum allowed idle.
- Parameters
-
maxIdle Maximum allowed idle time in minutes
Definition at line 80 of file idletimedetector.cpp.
|
slot |
Starts detecting idle time.
Definition at line 131 of file idletimedetector.cpp.
|
signal |
Tells the listener to stop timing.
|
slot |
Stops detecting idle time.
Definition at line 139 of file idletimedetector.cpp.
|
signal |
Tells the listener to subtract time from current timing.
The time to subtract is due to the idle time since the dialog wass shown, and until the user answers the dialog.
- Parameters
-
minutes Minutes to subtract.
|
slot |
Sets whether idle detection should be done at all.
- Parameters
-
on If true idle detection is done based on startIdleDetection and stopIdleDetection
Definition at line 147 of file idletimedetector.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:55:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.