#include <globalsettings.h>
Public Member Functions | |
| PlaybackProfileConfigs (const QString &str) | |
| virtual | ~PlaybackProfileConfigs () |
Private Slots | |
| void | btnPress (QString) |
| void | triggerChanged (const QString &) |
Private Member Functions | |
| void | InitUI (void) |
Private Attributes | |
| QStringList | profiles |
| HostComboBox * | grouptrigger |
Definition at line 131 of file globalsettings.h.
| PlaybackProfileConfigs::PlaybackProfileConfigs | ( | const QString & | str | ) |
Definition at line 1112 of file globalsettings.cpp.
| PlaybackProfileConfigs::~PlaybackProfileConfigs | ( | ) | [virtual] |
Definition at line 1182 of file globalsettings.cpp.
| void PlaybackProfileConfigs::InitUI | ( | void | ) | [private] |
| void PlaybackProfileConfigs::btnPress | ( | QString | cmd | ) | [private, slot] |
Definition at line 1189 of file globalsettings.cpp.
Referenced by PlaybackProfileConfigs().
| void PlaybackProfileConfigs::triggerChanged | ( | const QString & | trig | ) | [private, virtual, slot] |
Reimplemented from TriggeredConfigurationGroup.
Definition at line 1247 of file globalsettings.cpp.
QStringList PlaybackProfileConfigs::profiles [private] |
Definition at line 147 of file globalsettings.h.
Referenced by PlaybackProfileConfigs().
HostComboBox* PlaybackProfileConfigs::grouptrigger [private] |
Definition at line 148 of file globalsettings.h.
Referenced by btnPress(), and PlaybackProfileConfigs().
1.6.3