21#ifndef SO_LICENSE_PROPERTY_H
22#define SO_LICENSE_PROPERTY_H
119#ifndef HIDDEN_FROM_DOC
121 friend class CLicensesTools;
122 friend class inventor::impl::SoLicensedProductImpl;
SO_PIMPL_PUBLIC_DECLARATION(SoFileDataAdapter)
SO_PIMPL_BASE_PUBLIC_DECLARATION(SoImageDataAdapter)
Class for smart character strings.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Class providing ...
const SbString & getProductVersion() const
Returns the version of the product for this license.
const SbString & getCheckSum() const
Returns the checksum of this license.
virtual ~SoLicenseProperty()
SbLicenseType
Indicates the type of the license (SDK or RunTime).
@ SDK
indicates the product can be used as an SDK
int getDaysToExpire() const
Gets number of days before expiration for the given product version.
const SbString & getExpirationDate() const
Returns the expire date of the product for this license.
const SbString & getProductName() const
Returns the name of the product for this license.
bool isMasterPassword() const
Returns true if the license is a master password.
SbLicenseType getLicenseType() const
Gets the product type (RunTime or SDK).
const SbString & getInfo() const
Returns the info for this license.
const SbString & getNumUsers() const
Returns the number of users of the product for this license.
const SbString & getHostID() const
Returns the HostID for this license.
bool isExpired() const
Returns true if the product is expired.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Class managing a...
Base class for ref-counted objects.