|
MythTV
0.26-pre
|
#include <globalsettings.h>
Public Member Functions | |
| PlaybackProfileConfig (const QString &profilename) | |
| virtual | ~PlaybackProfileConfig () |
| virtual void | Load (void) |
| virtual void | Save (void) |
| void | swap (int indexA, int intexB) |
Private Slots | |
| void | pressed (QString) |
| void | priorityChanged (const QString &name, int) |
Private Member Functions | |
| void | InitLabel (uint) |
| void | InitUI (void) |
Private Attributes | |
| item_list_t | items |
| item_list_t | del_items |
| QString | profile_name |
| bool | needs_save |
| uint | groupid |
| VerticalConfigurationGroup * | last_main |
| vector< TransLabelSetting * > | labels |
| vector< TransButtonSetting * > | editProf |
| vector< TransButtonSetting * > | delProf |
| vector< TransSpinBoxSetting * > | priority |
Definition at line 96 of file globalsettings.h.
| PlaybackProfileConfig::PlaybackProfileConfig | ( | const QString & | profilename | ) |
Definition at line 786 of file globalsettings.cpp.
| PlaybackProfileConfig::~PlaybackProfileConfig | ( | ) | [virtual] |
Definition at line 799 of file globalsettings.cpp.
| void PlaybackProfileConfig::Load | ( | void | ) | [virtual] |
Reimplemented from ConfigurationGroup.
Definition at line 903 of file globalsettings.cpp.
| void PlaybackProfileConfig::Save | ( | void | ) | [virtual] |
Reimplemented from ConfigurationGroup.
Definition at line 908 of file globalsettings.cpp.
| void PlaybackProfileConfig::swap | ( | int | indexA, |
| int | intexB | ||
| ) |
Definition at line 1010 of file globalsettings.cpp.
Referenced by priorityChanged().
| void PlaybackProfileConfig::pressed | ( | QString | cmd | ) | [private, slot] |
Definition at line 930 of file globalsettings.cpp.
Referenced by InitUI().
| void PlaybackProfileConfig::priorityChanged | ( | const QString & | name, |
| int | val | ||
| ) | [private, slot] |
Definition at line 968 of file globalsettings.cpp.
Referenced by InitUI().
| void PlaybackProfileConfig::InitLabel | ( | uint | i | ) | [private] |
Definition at line 803 of file globalsettings.cpp.
| void PlaybackProfileConfig::InitUI | ( | void | ) | [private] |
Definition at line 829 of file globalsettings.cpp.
Referenced by PlaybackProfileConfig(), and pressed().
item_list_t PlaybackProfileConfig::items [private] |
Definition at line 118 of file globalsettings.h.
Referenced by hardwareprofile.distros.mythtv_data.orddict.OrdDict::copy().
item_list_t PlaybackProfileConfig::del_items [private] |
Definition at line 119 of file globalsettings.h.
QString PlaybackProfileConfig::profile_name [private] |
Definition at line 120 of file globalsettings.h.
bool PlaybackProfileConfig::needs_save [private] |
Definition at line 121 of file globalsettings.h.
Referenced by pressed(), priorityChanged(), and Save().
uint PlaybackProfileConfig::groupid [private] |
Definition at line 122 of file globalsettings.h.
Referenced by PlaybackProfileConfig(), and Save().
Definition at line 124 of file globalsettings.h.
Referenced by InitUI().
vector<TransLabelSetting*> PlaybackProfileConfig::labels [private] |
Definition at line 125 of file globalsettings.h.
Referenced by InitLabel(), InitUI(), and swap().
vector<TransButtonSetting*> PlaybackProfileConfig::editProf [private] |
Definition at line 126 of file globalsettings.h.
Referenced by InitUI().
vector<TransButtonSetting*> PlaybackProfileConfig::delProf [private] |
Definition at line 127 of file globalsettings.h.
Referenced by InitUI().
vector<TransSpinBoxSetting*> PlaybackProfileConfig::priority [private] |
Definition at line 128 of file globalsettings.h.
Referenced by InitUI(), priorityChanged(), and swap().
1.7.6.1