29#include "ProfileField.h"
85 : iName(aSource.iName),
87 iLoaded(aSource.iLoaded),
88 iMerged(aSource.iMerged),
89 iLocalKeys(aSource.iLocalKeys),
90 iMergedKeys(aSource.iMergedKeys)
106 qDeleteAll(iLocalFields);
107 iLocalFields.clear();
108 qDeleteAll(iMergedFields);
109 iMergedFields.clear();
111 qDeleteAll(iSubProfiles);
112 iSubProfiles.clear();
This class represents a profile field.
Definition ProfileField.h:49
Private implementation class for Profile class.
Definition Profile_p.h:35
QList< const ProfileField * > iLocalFields
Local fields, that are not merged from sub-profiles.
Definition Profile_p.h:65
QList< const ProfileField * > iMergedFields
Fields that are merged from sub-profiles.
Definition Profile_p.h:68
QMap< QString, QString > iMergedKeys
Keys that are merged from sub-profile files.
Definition Profile_p.h:62
QMap< QString, QString > iLocalKeys
Local keys, that are not merged from sub-profiles.
Definition Profile_p.h:59
ProfilePrivate()
Constructor.
Definition Profile_p.h:78
~ProfilePrivate()
Destructor.
Definition Profile_p.h:104
bool iMerged
Is the profile merged created by merging from sub-profile.
Definition Profile_p.h:56
QString iName
Profile name.
Definition Profile_p.h:47
bool iLoaded
Is the profile fully loaded and constructed.
Definition Profile_p.h:53
QList< Profile * > iSubProfiles
List of sub-profiles.
Definition Profile_p.h:71
QString iType
Profile type.
Definition Profile_p.h:50
This class represents a single profile, a collection of settings or data releated to some entity.
Definition Profile.h:53
virtual Profile * clone() const
Creates a clone of the profile.
Definition Profile.cpp:101
Definition SyncBackupAdaptor.h:40
Definition SyncBackupAdaptor.h:41