|
ACF $AcfVersion:0$
|
Data model for registry configuration files (XPC). More...
#include <CXpcModel.h>
Public Member Functions | |
| const QStringList & | GetConfFilesList () const |
| void | SetConfFilesList (const QStringList &list) |
| const QStringList & | GetPackageDirsList () const |
| void | SetPackageDirsList (const QStringList &list) |
| const QStringList & | GetPackagesList () const |
| void | SetPackagesList (const QStringList &list) |
| const QStringList & | GetRegistryFilesList () const |
| void | SetRegistryFilesList (const QStringList &list) |
| int | GetConfigFilesCount () const |
| QString | GetConfFile (int) const |
| void | AddConfFile (const QString &path) |
| int | GetPackageDirsCount () const |
| QString | GetPackageDir (int) const |
| void | AddPackageDir (const QString &path) |
| int | GetPackagesCount () const |
| QString | GetPackage (int) const |
| void | AddPackage (const QString &path) |
| int | GetRegistryFilesCount () const |
| QString | GetRegistryFile (int) const |
| void | AddRegistryFile (const QString &path) |
| virtual bool | Serialize (iser::IArchive &archive) override |
| Load or store state of this object as a archive stream. | |
Public Member Functions inherited from iser::ISerializable | |
| virtual quint32 | GetMinimalVersion (int versionId) const |
| Get minimal needed version to correct storing of this data. | |
Public Member Functions inherited from istd::IChangeable | |
| virtual int | GetSupportedOperations () const |
| Get set of flags for supported operations. | |
| virtual bool | CopyFrom (const IChangeable &object, CompatibilityMode mode=CM_WITHOUT_REFS) |
| Copy this object from another one. | |
| virtual bool | IsEqual (const IChangeable &object) const |
| Compare this object with another object. | |
| virtual istd::TUniqueInterfacePtr< istd::IChangeable > | CloneMe (CompatibilityMode mode=CM_WITHOUT_REFS) const |
| Make a copy of this object. | |
| virtual bool | ResetData (CompatibilityMode mode=CM_WITHOUT_REFS) |
| Reset data to its default state. | |
| virtual void | BeginChanges (const ChangeSet &changeSet) |
| Starts the change transaction. | |
| virtual void | EndChanges (const ChangeSet &changeSet) |
| Ends the change transaction. | |
| virtual void | BeginChangeGroup (const ChangeSet &changeSet) |
| Starts group of changes. | |
| virtual void | EndChangeGroup (const ChangeSet &changeSet) |
| Ends group of changes. | |
Public Member Functions inherited from istd::IPolymorphic | |
| virtual | ~IPolymorphic () |
Additional Inherited Members | |
Public Types inherited from istd::IChangeable | |
| enum | ChangeFlags { CF_ACF_INTERNAL = 0 , CF_ALL_DATA , CF_ANY , CF_DESTROYING , CF_DELEGATED , CF_NO_UNDO } |
| Data model change notification flags. More... | |
| enum | SupportedOperations { SO_NONE = 0 , SO_OBSERVE = 1 << 0 , SO_COPY = 1 << 1 , SO_CLONE = 1 << 2 , SO_COMPARE = 1 << 3 , SO_RESET = 1 << 4 } |
| Flags for supported operations. More... | |
| enum | CompatibilityMode { CM_STRICT , CM_WITHOUT_REFS , CM_WITH_REFS , CM_CONVERT } |
| Control how relationship betweeen objects are interpreted. More... | |
| typedef QMultiMap< QByteArray, QVariant > | ChangeInfoMap |
Static Public Member Functions inherited from istd::IChangeable | |
| static const ChangeSet & | GetNoChanges () |
| Get empty set of changes. | |
| static const ChangeSet & | GetAnyChange () |
| Get anonymous change set. | |
| static const ChangeSet & | GetAllChanges () |
| Get anonymous change set. | |
| static const ChangeSet & | GetDelegatedChanges () |
| Get delegated change set. | |
Protected Member Functions inherited from istd::IChangeable | |
| virtual void | OnBeginChanges () |
| Callback function for begin change event. | |
| virtual void | OnEndChanges (const ChangeSet &changeSet) |
| Callback function for end change event. | |
Data model for registry configuration files (XPC).
Definition at line 18 of file CXpcModel.h.
| void icomp::CXpcModel::AddConfFile | ( | const QString & | path | ) |
| void icomp::CXpcModel::AddPackage | ( | const QString & | path | ) |
| void icomp::CXpcModel::AddPackageDir | ( | const QString & | path | ) |
| void icomp::CXpcModel::AddRegistryFile | ( | const QString & | path | ) |
| QString icomp::CXpcModel::GetConfFile | ( | int | ) | const |
| const QStringList & icomp::CXpcModel::GetConfFilesList | ( | ) | const |
| int icomp::CXpcModel::GetConfigFilesCount | ( | ) | const |
| QString icomp::CXpcModel::GetPackage | ( | int | ) | const |
| QString icomp::CXpcModel::GetPackageDir | ( | int | ) | const |
| int icomp::CXpcModel::GetPackageDirsCount | ( | ) | const |
| const QStringList & icomp::CXpcModel::GetPackageDirsList | ( | ) | const |
| int icomp::CXpcModel::GetPackagesCount | ( | ) | const |
| const QStringList & icomp::CXpcModel::GetPackagesList | ( | ) | const |
| QString icomp::CXpcModel::GetRegistryFile | ( | int | ) | const |
| int icomp::CXpcModel::GetRegistryFilesCount | ( | ) | const |
| const QStringList & icomp::CXpcModel::GetRegistryFilesList | ( | ) | const |
|
overridevirtual |
Load or store state of this object as a archive stream.
Type of operation is depending on archive type.
Implements iser::ISerializable.
| void icomp::CXpcModel::SetConfFilesList | ( | const QStringList & | list | ) |
| void icomp::CXpcModel::SetPackageDirsList | ( | const QStringList & | list | ) |
| void icomp::CXpcModel::SetPackagesList | ( | const QStringList & | list | ) |
| void icomp::CXpcModel::SetRegistryFilesList | ( | const QStringList & | list | ) |