|
| LicenseSettings (SettingChangeController *controller=nullptr) |
| LicenseSettings (const LicenseSettings &other) |
LicenseSettings & | addLicenseStore (const std::string &value) |
LicenseSettings & | licenseStore (const std::string &value) |
LicenseSettings & | licenseString (const std::string &value) |
const LicenseStores & | licenseStores () const |
const std::string & | licenseString () const |
LicenseSettings & | operator= (const LicenseSettings &other) |
| SettingGroup (SettingChangeController *controller=nullptr) |
| ~SettingGroup () |
template<class Assignee, class Value> |
void | controlAssignment (const Char *description, Assignee &assignee, Value value) const |
template<class Changeable> |
void | controlChange (const Char *description, void(Changeable::*change)(), Changeable &changeable) const |
template<class Change, class Changeable, class Arg> |
void | controlChange (const Char *description, Change change, Changeable &changeable, const Arg &arg) const |
template<class Change, class Changeable, class Arg1, class Arg2> |
void | controlChange (const Char *description, Change change, Changeable &changeable, const Arg1 &arg1, const Arg2 &arg2) const |
Definition at line 39 of file HandlerSettings.h.
◆ LicenseStores
◆ LicenseSettings() [1/2]
◆ LicenseSettings() [2/2]
Re-initializes settings as copies of the other ones omitting group belonging.
Definition at line 53 of file HandlerSettings.h.
◆ addLicenseStore()
Adds the path to the folder that contains license file(s).
Definition at line 61 of file HandlerSettings.h.
◆ licenseStore()
Assigns the path to the folder that contains license file(s).
Definition at line 71 of file HandlerSettings.h.
◆ licenseStores()
Returns the folders that contain license file(s).
Definition at line 88 of file HandlerSettings.h.
◆ licenseString() [1/2]
const std::string & licenseString |
( |
| ) |
const |
|
inline |
◆ licenseString() [2/2]
◆ operator=()
◆ HandlerSettings