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) (defined in ConfigVar< T >) | ConfigVar< T > | |
Get(const T &default_val) (defined in ConfigVar< T >) | ConfigVar< T > | |
GetKey() const (defined in Observable) | Observable | inlinevirtual |
Notify() | Observable | virtual |
Notify(std::shared_ptr< const void > p) (defined in Observable) | 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) (defined in Observable) | Observable | inlineprotected |
Observable(const std::string &_key) (defined in Observable) | Observable | inline |
Observable(const KeyProvider &kp) (defined in Observable) | Observable | inline |
Set(const T &arg) (defined in ConfigVar< T >) | ConfigVar< T > | |
Unlisten(wxEvtHandler *listener, wxEventType ev) | Observable |