libfilezilla
Namespaces | Functions
wxinvoker.hpp File Reference

Glue to create invokers using the event system of wxWidgets. More...

#include "../invoker.hpp"
#include <wx/event.h>
Include dependency graph for wxinvoker.hpp:

Go to the source code of this file.

Namespaces

 fz
 The namespace used by libfilezilla.
 

Functions

template<typename F >
auto make_invoker (wxEvtHandler &handler, F &&f)
 Alternative version of fz::invoke that accepts wxEvtHandler.
 
invoker_factory get_invoker_factory (wxEvtHandler &handler)
 Returns an invoker factory utilizing the event system of of wx.
 

Detailed Description

Glue to create invokers using the event system of wxWidgets.