LeechCraft  0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
LeechCraft::Util::detail::LambdaEventFilter< F > Class Template Reference

#include "lambdaeventfilter.h"

+ Inheritance diagram for LeechCraft::Util::detail::LambdaEventFilter< F >:
+ Collaboration diagram for LeechCraft::Util::detail::LambdaEventFilter< F >:

Public Member Functions

 LambdaEventFilter (F &&f, QObject *parent=nullptr)
 
bool eventFilter (QObject *, QEvent *srcEv) override
 

Detailed Description

template<typename F>
class LeechCraft::Util::detail::LambdaEventFilter< F >

Definition at line 43 of file lambdaeventfilter.h.

Constructor & Destructor Documentation

◆ LambdaEventFilter()

template<typename F >
LeechCraft::Util::detail::LambdaEventFilter< F >::LambdaEventFilter ( F &&  f,
QObject *  parent = nullptr 
)
inline

Definition at line 49 of file lambdaeventfilter.h.

Member Function Documentation

◆ eventFilter()

template<typename F >
bool LeechCraft::Util::detail::LambdaEventFilter< F >::eventFilter ( QObject *  ,
QEvent *  srcEv 
)
inlineoverride

Definition at line 55 of file lambdaeventfilter.h.


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