4 #ifndef BPSLICENSECHECKER_H
5 #define BPSLICENSECHECKER_H
#define BPS_PRIVATE(Class)
Declare pointer to private object in a public class.
Definition: bpsglobals.h:102
Public include file for BPS GUI library macros.
#define BPSGUI_EXPORT
Declare class an import from the shared library.
Definition: bpsgui_global.h:22
The license checker handles license token checking for typical applications.
Definition: bpslicensechecker.h:25
void stop()
Stop periodic token validity checking.
BpsLicenseChecker(BpsLicenseToken *aLicenseToken, QWidget *aParent)
void start()
Check expiration of the token and start periodic token validity checking.
The license token is used to check permission of software usage, and maintains the list in table t_li...
Definition: bpslicensetoken.h:25