![]() |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
#include <functional>
#include <QtPlugin>
#include <QString>
#include <QList>
#include <QIcon>
#include <QMetaType>
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 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.
Definition at line 29 of file idatafilter.h.