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

#include <mythsettings.h>

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

Public Member Functions

 MythSettingGroup (QString hlabel, QString ulabel, QString script="")
 
QString ToHTML (uint depth) const override
 
- Public Member Functions inherited from MythSettingBase
 MythSettingBase ()=default
 
virtual ~MythSettingBase ()=default
 

Public Attributes

QString m_human_label
 
QString m_unique_label
 div name for stylesheets & javascript More...
 
MythSettingList m_settings
 
QString m_ecma_script
 

Detailed Description

Definition at line 21 of file mythsettings.h.

Constructor & Destructor Documentation

◆ MythSettingGroup()

MythSettingGroup::MythSettingGroup ( QString  hlabel,
QString  ulabel,
QString  script = "" 
)
inline

Definition at line 24 of file mythsettings.h.

Member Function Documentation

◆ ToHTML()

QString MythSettingGroup::ToHTML ( uint  depth) const
overridevirtual

Reimplemented from MythSettingBase.

Definition at line 139 of file mythsettings.cpp.

Member Data Documentation

◆ m_human_label

QString MythSettingGroup::m_human_label

Definition at line 33 of file mythsettings.h.

Referenced by ToHTML().

◆ m_unique_label

QString MythSettingGroup::m_unique_label

div name for stylesheets & javascript

Definition at line 34 of file mythsettings.h.

Referenced by ToHTML().

◆ m_settings

MythSettingList MythSettingGroup::m_settings

Definition at line 35 of file mythsettings.h.

Referenced by ToHTML().

◆ m_ecma_script

QString MythSettingGroup::m_ecma_script

Definition at line 36 of file mythsettings.h.


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