LeechCraft Azoth 0.6.70-17609-g3dde4097dd
Modular multiprotocol IM plugin for LeechCraft
Loading...
Searching...
No Matches
iprovidecommands.h File Reference
#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, TextMorphResultLC::Azoth::CommandResult_t
typedef std::function< CommandResult_t(ICLEntry *, QString &)> LC::Azoth::Command_f
typedef QList< StaticCommandLC::Azoth::StaticCommands_t