#include <drm_object.h>
Definition at line 41 of file drm_object.h.
 
◆ ~DrmObject()
  
  | 
        
          | virtual KWin::DrmObject::~DrmObject | ( |  | ) |  |  | virtualdefault | 
 
 
◆ DrmObject() [1/2]
  
  | 
        
          | KWin::DrmObject::DrmObject | ( | const DrmObject & |  | ) |  |  | delete | 
 
 
◆ DrmObject() [2/2]
  
  | 
        
          | KWin::DrmObject::DrmObject | ( | DrmGpu * | gpu, |  
          |  |  | uint32_t | objectId, |  
          |  |  | uint32_t | objectType ) |  | protected | 
 
 
◆ disable()
◆ gpu()
      
        
          | DrmGpu * KWin::DrmObject::gpu | ( |  | ) | const | 
      
 
 
◆ id()
      
        
          | uint32_t KWin::DrmObject::id | ( |  | ) | const | 
      
 
 
◆ init()
      
        
          | bool KWin::DrmObject::init | ( |  | ) |  | 
      
 
Must be called to query necessary data directly after creation. 
- Returns
- true when initializing was successful 
Definition at line 28 of file drm_object.cpp.
 
 
◆ queryProperties()
◆ type()
      
        
          | uint32_t KWin::DrmObject::type | ( |  | ) | const | 
      
 
 
◆ typeName()
      
        
          | QString KWin::DrmObject::typeName | ( |  | ) | const | 
      
 
 
◆ updateProperties()
  
  | 
        
          | virtual bool KWin::DrmObject::updateProperties | ( |  | ) |  |  | pure virtual | 
 
 
The documentation for this class was generated from the following files: