| KWin
    | 
Global for server side Display Power Management Signaling interface. More...
#include <dpms.h>
 
 | Public Member Functions | |
| DpmsManagerInterface (Display *display, QObject *parent=nullptr) | |
| ~DpmsManagerInterface () override | |
Global for server side Display Power Management Signaling interface.
A DpmsManagerInterface allows a client to query the DPMS state on a given OutputInterface and request changes to it. Server-side the interaction happens only via the OutputInterface, for clients the Dpms class provides the API. This global implements org_kde_kwin_dpms_manager.
To create a DpmsManagerInterface use:
To interact with Dpms use one needs to mark it as enabled and set the proper mode on the OutputInterface.
To connect to Dpms change requests use:
| 
 | explicit | 
| 
 | overridedefault |