Offers a class to bind events to a handler.
More...
#include <wex/factory/bind.h>
|
| bind (wxEvtHandler *evt) |
| Constructor.
|
|
void | command (const std::vector< std::pair< std::function< void(wxCommandEvent &)>, int > > &) |
| Binds command events to handler.
|
|
void | command (const std::vector< std::tuple< std::function< void(wxCommandEvent &)>, int, int > > &) |
| Binds a range of command events to handler.
|
|
void | frd (wxFindReplaceData *frd, const std::function< void(const std::string &, bool)> &f) |
| Binds find replace data to handler.
|
|
void | ui (const std::vector< std::pair< std::function< void(wxUpdateUIEvent &)>, int > > &) |
| Binds update events to handler.
|
|
Offers a class to bind events to a handler.