|
ImagingTools Core SDK
|
#include <ILicenseInfoProvider.h>
Public Member Functions | |
| virtual const imtbase::ICollectionInfo & | GetLicenseList () const =0 |
| virtual istd::TUniqueInterfacePtr< ILicenseDefinition > | GetLicenseInfo (const QByteArray &licenseId) const =0 |
Interface for a provider of license definitions.
This interface is implemented by components that provide access to License Definition catalogs, such as IProductLicensingInfo.
Definition at line 31 of file ILicenseInfoProvider.h.
|
pure virtual |
Get a specific license definition by its ID.
| licenseId | Unique identifier of the license |
|
pure virtual |
Get information about the collection of available license definitions.