Class to get informations and settings defaults from GO2Cam. More...
Inherits QObject.
Static Public Member Functions | |
| static void | CheckLicenseFeature (String name) |
| Check if the feature name of the license is valid. | |
| static any | GetParam (Number key) |
| Get the parameter associated with a key. | |
| static GO2SEnum::GO2SError | SetParam (Number key, any value, String desc="") |
| Change the parameter if possible. | |
Class to get informations and settings defaults from GO2Cam.
|
static |
Check if the feature name of the license is valid.
| [in] | name | name of the feature |
|
static |
Get the parameter associated with a key.
| [in] | key | key associated with the parameter |
|
static |
Change the parameter if possible.
| [in] | key | the parameter key |
| [in] | value | the parameter value |
| [in] | desc | optional desription for user parameters |