Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
PVR::CustomProperty Struct Reference

custom property : type, value More...

#include <PVRCustomProperty.h>

Public Member Functions

 CustomProperty ()=default
 
 CustomProperty (PVR_SETTING_TYPE t, const CVariant &v)
 
bool operator== (const CustomProperty &right) const =default
 

Public Attributes

PVR_SETTING_TYPE type {PVR_SETTING_TYPE::INTEGER}
 
CVariant value {static_cast<int>(0)}
 

Detailed Description

custom property : type, value

Constructor & Destructor Documentation

◆ CustomProperty() [1/2]

PVR::CustomProperty::CustomProperty ( )
default

◆ CustomProperty() [2/2]

PVR::CustomProperty::CustomProperty ( PVR_SETTING_TYPE  t,
const CVariant v 
)
inline

Member Function Documentation

◆ operator==()

bool PVR::CustomProperty::operator== ( const CustomProperty right) const
default

Member Data Documentation

◆ type

PVR_SETTING_TYPE PVR::CustomProperty::type {PVR_SETTING_TYPE::INTEGER}

◆ value

CVariant PVR::CustomProperty::value {static_cast<int>(0)}

The documentation for this struct was generated from the following file: