KDE PIM / Developers / API Docs / karm

IdleTimeDetector Class Reference

Keep track of how long the computer has been idle. More...

#include <idletimedetector.h>

Inherits QObject.

List of all members.

Public Slots

Signals

Public Member Functions

Protected Slots

Protected Member Functions


Detailed Description

Keep track of how long the computer has been idle.


Constructor & Destructor Documentation

IdleTimeDetector::IdleTimeDetector int  maxIdle  ) 
 

Initializes and idle test timer.

Parameters:
maxIdle minutes before the idle timer will go off.

Member Function Documentation

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.

void IdleTimeDetector::extractTime int  minutes  )  [signal]
 

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.

Parameters:
minutes Minutes to extract.

void IdleTimeDetector::stopAllTimers  )  [signal]
 

Tells the listener to stop timing.

void IdleTimeDetector::setMaxIdle int  maxIdle  )  [slot]
 

Sets the maximum allowed idle.

Parameters:
maxIdle Maximum allowed idle time in minutes

void IdleTimeDetector::startIdleDetection  )  [slot]
 

Starts detecting idle time.

void IdleTimeDetector::stopIdleDetection  )  [slot]
 

Stops detecting idle time.

void IdleTimeDetector::toggleOverAllIdleDetection bool  on  )  [slot]
 

Sets whether idle detection should be done at all.

Parameters:
on If true idle detection is done based on
See also:
startIdleDetection and stopIdleDetection

The documentation for this class was generated from the following files: