KWin
|
#include <outputdevice_v2.h>
Public Member Functions | |
OutputDeviceV2Interface (Display *display, Output *handle, QObject *parent=nullptr) | |
~OutputDeviceV2Interface () override | |
void | remove () |
Output * | handle () const |
Static Public Member Functions | |
static OutputDeviceV2Interface * | get (wl_resource *native) |
Represents an output device, the difference to Output is that this output can be disabled, so not currently used to display content.
Definition at line 37 of file outputdevice_v2.h.
|
explicit |
Definition at line 198 of file outputdevice_v2.cpp.
|
override |
Definition at line 259 of file outputdevice_v2.cpp.
|
static |
Definition at line 789 of file outputdevice_v2.cpp.
Output * KWin::OutputDeviceV2Interface::handle | ( | ) | const |
Definition at line 278 of file outputdevice_v2.cpp.
void KWin::OutputDeviceV2Interface::remove | ( | ) |
Definition at line 264 of file outputdevice_v2.cpp.