![]() |
LeechCraft Azoth 0.6.70-18450-gabe19ee3b0
Modular multiprotocol IM plugin for LeechCraft
|
#include "iregmanagedaccount.h"
Public Types | |
| enum class | Feature { UpdatePass , DeregisterAcc } |
Public Member Functions | |
| virtual | ~IRegManagedAccount () |
| virtual bool | SupportsFeature (Feature) const =0 |
| virtual void | UpdateServerPassword (const QString &newPass)=0 |
| virtual void | DeregisterAccount ()=0 |
Protected Member Functions | |
| virtual void | serverPasswordUpdated (const QString &)=0 |
Definition at line 18 of file iregmanagedaccount.h.
|
strong |
| Enumerator | |
|---|---|
| UpdatePass | |
| DeregisterAcc | |
Definition at line 23 of file iregmanagedaccount.h.
|
inlinevirtual |
Definition at line 21 of file iregmanagedaccount.h.
|
pure virtual |
|
protectedpure virtual |
|
pure virtual |
|
pure virtual |