OpenCPN Partial API docs
|
This is the complete list of members for ConfigVar< T >, including all inherited members.
ConfigVar(const std::string §ion_, const std::string &key_, wxConfigBase *cb) | ConfigVar< T > | |
Get(const T &default_val) | ConfigVar< T > | |
GetKey() const | Observable | inlinevirtual |
Notify() | Observable | virtual |
Notify(std::shared_ptr< const void > p) | Observable | inline |
Notify(std::shared_ptr< const void > ptr, const std::string &s, int num, void *client_data) | Observable | protected |
Notify(const std::string &s, void *client_data) | Observable | inlineprotected |
Observable(const std::string &_key) | Observable | inline |
Observable(const KeyProvider &kp) | Observable | inline |
Set(const T &arg) | ConfigVar< T > | |
Unlisten(wxEvtHandler *listener, wxEventType ev) | Observable |