#include <drm_property.h>
Definition at line 27 of file drm_property.h.
◆ DrmProperty()
KWin::DrmProperty::DrmProperty |
( |
DrmObject * | obj, |
|
|
const QByteArray & | name, |
|
|
const QList< QByteArray > & | enumNames = {} ) |
◆ drmObject()
DrmObject * KWin::DrmProperty::drmObject |
( |
| ) |
const |
◆ hasAllEnums()
bool KWin::DrmProperty::hasAllEnums |
( |
| ) |
const |
◆ immutableBlob()
drmModePropertyBlobRes * KWin::DrmProperty::immutableBlob |
( |
| ) |
const |
◆ isBitmask()
bool KWin::DrmProperty::isBitmask |
( |
| ) |
const |
◆ isImmutable()
bool KWin::DrmProperty::isImmutable |
( |
| ) |
const |
◆ isValid()
bool KWin::DrmProperty::isValid |
( |
| ) |
const |
◆ maxValue()
uint64_t KWin::DrmProperty::maxValue |
( |
| ) |
const |
◆ minValue()
uint64_t KWin::DrmProperty::minValue |
( |
| ) |
const |
◆ name()
const QByteArray & KWin::DrmProperty::name |
( |
| ) |
const |
◆ propId()
uint32_t KWin::DrmProperty::propId |
( |
| ) |
const |
◆ setPropertyLegacy()
bool KWin::DrmProperty::setPropertyLegacy |
( |
uint64_t | value | ) |
|
◆ update()
◆ value()
uint64_t KWin::DrmProperty::value |
( |
| ) |
const |
◆ m_current
uint64_t KWin::DrmProperty::m_current = 0 |
|
protected |
◆ m_enumNames
const QList<QByteArray> KWin::DrmProperty::m_enumNames |
|
protected |
◆ m_enumToPropertyMap
QMap<uint64_t, uint64_t> KWin::DrmProperty::m_enumToPropertyMap |
|
protected |
◆ m_immutable
bool KWin::DrmProperty::m_immutable = false |
|
protected |
◆ m_immutableBlob
DrmUniquePtr<drmModePropertyBlobRes> KWin::DrmProperty::m_immutableBlob |
|
protected |
◆ m_isBitmask
bool KWin::DrmProperty::m_isBitmask = false |
|
protected |
◆ m_isBlob
bool KWin::DrmProperty::m_isBlob = false |
|
protected |
◆ m_maxValue
uint64_t KWin::DrmProperty::m_maxValue = -1 |
|
protected |
◆ m_minValue
uint64_t KWin::DrmProperty::m_minValue = -1 |
|
protected |
◆ m_obj
◆ m_propertyToEnumMap
QMap<uint64_t, uint64_t> KWin::DrmProperty::m_propertyToEnumMap |
|
protected |
◆ m_propId
uint32_t KWin::DrmProperty::m_propId = 0 |
|
protected |
◆ m_propName
const QByteArray KWin::DrmProperty::m_propName |
|
protected |
The documentation for this class was generated from the following files: