Blokkal::AccountConfig Class Reference
Class for accessing the configuration of an account. More...
#include <blokkalaccountconfig.h>
Inheritance diagram for Blokkal::AccountConfig:
Public Member Functions | |
AccountConfig (const QString &id, Blokkal::Protocol *protocol) | |
QString | id (void) |
virtual | ~AccountConfig (void) |
Friends | |
class | Account |
class | AccountManager |
Detailed Description
Class for accessing the configuration of an account.Class for accessing the configuration of an account.
Definition at line 34 of file blokkalaccountconfig.h.
Constructor & Destructor Documentation
Blokkal::AccountConfig::AccountConfig | ( | const QString & | id, | |
Blokkal::Protocol * | protocol | |||
) |
Creates a new AccountConfig object.
- Parameters:
-
id the id of the account configured by this object protocol the parent protocol
Definition at line 32 of file blokkalaccountconfig.cpp.
Blokkal::AccountConfig::~AccountConfig | ( | void | ) | [virtual] |
Destrcutor
Definition at line 41 of file blokkalaccountconfig.cpp.
Member Function Documentation
QString Blokkal::AccountConfig::id | ( | void | ) |
Returns the id of the account this config is for
- Returns:
- the associated account's id
Definition at line 46 of file blokkalaccountconfig.cpp.
The documentation for this class was generated from the following files: