#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 867 of file globalsettings.cpp.
| PlaybackProfileConfig::~PlaybackProfileConfig | ( | ) | [virtual] |
Definition at line 880 of file globalsettings.cpp.
| void PlaybackProfileConfig::Load | ( | void | ) | [virtual] |
Reimplemented from ConfigurationGroup.
Definition at line 984 of file globalsettings.cpp.
| void PlaybackProfileConfig::Save | ( | void | ) | [virtual] |
Reimplemented from ConfigurationGroup.
Definition at line 989 of file globalsettings.cpp.
| void PlaybackProfileConfig::swap | ( | int | indexA, | |
| int | intexB | |||
| ) |
Definition at line 1091 of file globalsettings.cpp.
Referenced by priorityChanged().
| void PlaybackProfileConfig::pressed | ( | QString | cmd | ) | [private, slot] |
Definition at line 1011 of file globalsettings.cpp.
Referenced by InitUI().
| void PlaybackProfileConfig::priorityChanged | ( | const QString & | name, | |
| int | val | |||
| ) | [private, slot] |
Definition at line 1049 of file globalsettings.cpp.
Referenced by InitUI().
| void PlaybackProfileConfig::InitLabel | ( | uint | i | ) | [private] |
Definition at line 884 of file globalsettings.cpp.
| void PlaybackProfileConfig::InitUI | ( | void | ) | [private] |
Definition at line 910 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 InitLabel(), InitUI(), PlaybackProfileConfig(), pressed(), priorityChanged(), Save(), and swap().
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.6.3