#include <OP_OTLRedeem.h>
Public Member Functions | |
| OP_OTLRedeem () | |
| ~OP_OTLRedeem () | |
| const UT_String & | getEmail () const |
| void | setEmail (const char *email) |
| const UT_String & | getPassword () const |
| void | setPassword (const char *password) |
| const UT_String & | getLicenseFile () const |
| void | setLicenseFile (const char *licensefile) |
| int | getNumEntitlements () const |
| const UT_String & | getEntitlement (int index) const |
| void | removeEntitlement (int index) |
| bool | getAvailableEntitlements () |
| bool | redeemEntitlements () |
| const UT_String & | getErrorMsg () const |
Definition at line 24 of file OP_OTLRedeem.h.
| OP_OTLRedeem::OP_OTLRedeem | ( | ) |
| OP_OTLRedeem::~OP_OTLRedeem | ( | ) |
| bool OP_OTLRedeem::getAvailableEntitlements | ( | ) |
| const UT_String& OP_OTLRedeem::getEmail | ( | ) | const |
| const UT_String& OP_OTLRedeem::getEntitlement | ( | int | index | ) | const |
| const UT_String& OP_OTLRedeem::getErrorMsg | ( | ) | const |
| const UT_String& OP_OTLRedeem::getLicenseFile | ( | ) | const |
| int OP_OTLRedeem::getNumEntitlements | ( | ) | const |
| const UT_String& OP_OTLRedeem::getPassword | ( | ) | const |
| bool OP_OTLRedeem::redeemEntitlements | ( | ) |
| void OP_OTLRedeem::removeEntitlement | ( | int | index | ) |
| void OP_OTLRedeem::setEmail | ( | const char * | ) |
| void OP_OTLRedeem::setLicenseFile | ( | const char * | licensefile | ) |
| void OP_OTLRedeem::setPassword | ( | const char * | password | ) |
1.5.9