![]() |
LeechCraft
0.6.70-18450-gabe19ee3b0
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::AN::FieldData |
| A single additional AdvancedNotifications field. More... | |
| struct | LC::AN::BoolFieldValue |
| Describes a field with boolean values. More... | |
| struct | LC::AN::IntFieldValue |
| Describes a field with integer values. More... | |
| struct | LC::AN::Substring |
| struct | LC::AN::Wildcard |
| struct | LC::AN::StringMatcher |
| struct | LC::AN::StringFieldValue |
| Describes a field with QString values. More... | |
| class | IANEmitter |
| Interface for plugins emitting AdvancedNotifications entries. More... | |
Namespaces | |
| LC::AN | |
Typedefs | |
| using | LC::AN::FieldValue = std::variant< BoolFieldValue, IntFieldValue, StringFieldValue > |
| A combination of all possible descriptions. More... | |