karm

#include <idletimedetector.h>

Inherits TQObject.

Public Slots

void setMaxIdle (int maxIdle)
 
void startIdleDetection ()
 
void stopIdleDetection ()
 
void toggleOverAllIdleDetection (bool on)
 

Signals

void extractTime (int minutes)
 
void stopAllTimers ()
 
void stopAllTimersAt (TQDateTime qdt)
 

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 28 of file idletimedetector.h.

Constructor & Destructor Documentation

◆ IdleTimeDetector()

IdleTimeDetector::IdleTimeDetector ( int  maxIdle)

Initializes and idle test timer.

Parameters
maxIdleminutes before the idle timer will go off.

Definition at line 10 of file idletimedetector.cpp.

Member Function Documentation

◆ extractTime

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
minutesMinutes to extract.

◆ isIdleDetectionPossible()

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 37 of file idletimedetector.cpp.

◆ setMaxIdle

void IdleTimeDetector::setMaxIdle ( int  maxIdle)
slot

Sets the maximum allowed idle.

Parameters
maxIdleMaximum allowed idle time in minutes

Definition at line 56 of file idletimedetector.cpp.

◆ startIdleDetection

void IdleTimeDetector::startIdleDetection ( )
slot

Starts detecting idle time.

Definition at line 104 of file idletimedetector.cpp.

◆ stopAllTimers

void IdleTimeDetector::stopAllTimers ( )
signal

Tells the listener to stop timing.

◆ stopAllTimersAt

void IdleTimeDetector::stopAllTimersAt ( TQDateTime  qdt)
signal

Tells the listener to stop timing for TQDateTime.

◆ stopIdleDetection

void IdleTimeDetector::stopIdleDetection ( )
slot

Stops detecting idle time.

Definition at line 114 of file idletimedetector.cpp.

◆ toggleOverAllIdleDetection

void IdleTimeDetector::toggleOverAllIdleDetection ( bool  on)
slot

Sets whether idle detection should be done at all.

Parameters
onIf true idle detection is done based on startIdleDetection and stopIdleDetection

Definition at line 121 of file idletimedetector.cpp.


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