|
MythTV
0.26-pre
|
#include <profilegroup.h>
Classes | |
| class | CardInfo |
| class | HostName |
| class | ID |
| class | Is_default |
| class | Name |
Public Member Functions | |
| ProfileGroup () | |
| virtual void | loadByID (int id) |
| int | getProfileNum (void) const |
| int | isDefault (void) const |
| QString | getName (void) const |
| void | setName (QString newName) |
| bool | allowedGroupName (void) |
Static Public Member Functions | |
| static void | fillSelections (SelectSetting *setting) |
| static void | getHostNames (QStringList *hostnames) |
| static QString | getName (int group) |
Private Attributes | |
| ID * | id |
| Name * | name |
| HostName * | host |
| Is_default * | is_default |
Friends | |
| class | ProfileGroupEditor |
Definition at line 29 of file profilegroup.h.
Definition at line 41 of file profilegroup.cpp.
Referenced by ProfileGroupEditor::open().
| void ProfileGroup::loadByID | ( | int | id | ) | [virtual] |
Definition at line 59 of file profilegroup.cpp.
Referenced by ProfileGroupEditor::open().
| void ProfileGroup::fillSelections | ( | SelectSetting * | setting | ) | [static] |
Definition at line 64 of file profilegroup.cpp.
Referenced by ProfileGroupEditor::Load(), and ProfileGroup().
| void ProfileGroup::getHostNames | ( | QStringList * | hostnames | ) | [static] |
Definition at line 135 of file profilegroup.cpp.
Referenced by ProfileGroup::HostName::fillSelections().
| int ProfileGroup::getProfileNum | ( | void | ) | const [inline] |
Definition at line 94 of file profilegroup.h.
Referenced by ProfileGroupStorage::GetSetClause(), ProfileGroupStorage::GetWhereClause(), and ProfileGroupEditor::open().
| int ProfileGroup::isDefault | ( | void | ) | const [inline] |
Definition at line 98 of file profilegroup.h.
Referenced by ProfileGroupEditor::open().
| QString ProfileGroup::getName | ( | void | ) | const [inline] |
Definition at line 102 of file profilegroup.h.
Referenced by allowedGroupName(), ProfileGroupEditor::callDelete(), and ProfileGroupEditor::open().
| QString ProfileGroup::getName | ( | int | group | ) | [static] |
Definition at line 107 of file profilegroup.cpp.
| void ProfileGroup::setName | ( | QString | newName | ) | [inline] |
Definition at line 104 of file profilegroup.h.
Referenced by ProfileGroupEditor::open().
Definition at line 122 of file profilegroup.cpp.
Referenced by ProfileGroupEditor::open().
friend class ProfileGroupEditor [friend] |
Definition at line 31 of file profilegroup.h.
ID* ProfileGroup::id [private] |
Definition at line 108 of file profilegroup.h.
Referenced by fillSelections().
Name* ProfileGroup::name [private] |
Definition at line 109 of file profilegroup.h.
Referenced by fillSelections(), getName(), ProfileGroup(), and setName().
HostName* ProfileGroup::host [private] |
Definition at line 110 of file profilegroup.h.
Referenced by allowedGroupName(), hardwareprofile.smolt._HardwareProfile::get_general_info_excerpt(), hardwareprofile.smolt._HardwareProfile::get_sendable_host(), hardwareprofile.smolt._HardwareProfile::hostIter(), ProfileGroup(), hardwareprofile.smolt._HardwareProfile::regenerate_pub_uuid(), and hardwareprofile.smolt._HardwareProfile::send().
Is_default* ProfileGroup::is_default [private] |
Definition at line 111 of file profilegroup.h.
Referenced by fillSelections(), isDefault(), and ProfileGroup().
1.7.6.1