KWin
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
MockPlane Class Reference

#include <mock_drm.h>

Inheritance diagram for MockPlane:
MockObject

Public Member Functions

 MockPlane (MockGpu *gpu, PlaneType type, int crtcIndex)
 
 MockPlane (const MockPlane &obj)=default
 
 ~MockPlane ()=default
 
- Public Member Functions inherited from MockObject
 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

MockFbcurrentFb = nullptr
 
MockFbnextFb = nullptr
 
int possibleCrtcs
 
PlaneType type
 
- Public Attributes inherited from MockObject
uint32_t id
 
QList< MockPropertyprops
 
MockGpugpu
 

Detailed Description

Definition at line 114 of file mock_drm.h.

Constructor & Destructor Documentation

◆ MockPlane() [1/2]

MockPlane::MockPlane ( MockGpu * gpu,
PlaneType type,
int crtcIndex )

Definition at line 232 of file mock_drm.cpp.

◆ MockPlane() [2/2]

MockPlane::MockPlane ( const MockPlane & obj)
default

◆ ~MockPlane()

MockPlane::~MockPlane ( )
default

Member Data Documentation

◆ currentFb

MockFb* MockPlane::currentFb = nullptr

Definition at line 120 of file mock_drm.h.

◆ nextFb

MockFb* MockPlane::nextFb = nullptr

Definition at line 121 of file mock_drm.h.

◆ possibleCrtcs

int MockPlane::possibleCrtcs

Definition at line 122 of file mock_drm.h.

◆ type

PlaneType MockPlane::type

Definition at line 123 of file mock_drm.h.


The documentation for this class was generated from the following files: