KWin
|
#include <mock_drm.h>
Public Member Functions | |
MockPlane (MockGpu *gpu, PlaneType type, int crtcIndex) | |
MockPlane (const MockPlane &obj)=default | |
~MockPlane ()=default | |
![]() | |
MockObject (MockGpu *gpu) | |
virtual | ~MockObject () |
uint64_t | getProp (const QString &propName) const |
void | setProp (const QString &propName, uint64_t value) |
uint32_t | getPropId (const QString &propName) const |
Public Attributes | |
MockFb * | currentFb = nullptr |
MockFb * | nextFb = nullptr |
int | possibleCrtcs |
PlaneType | type |
![]() | |
uint32_t | id |
QList< MockProperty > | props |
MockGpu * | gpu |
Definition at line 114 of file mock_drm.h.
Definition at line 232 of file mock_drm.cpp.
|
default |
|
default |
MockFb* MockPlane::currentFb = nullptr |
Definition at line 120 of file mock_drm.h.
MockFb* MockPlane::nextFb = nullptr |
Definition at line 121 of file mock_drm.h.
int MockPlane::possibleCrtcs |
Definition at line 122 of file mock_drm.h.
PlaneType MockPlane::type |
Definition at line 123 of file mock_drm.h.