#include <QXmppInvokable.h>
Public Slots | |
| QStringList | interfaces () const |
Public Member Functions | |
| QXmppInvokable (QObject *parent=0) | |
| ~QXmppInvokable () | |
| Destroys a QXmppInvokable. | |
| QVariant | dispatch (const QByteArray &method, const QList< QVariant > &args=QList< QVariant >()) |
| virtual bool | isAuthorized (const QString &jid) const =0 |
Static Public Member Functions | |
| static QList< QByteArray > | paramTypes (const QList< QVariant > ¶ms) |
This is the base class for all objects that will be invokable via RPC. All public slots of objects derived from this class will be exposed to the RPC interface. As a note for all methods, they can only understand types that QVariant knows about.
@author Ian Reinhart Geiser <geiseri@kde.org>
| QXmppInvokable::QXmppInvokable | ( | QObject * | parent = 0 | ) |
Constructs a QXmppInvokable with the specified parent.
| QXmppInvokable::QXmppInvokable | ( | QObject * | parent = 0 | ) |
Constructs a QXmppInvokable with the specified parent.
| QXmppInvokable::QXmppInvokable | ( | QObject * | parent = 0 | ) |
Constructs a QXmppInvokable with the specified parent.
| QXmppInvokable::QXmppInvokable | ( | QObject * | parent = 0 | ) |
Constructs a QXmppInvokable with the specified parent.