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