TermOx
Public Attributes | List of all members
ox::Custom_event Struct Reference

#include <event.hpp>

Public Attributes

std::function< void()> send
 
std::function< bool()> filter_send = [] { return false; }
 

Detailed Description

send will be called to send the event, typically would call on a member function of some receiving Widget type. filter_send should call whatever filter method on each installed filter, and return true if one of the filters handled the event.


The documentation for this struct was generated from the following file: