Ceetron Desktop Components instance object. More...
Public Member Functions | |
unsigned int | version () const |
Returns the component version as a single unsigned integer. More... | |
Str | versionString () const |
Returns the component version as a string. More... | |
unsigned int | licenseKeyA () const |
Returns the first license key value. More... | |
unsigned int | licenseKeyB () const |
Returns the second license key value. More... | |
const InitializationOptions & | initializationOptions () const |
Returns the initialization options that were used when initializing Ceeron Desktop Components. More... | |
![]() | |
void | addRef () const |
Increments the reference count for this object. More... | |
void | release () const |
Decrements the reference count for this object. More... | |
int | refCount () const |
Returns the reference count for this object. More... | |
void | setRefCountZero () const |
Sets the ref count to zero, but DOES NOT delete the object. More... | |
Ceetron Desktop Components instance object.
const cee::InitializationOptions & cee::Instance::initializationOptions | ( | ) | const |
Returns the initialization options that were used when initializing Ceeron Desktop Components.
unsigned int cee::Instance::licenseKeyA | ( | ) | const |
Returns the first license key value.
unsigned int cee::Instance::licenseKeyB | ( | ) | const |
Returns the second license key value.
unsigned int cee::Instance::version | ( | ) | const |
Returns the component version as a single unsigned integer.
Version is returned on the form 0xMMNNBB (MM=major, NN=minor, BB=build)
Str cee::Instance::versionString | ( | ) | const |
Returns the component version as a string.