Developer Documentation
|
Interface class for adding copy protection and license management to a plugin. More...
#include <OpenFlipper/BasePlugin/SecurityInterface.hh>
Public Slots | |
bool | authenticate () |
Function starting the authentication process. | |
QString | licenseError () |
If authenticate returns fails, this string will contain the license info. | |
Private Member Functions | |
bool | authenticated () |
Interface class for adding copy protection and license management to a plugin.
Detailed description
This interface is used to add copy protection to plugins.
Definition at line 61 of file SecurityInterface.hh.