MythTV  master
Public Member Functions | List of all members
MythDRMObjectProperty Class Reference

#include <mythdrmproperty.h>

Inheritance diagram for MythDRMObjectProperty:
Inheritance graph
[legend]
Collaboration diagram for MythDRMObjectProperty:
Collaboration graph
[legend]

Public Member Functions

 MythDRMObjectProperty (drmModePropertyPtr Property)
 
- Public Member Functions inherited from MythDRMProperty
virtual ~MythDRMProperty ()=default
 
virtual QString ToString ()
 

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)
 
- 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
 
- Protected Member Functions inherited from MythDRMProperty
 MythDRMProperty (Type mType, uint32_t Id, uint32_t Flags, const char *Name)
 

Detailed Description

Definition at line 84 of file mythdrmproperty.h.

Constructor & Destructor Documentation

◆ MythDRMObjectProperty()

MythDRMObjectProperty::MythDRMObjectProperty ( drmModePropertyPtr  Property)

Definition at line 134 of file mythdrmproperty.cpp.


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