knode
#include <knaccountmanager.h>
Signals | |
void | accountAdded (KNNntpAccount::Ptr a) |
void | accountModified (KNNntpAccount::Ptr a) |
void | accountRemoved (KNNntpAccount::Ptr a) |
void | passwordsChanged () |
Public Member Functions | |
KNAccountManager (KNGroupManager *gm, QObject *parent=0) | |
~KNAccountManager () | |
KNNntpAccount::Ptr | account (int id) |
void | accountRenamed (KNNntpAccount::Ptr a=KNNntpAccount::Ptr()) |
KNNntpAccount::List | accounts () const |
KNNntpAccount::Ptr | currentAccount () const |
void | editProperties (KNNntpAccount::Ptr a=KNNntpAccount::Ptr()) |
KNNntpAccount::Ptr | first () const |
bool | hasCurrentAccount () const |
void | loadPasswords () |
void | loadPasswordsAsync () |
bool | newAccount (KNNntpAccount::Ptr a) |
void | prepareShutdown () |
bool | removeAccount (KNNntpAccount::Ptr a=KNNntpAccount::Ptr()) |
void | setCurrentAccount (KNNntpAccount::Ptr a) |
Static Public Member Functions | |
static KWallet::Wallet * | wallet () |
Protected Member Functions | |
void | loadAccounts () |
Protected Attributes | |
KNNntpAccount::Ptr | c_urrentAccount |
KNGroupManager * | gManager |
Detailed Description
Account manager.
Definition at line 33 of file knaccountmanager.h.
Constructor & Destructor Documentation
|
explicit |
Create a new account manager.
- Parameters
-
gm The group manager. parent The parent object.
Definition at line 36 of file knaccountmanager.cpp.
KNAccountManager::~KNAccountManager | ( | ) |
Delete this account manager and all managed accounts.
Definition at line 44 of file knaccountmanager.cpp.
Member Function Documentation
KNNntpAccount::Ptr KNAccountManager::account | ( | int | id | ) |
Returns the account with the given id.
Definition at line 84 of file knaccountmanager.cpp.
|
signal |
|
signal |
|
signal |
void KNAccountManager::accountRenamed | ( | KNNntpAccount::Ptr | a = KNNntpAccount::Ptr() | ) |
Definition at line 190 of file knaccountmanager.cpp.
|
inline |
Returns the list of all accounts.
Definition at line 77 of file knaccountmanager.h.
|
inline |
Returns the current account.
Definition at line 73 of file knaccountmanager.h.
void KNAccountManager::editProperties | ( | KNNntpAccount::Ptr | a = KNNntpAccount::Ptr() | ) |
Show the properties dialog for the given account.
- Parameters
-
a The account to edit, uses the current if a
is 0.
Definition at line 180 of file knaccountmanager.cpp.
KNNntpAccount::Ptr KNAccountManager::first | ( | ) | const |
Returns the first account (used as fallback sometimes).
Definition at line 199 of file knaccountmanager.cpp.
|
inline |
Returns true if there is a current account.
Definition at line 71 of file knaccountmanager.h.
|
protected |
Definition at line 59 of file knaccountmanager.cpp.
void KNAccountManager::loadPasswords | ( | ) |
Loads the passwords of all accounts, allows on-demand wallet opening.
Definition at line 231 of file knaccountmanager.cpp.
void KNAccountManager::loadPasswordsAsync | ( | ) |
Loads passwords of all accounts asynchronous.
Definition at line 207 of file knaccountmanager.cpp.
bool KNAccountManager::newAccount | ( | KNNntpAccount::Ptr | a | ) |
Add a new account.
- Parameters
-
a A new account allocated and configured by the caller.
Definition at line 102 of file knaccountmanager.cpp.
|
signal |
Emitted if passwords have been loaded from the wallet.
void KNAccountManager::prepareShutdown | ( | ) |
Save all accounts.
Definition at line 52 of file knaccountmanager.cpp.
bool KNAccountManager::removeAccount | ( | KNNntpAccount::Ptr | a = KNNntpAccount::Ptr() | ) |
Remove an existing account.
- Parameters
-
a The account to remove, if a
is 0, the current account will be removed.
Definition at line 132 of file knaccountmanager.cpp.
void KNAccountManager::setCurrentAccount | ( | KNNntpAccount::Ptr | a | ) |
Sets the current account.
- Parameters
-
a The current account.
Definition at line 95 of file knaccountmanager.cpp.
|
static |
Returns a pointer to an open wallet if available, 0 otherwise.
Definition at line 239 of file knaccountmanager.cpp.
Member Data Documentation
|
protected |
Definition at line 92 of file knaccountmanager.h.
|
protected |
Definition at line 91 of file knaccountmanager.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.