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 (defined in Observable) | Observable | inlinevirtual |
key | Observable | |
Notify() | EventVar | inlinevirtual |
Notify(void *data) | EventVar | inline |
Notify(const std::string &s) | EventVar | inline |
Notify(int n, const std::string &s) | EventVar | inline |
Notify(std::shared_ptr< void > p, const std::string &s, int n=0) | EventVar | inline |
Notify(std::shared_ptr< const void > p) (defined in Observable) | Observable | inline |
Observable::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 |
Unlisten(wxEvtHandler *listener, wxEventType ev) | Observable |