#include <hardwareprofile.h>
Public Member Functions | |
| HardwareProfile () | |
| ~HardwareProfile (void) | |
| void | GenerateUUIDs (void) |
| QString | GetPrivateUUIDFromFile (void) const |
| bool | WritePrivateUUIDToFile (QString uuid) |
| QString | GetPublicUUIDFromFile (void) const |
| QString | GetAdminPasswordFromFile (void) const |
| bool | NeedsUpdate (void) const |
| bool | SubmitProfile (void) |
| bool | DeleteProfile (void) |
| QString | GetPublicUUID (void) const |
| QString | GetPrivateUUID (void) const |
| QDateTime | GetLastUpdate (void) const |
| QString | GetProfileURL (void) const |
| QString | GetHardwareProfile (void) const |
Private Attributes | |
| QString | m_uuid |
| QString | m_publicuuid |
| QDateTime | m_lastUpdate |
| QString | m_hardwareProfile |
Definition at line 15 of file hardwareprofile.h.
| HardwareProfile::HardwareProfile | ( | ) |
Definition at line 20 of file hardwareprofile.cpp.
| HardwareProfile::~HardwareProfile | ( | void | ) |
Definition at line 30 of file hardwareprofile.cpp.
| void HardwareProfile::GenerateUUIDs | ( | void | ) |
Definition at line 34 of file hardwareprofile.cpp.
Referenced by GeneralSetupWizard::loadData(), Myth::ProfileDelete(), Myth::ProfileSubmit(), Myth::ProfileUpdated(), Myth::ProfileURL(), and SubmitProfile().
| QString HardwareProfile::GetPrivateUUIDFromFile | ( | void | ) | const |
Definition at line 80 of file hardwareprofile.cpp.
Referenced by GenerateUUIDs().
| bool HardwareProfile::WritePrivateUUIDToFile | ( | QString | uuid | ) |
Definition at line 141 of file hardwareprofile.cpp.
Referenced by GenerateUUIDs().
| QString HardwareProfile::GetPublicUUIDFromFile | ( | void | ) | const |
Definition at line 96 of file hardwareprofile.cpp.
Referenced by GenerateUUIDs().
| QString HardwareProfile::GetAdminPasswordFromFile | ( | void | ) | const |
Definition at line 122 of file hardwareprofile.cpp.
Referenced by GeneralSetupWizard::loadData(), and GeneralSetupWizard::OnSubmitPromptReturn().
| bool HardwareProfile::NeedsUpdate | ( | void | ) | const |
Definition at line 156 of file hardwareprofile.cpp.
Referenced by main().
| bool HardwareProfile::SubmitProfile | ( | void | ) |
Definition at line 171 of file hardwareprofile.cpp.
Referenced by main(), GeneralSetupWizard::OnSubmitPromptReturn(), and Myth::ProfileSubmit().
| bool HardwareProfile::DeleteProfile | ( | void | ) |
Definition at line 203 of file hardwareprofile.cpp.
Referenced by GeneralSetupWizard::OnDeletePromptReturn(), and Myth::ProfileDelete().
| QString HardwareProfile::GetPublicUUID | ( | void | ) | const [inline] |
Definition at line 34 of file hardwareprofile.h.
Referenced by SubmitProfile().
| QString HardwareProfile::GetPrivateUUID | ( | void | ) | const [inline] |
Definition at line 35 of file hardwareprofile.h.
Referenced by SubmitProfile().
| QDateTime HardwareProfile::GetLastUpdate | ( | void | ) | const [inline] |
Definition at line 36 of file hardwareprofile.h.
Referenced by Myth::ProfileUpdated().
| QString HardwareProfile::GetProfileURL | ( | void | ) | const |
Definition at line 231 of file hardwareprofile.cpp.
Referenced by GeneralSetupWizard::loadData(), GeneralSetupWizard::OnSubmitPromptReturn(), Myth::ProfileURL(), and GeneralSetupWizard::slotView().
| QString HardwareProfile::GetHardwareProfile | ( | void | ) | const |
Definition at line 243 of file hardwareprofile.cpp.
Referenced by Myth::ProfileText().
QString HardwareProfile::m_uuid [private] |
Definition at line 41 of file hardwareprofile.h.
Referenced by DeleteProfile(), GenerateUUIDs(), GetPublicUUIDFromFile(), HardwareProfile(), NeedsUpdate(), and SubmitProfile().
QString HardwareProfile::m_publicuuid [private] |
Definition at line 42 of file hardwareprofile.h.
Referenced by GenerateUUIDs(), GetProfileURL(), and HardwareProfile().
QDateTime HardwareProfile::m_lastUpdate [private] |
Definition at line 43 of file hardwareprofile.h.
Referenced by HardwareProfile(), and NeedsUpdate().
QString HardwareProfile::m_hardwareProfile [private] |
Definition at line 44 of file hardwareprofile.h.
Referenced by GenerateUUIDs(), and SubmitProfile().
1.6.3