![]() |
LeechCraft Azoth 0.6.70-18450-gabe19ee3b0
Modular multiprotocol IM plugin for LeechCraft
|
#include <variant>#include <functional>#include <stdexcept>#include <QStringList>#include <QtPlugin>Go to the source code of this file.
Classes | |
| struct | LC::Azoth::StringCommandResult |
| struct | LC::Azoth::TextMorphResult |
| class | LC::Azoth::CommandException |
| struct | LC::Azoth::StaticCommand |
| class | LC::Azoth::IProvideCommands |
Namespaces | |
| namespace | LC |
| namespace | LC::Azoth |
Typedefs | |
| typedef std::variant< bool, StringCommandResult, TextMorphResult > | LC::Azoth::CommandResult_t |
| typedef std::function< CommandResult_t(ICLEntry *, QString &)> | LC::Azoth::Command_f |
| typedef QList< StaticCommand > | LC::Azoth::StaticCommands_t |