#include <playgroup.h>

Definition at line 10 of file playgroup.h.
Public Member Functions | |
| PlayGroup (QString _name) | |
| QString | getName (void) const |
Static Public Member Functions | |
| static QStringList | GetNames (void) |
| static int | GetCount (void) |
| static QString | GetInitialName (const ProgramInfo *pi) |
| static int | GetSetting (const QString &name, const QString &field, int defval) |
Private Attributes | |
| QString | name |
| PlayGroup::PlayGroup | ( | QString | _name | ) |
Definition at line 127 of file playgroup.cpp.
| QString PlayGroup::getName | ( | void | ) | const [inline] |
Definition at line 14 of file playgroup.h.
Referenced by PlayGroup(), and PlayGroupDBStorage::whereClause().
| QStringList PlayGroup::GetNames | ( | void | ) | [static] |
Definition at line 157 of file playgroup.cpp.
Referenced by SRPlayGroup::fillSelections(), PlayGroupEditor::load(), and PlaybackBox::showPlayGroupChanger().
| int PlayGroup::GetCount | ( | void | ) | [static] |
| QString PlayGroup::GetInitialName | ( | const ProgramInfo * | pi | ) | [static] |
| int PlayGroup::GetSetting | ( | const QString & | name, | |
| const QString & | field, | |||
| int | defval | |||
| ) | [static] |
QString PlayGroup::name [private] |
Definition at line 23 of file playgroup.h.
1.5.5