|
OpenCPN Partial API docs
|
This is the complete list of members for EventVar, including all inherited members.
| EventVar() (defined in EventVar) | EventVar | inline |
| GetKey() const override | Observable | inlinevirtual |
| key | Observable | |
| Notify() override | EventVar | inlinevirtual |
| Notify(void *data) | EventVar | inline |
| Notify(const std::string &s) | EventVar | inline |
| Notify(int n, const std::string &s) | EventVar | inline |
| Notify(int n, void *p) | EventVar | inline |
| Notify(const std::shared_ptr< void > &p, const std::string &s, int n=0) | EventVar | inline |
| Notify(const std::shared_ptr< const void > &p) | EventVar | inline |
| Observable::Notify(const 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 | inlineexplicit |
| Observable(const KeyProvider &kp) (defined in Observable) | Observable | inlineexplicit |
| Unlisten(wxEvtHandler *listener, wxEventType ev) | Observable | |
| ~KeyProvider()=default | KeyProvider | virtual |
| ~Observable() override=default | Observable |