Main Page   Class Hierarchy   Compound List   File List   Compound Members  

DpmsControl Class Reference

DPMS Control class. More...

#include <dpmscontrol.h>

List of all members.

Static Public Methods

bool getDpmsStatus ()
bool enableDpms (bool enable=true)
bool disableDpms ()


Detailed Description

DPMS Control class.

You can call the static methods of this class directly from within another class to control the DPMS or to get its current status.

Version:
Id:
dpmscontrol.h,v 1.1 2002/09/23 22:36:30 staikos Exp


Member Function Documentation

bool DpmsControl::getDpmsStatus [static]
 

Static accessor method to get the status of the dpms.

Returns true if DPMS is currently enabled, false if it is disabled.

bool DpmsControl::enableDpms bool enable = true [static]
 

Static accessor method to enable or disable DPMS.

Returns true if the operation was successful, false if it was not.

bool DpmsControl::disableDpms [static]
 

Disables DPMS.

Calls enableDpms(false).


The documentation for this class was generated from the following file:
Generated at Thu Jan 30 02:56:03 2003 for QtVision by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001