KMAcctFolder Class Reference
Simple wrapper class that contains the kmail account handling stuff that is usually not required outside kmail. More...
#include <kmacctfolder.h>
Inherits KMFolder.
Public Member Functions
- 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>
Member Function Documentation
|
Returns first account or 0 if no account is associated with this folder.
|
|
Returns next account or 0 if at the end of the list.
|
|
Add given account to the list.
|
|
Remove given account from the list.
|
|
Clear list of accounts.
|
The documentation for this class was generated from the following files:
- kmacctfolder.h
- kmacctfolder.cpp