#include <mythsettings.h>
Public Member Functions | |
| MythSettingGroup (QString hlabel, QString ulabel, QString script="") | |
| QString | ToHTML (uint) const |
Public Attributes | |
| QString | human_label |
| QString | unique_label |
| div name for stylesheets & javascript | |
| MythSettingList | settings |
| QString | ecma_script |
Definition at line 18 of file mythsettings.h.
| MythSettingGroup::MythSettingGroup | ( | QString | hlabel, | |
| QString | ulabel, | |||
| QString | script = "" | |||
| ) | [inline] |
Definition at line 21 of file mythsettings.h.
| QString MythSettingGroup::ToHTML | ( | uint | depth | ) | const [virtual] |
Reimplemented from MythSettingBase.
Definition at line 140 of file mythsettings.cpp.
| QString MythSettingGroup::human_label |
Definition at line 28 of file mythsettings.h.
Referenced by ToHTML().
| QString MythSettingGroup::unique_label |
div name for stylesheets & javascript
Definition at line 29 of file mythsettings.h.
Referenced by ToHTML().
Definition at line 30 of file mythsettings.h.
Referenced by extract_query_list(), fill_setting(), parse_dom(), and ToHTML().
| QString MythSettingGroup::ecma_script |
Definition at line 31 of file mythsettings.h.
1.6.3