KMAcctFolder Class Reference
Simple wrapper class that contains the kmail account handling stuff that is usually not required outside kmail. More...
#include <kmacctfolder.h>
Inheritance diagram for KMAcctFolder:

Public Methods | |
KMAccount * | account (void) |
KMAccount * | nextAccount (void) |
void | addAccount (KMAccount *) |
void | removeAccount (KMAccount *) |
void | clearAccountList (void) |
Detailed Description
Simple wrapper class that contains the kmail account handling stuff that is usually not required outside kmail.WARNING: do not add virtual methods in this class. This class is used as a typecast for KMFolder only !!
- Author:
- Stefan Taferner <taferner@alpin.or.at>
Definition at line 15 of file kmacctfolder.h.
Member Function Documentation
|
Returns first account or 0 if no account is associated with this folder.
Definition at line 14 of file kmacctfolder.cpp. References QPtrList< KMAccount >::first(). |
|
Returns next account or 0 if at the end of the list.
Definition at line 22 of file kmacctfolder.cpp. References QPtrList< KMAccount >::next(). |
|
Add given account to the list.
Definition at line 30 of file kmacctfolder.cpp. References QPtrList< KMAccount >::append(). |
|
Remove given account from the list.
Definition at line 48 of file kmacctfolder.cpp. References QPtrList< KMAccount >::count(), and QPtrList< KMAccount >::remove(). |
|
Clear list of accounts.
Definition at line 41 of file kmacctfolder.cpp. References QPtrList< KMAccount >::clear(). |
The documentation for this class was generated from the following files: