A text only class to provide a check to ensure a valid license. More...
#include "us_license_t.h"
Public Types | |
enum | { OK, Expired, Invalid, Missing, BadPlatform, BadOS, Pending } |
Public Member Functions | |
US_License_t () | |
A null constructor. More... | |
~US_License_t () | |
A null destructor. More... | |
Static Public Member Functions | |
static int | isValid (QString &, const QStringList &=QStringList()) |
A static function that retrieves the current UltraScan license from US_Settings and checks it for validity. The return value is one of the enum values in this class. More... | |
A text only class to provide a check to ensure a valid license.
Definition at line 11 of file us_license_t.h.
anonymous enum |
Enumerator | |
---|---|
OK | |
Expired | |
Invalid | |
Missing | |
BadPlatform | |
BadOS | |
Pending |
Definition at line 19 of file us_license_t.h.
|
inline |
A null constructor.
Definition at line 15 of file us_license_t.h.
|
inline |
A null destructor.
Definition at line 17 of file us_license_t.h.
|
static |
A static function that retrieves the current UltraScan license from US_Settings and checks it for validity. The return value is one of the enum values in this class.
Definition at line 9 of file us_license_t.cpp.