![]() |
LeechCraft Azoth
0.6.70-6645-gcd10d7e
Modular multiprotocol IM plugin for LeechCraft
|
Represents an entry that supports authorizations. More...
#include "iauthable.h"
Public Member Functions | |
virtual | ~IAuthable () |
virtual AuthStatus | GetAuthStatus () const =0 |
Returns the AuthStatus between our user and this remote. More... | |
virtual void | ResendAuth (const QString &reason=QString())=0 |
Resends authorization to the entry. More... | |
virtual void | RevokeAuth (const QString &reason=QString())=0 |
Revokes authorization from the entry. More... | |
virtual void | Unsubscribe (const QString &reason=QString())=0 |
Unsubscribes ourselves from the contact. More... | |
virtual void | RerequestAuth (const QString &reason=QString())=0 |
Rerequest authorization. More... | |
Represents an entry that supports authorizations.
Definition at line 41 of file iauthable.h.
|
inlinevirtual |
Definition at line 44 of file iauthable.h.
References GetAuthStatus(), Q_DECLARE_INTERFACE(), RerequestAuth(), ResendAuth(), RevokeAuth(), and Unsubscribe().
|
pure virtual |
Returns the AuthStatus between our user and this remote.
Referenced by ~IAuthable().
|
pure virtual |
Rerequest authorization.
[in] | reason | Optional reason message, if applicable. |
Referenced by ~IAuthable().
|
pure virtual |
Resends authorization to the entry.
[in] | reason | Optional reason message, if applicable. |
Referenced by ~IAuthable().
|
pure virtual |
Revokes authorization from the entry.
[in] | reason | Optional reason message, if applicable. |
Referenced by ~IAuthable().
|
pure virtual |
Unsubscribes ourselves from the contact.
[in] | reason | Optional reason message, if applicable. |
Referenced by ~IAuthable().