wxWidgets Observable Library
EventVar Member List

This is the complete list of members for EventVar, including all inherited members.

EventVar() (defined in EventVar)EventVarinline
GetKey() constObservableinlinevirtual
keyObservable
Notify()EventVarinlinevirtual
Notify(void *data)EventVarinline
Notify(const std::string &s)EventVarinline
Notify(int n, const std::string &s)EventVarinline
Notify(std::shared_ptr< void > p, const std::string &s, int n=0)EventVarinline
Observable::Notify(std::shared_ptr< const void > p)Observableinline
Observable::Notify(std::shared_ptr< const void > ptr, const std::string &s, int num, void *client_data)Observableprotected
Observable::Notify(const std::string &s, void *client_data)Observableinlineprotected
Observable(const std::string &_key)Observableinline
Observable(const KeyProvider &kp)Observableinline
Unlisten(wxEvtHandler *listener, wxEventType ev)Observable