KWin
|
#include <drm_gpu.h>
Signals | |
void | revokeRequested () |
Public Member Functions | |
DrmLease (DrmGpu *gpu, FileDescriptor &&fd, uint32_t lesseeId, const QList< DrmOutput * > &outputs) | |
~DrmLease () | |
FileDescriptor & | fd () |
uint32_t | lesseeId () const |
KWin::DrmLease::DrmLease | ( | DrmGpu * | gpu, |
FileDescriptor && | fd, | ||
uint32_t | lesseeId, | ||
const QList< DrmOutput * > & | outputs ) |
Definition at line 917 of file drm_gpu.cpp.
KWin::DrmLease::~DrmLease | ( | ) |
Definition at line 928 of file drm_gpu.cpp.
FileDescriptor & KWin::DrmLease::fd | ( | ) |
Definition at line 937 of file drm_gpu.cpp.
uint32_t KWin::DrmLease::lesseeId | ( | ) | const |
Definition at line 942 of file drm_gpu.cpp.
|
signal |