![]() |
Communi
1.1.0
A cross-platform IRC client library written with Qt 4
|
This is the complete list of members for IrcCommand, including all inherited members.
| Away enum value | IrcCommand | |
| createAway(const QString &reason=QString()) | IrcCommand | static |
| createCtcpAction(const QString &target, const QString &action) | IrcCommand | static |
| createCtcpReply(const QString &target, const QString &reply) | IrcCommand | static |
| createCtcpRequest(const QString &target, const QString &request) | IrcCommand | static |
| createInvite(const QString &user, const QString &channel) | IrcCommand | static |
| createJoin(const QString &channel, const QString &key=QString()) | IrcCommand | static |
| createKick(const QString &channel, const QString &user, const QString &reason=QString()) | IrcCommand | static |
| createList(const QString &channel, const QString &server=QString()) | IrcCommand | static |
| createMessage(const QString &target, const QString &message) | IrcCommand | static |
| createMode(const QString &target, const QString &mode, const QString &arg=QString()) | IrcCommand | static |
| createNames(const QString &channel) | IrcCommand | static |
| createNick(const QString &nick) | IrcCommand | static |
| createNotice(const QString &target, const QString &message) | IrcCommand | static |
| createPart(const QString &channel, const QString &reason=QString()) | IrcCommand | static |
| createQuit(const QString &reason=QString()) | IrcCommand | static |
| createQuote(const QStringList ¶meters) | IrcCommand | static |
| createTopic(const QString &channel, const QString &topic=QString()) | IrcCommand | static |
| createWho(const QString &mask) | IrcCommand | static |
| createWhois(const QString &user) | IrcCommand | static |
| createWhowas(const QString &user) | IrcCommand | static |
| CtcpAction enum value | IrcCommand | |
| CtcpReply enum value | IrcCommand | |
| CtcpRequest enum value | IrcCommand | |
| Custom enum value | IrcCommand | |
| encoding | IrcCommand | |
| Invite enum value | IrcCommand | |
| IrcCommand(QObject *parent=0) | IrcCommand | explicit |
| Join enum value | IrcCommand | |
| Kick enum value | IrcCommand | |
| List enum value | IrcCommand | |
| Message enum value | IrcCommand | |
| Mode enum value | IrcCommand | |
| Names enum value | IrcCommand | |
| Nick enum value | IrcCommand | |
| Notice enum value | IrcCommand | |
| parameters | IrcCommand | |
| Part enum value | IrcCommand | |
| Quit enum value | IrcCommand | |
| Quote enum value | IrcCommand | |
| Topic enum value | IrcCommand | |
| toString() const | IrcCommand | virtual |
| Type enum name | IrcCommand | |
| type | IrcCommand | |
| Who enum value | IrcCommand | |
| Whois enum value | IrcCommand | |
| Whowas enum value | IrcCommand | |
| ~IrcCommand() | IrcCommand | virtual |
1.8.1.1