Documents > BPS V2 C++ API
bpslicensechecker.h
Go to the documentation of this file.
00001 
00004 #ifndef BPSLICENSECHECKER_H
00005 #define BPSLICENSECHECKER_H
00006 
00007 #include "bpsgui_global.h"
00008 #include <QObject>
00009 
00010 class BpsLicenseToken;
00011 class QWidget;
00012 
00024 class BPSGUI_EXPORT BpsLicenseChecker : public QObject
00025 {
00026     Q_OBJECT
00027     BPS_PRIVATE(BpsLicenseChecker)
00028 
00029 public:
00030 
00035     BpsLicenseChecker(BpsLicenseToken* aLicenseToken, QWidget* aParent);
00036 
00038     virtual ~BpsLicenseChecker();
00040 
00044     void start();
00045 
00049     void stop();
00050 };
00051 
00052 #endif // BPSLICENSECHECKER_H