KUtils
kidletime.cpp
QHash< int, int > idleTimeouts() const
Returns the list of timeout identifiers associated with their duration, in milliseconds,...
Definition: kidletime.cpp:262
int idleTime() const
Retrieves the idle time of the system, in milliseconds.
Definition: kidletime.cpp:255
void resumingFromIdle()
Triggered, if KIdleTime is catching resume events, when the system resumes from an idle state.
Definition: windowspoller.h:26
void removeIdleTimeout(int identifier)
Stops catching the idle timeout identified by the token identifier, if it was registered earlier with...
Definition: kidletime.cpp:138
void timeoutReached(int identifier)
Triggered when the system has been idle for x milliseconds, identified by the previously set timeout.
#define K_GLOBAL_STATIC(TYPE, NAME)
Definition: macpoller.h:26
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Jan 30 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Jan 30 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.