LeechCraft  0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
idatafilter.h File Reference
#include <functional>
#include <QtPlugin>
#include <QString>
#include <QList>
#include <QIcon>
#include <QMetaType>
+ Include dependency graph for idatafilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IDataFilter
 Base interface for data filter plugins. More...
 
struct  IDataFilter::FilterVariant
 Describes a single filter variant supported by this data filter. More...
 

Typedefs

typedef std::function< void(QVariant)> DataFilterCallback_f
 The type to be used as a data filter callback. More...
 

Typedef Documentation

◆ DataFilterCallback_f

typedef std::function<void (QVariant)> DataFilterCallback_f

The type to be used as a data filter callback.

The functions suitable to be represented as this type can be used as callbacks in the data filters. That is, the result of the data filtering will be passed to them instead of default processing.

Data filter callbacks are better documented in the IDataFilter class documentation.

See also
IDataFilter

Definition at line 29 of file idatafilter.h.