|
ImagingTools Core SDK
|
#include <IProductLicensingInfoProvider.h>
Public Types | |
| enum | MetaInfoTypes { MIT_LICENSES_INFO_LIST = idoc::IDocumentMetaInfo::MIT_USER + 1 } |
Public Member Functions | |
| virtual const imtbase::ICollectionInfo & | GetProductList () const =0 |
| virtual const IProductLicensingInfo * | GetProductLicenses (const QByteArray &productId) const =0 |
Interface for a collection of licensed products.
Definition at line 27 of file IProductLicensingInfoProvider.h.
| Enumerator | |
|---|---|
| MIT_LICENSES_INFO_LIST | List of license infos given as QStringList. |
Definition at line 30 of file IProductLicensingInfoProvider.h.
|
pure virtual |
Get license information for a given product. All available licenses are returned.
|
pure virtual |
Get list of all available products.