![]() |
LeechCraft Azoth 0.6.70-16373-g319c272718
Modular multiprotocol IM plugin for LeechCraft
|
#include <variant>#include <functional>#include <stdexcept>#include <QStringList>#include <QtPlugin>
Include dependency graph for iprovidecommands.h: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 |