MythTV  master
Public Member Functions | Static Public Member Functions | Properties | Private Member Functions | List of all members
DTC::LabelValue Class Reference

#include <libmythservicecontracts/datacontracts/labelValue.h>

Inheritance diagram for DTC::LabelValue:
[legend]
Collaboration diagram for DTC::LabelValue:
[legend]

Public Member Functions

Q_INVOKABLE LabelValue (QObject *parent=nullptr)
 
void Copy (const LabelValue *src)
 

Static Public Member Functions

static void InitializeCustomTypes ()
 

Properties

QString Label
 
QString Value
 
QString Description
 
bool Active
 
bool Selected
 

Private Member Functions

 Q_CLASSINFO ("version", "1.0")
 
 PROPERTYIMP (bool, Selected)
 
 Q_DISABLE_COPY (LabelValue)
 

Detailed Description

Definition at line 19 of file labelValue.h.

Constructor & Destructor Documentation

◆ LabelValue()

Q_INVOKABLE DTC::LabelValue::LabelValue ( QObject *  parent = nullptr)
inline

Definition at line 45 of file labelValue.h.

Member Function Documentation

◆ Q_CLASSINFO()

DTC::LabelValue::Q_CLASSINFO ( "version"  ,
"1.0"   
)
private

◆ PROPERTYIMP()

DTC::LabelValue::PROPERTYIMP ( bool  ,
Selected   
)
private

◆ InitializeCustomTypes()

void DTC::LabelValue::InitializeCustomTypes ( )
inlinestatic

Definition at line 68 of file labelValue.h.

Referenced by DTC::LogMessageList::InitializeCustomTypes().

◆ Copy()

void DTC::LabelValue::Copy ( const LabelValue src)
inline

Definition at line 55 of file labelValue.h.

◆ Q_DISABLE_COPY()

DTC::LabelValue::Q_DISABLE_COPY ( LabelValue  )
private

Property Documentation

◆ Label

QString DTC::LabelValue::Label
readwrite

Definition at line 25 of file labelValue.h.

◆ Value

QString DTC::LabelValue::Value
readwrite

Definition at line 27 of file labelValue.h.

◆ Description

QString DTC::LabelValue::Description
readwrite

Definition at line 29 of file labelValue.h.

◆ Active

bool DTC::LabelValue::Active
readwrite

Definition at line 31 of file labelValue.h.

◆ Selected

bool DTC::LabelValue::Selected
readwrite

Definition at line 33 of file labelValue.h.


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