|
MythTV master
|
#include <libmythui/platforms/drm/mythdrmproperty.h>
Public Member Functions | |
| MythDRMRangeProperty (uint64_t Value, drmModePropertyPtr Property) | |
| QString | ToString () override |
Public Member Functions inherited from MythDRMProperty | |
| virtual | ~MythDRMProperty ()=default |
| virtual QString | ToString () |
Public Attributes | |
| uint64_t | m_value { 0 } |
| uint64_t | m_min { 0 } |
| uint64_t | m_max { 0 } |
Public Attributes inherited from MythDRMProperty | |
| Type | m_type { Invalid } |
| uint32_t | m_id { 0 } |
| bool | m_readOnly { true } |
| bool | m_atomic { false } |
| QString | m_name |
Additional Inherited Members | |
Public Types inherited from MythDRMProperty | |
| enum | Type { Invalid = 0 , Range , Enum , Bitmask , Blob , Object , SignedRange } |
Static Public Member Functions inherited from MythDRMProperty | |
| static DRMProps | GetProperties (int FD, uint32_t ObjectId, uint32_t ObjectType) |
| static DRMProp | GetProperty (const QString &Name, const DRMProps &Properties) |
Protected Member Functions inherited from MythDRMProperty | |
| MythDRMProperty (Type mType, uint32_t Id, uint32_t Flags, const char *Name) | |
Definition at line 42 of file mythdrmproperty.h.
| MythDRMRangeProperty::MythDRMRangeProperty | ( | uint64_t | Value, |
| drmModePropertyPtr | Property | ||
| ) |
Definition at line 67 of file mythdrmproperty.cpp.
|
overridevirtual |
Reimplemented from MythDRMProperty.
Definition at line 79 of file mythdrmproperty.cpp.
| uint64_t MythDRMRangeProperty::m_max { 0 } |
Definition at line 49 of file mythdrmproperty.h.
Referenced by MythDRMRangeProperty(), and ToString().
| uint64_t MythDRMRangeProperty::m_min { 0 } |
Definition at line 48 of file mythdrmproperty.h.
Referenced by MythDRMRangeProperty(), and ToString().
| uint64_t MythDRMRangeProperty::m_value { 0 } |
Definition at line 47 of file mythdrmproperty.h.
Referenced by MythDRMVRR::CreateFreeSync(), and ToString().