![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
#include <variant>#include <QtPlugin>#include <QVariant>#include <QStringList>
Include dependency graph for ianemitter.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | LC::ANFieldData |
| A single additional AdvancedNotifications field. More... | |
| struct | LC::ANBoolFieldValue |
| Describes a field with boolean values. More... | |
| struct | LC::ANIntFieldValue |
| Describes a field with integer values. More... | |
| struct | LC::ANStringFieldValue |
| Describes a field with QString values. More... | |
| class | IANEmitter |
| Interface for plugins emitting AdvancedNotifications entries. More... | |
Namespaces | |
| LC | |
Typedefs | |
| typedef std::variant< ANBoolFieldValue, ANIntFieldValue, ANStringFieldValue > | LC::ANFieldValue |
| A combination of all possible descriptions. More... | |
Functions | |
| bool | LC::operator== (const ANBoolFieldValue &left, const ANBoolFieldValue &right) |
| Compares two fields with boolean values. More... | |
| bool | LC::operator== (const ANIntFieldValue &left, const ANIntFieldValue &right) |
| Compares two fields with integer values. More... | |
| bool | LC::operator== (const ANStringFieldValue &left, const ANStringFieldValue &right) |
| Compares two string field values. More... | |