KDE PIM / Developers / API Docs / kmail

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.

List of all members.

Public Member Functions


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

KMAccount * KMAcctFolder::account void   ) 
 

Returns first account or 0 if no account is associated with this folder.

KMAccount * KMAcctFolder::nextAccount void   ) 
 

Returns next account or 0 if at the end of the list.

void KMAcctFolder::addAccount KMAccount *   ) 
 

Add given account to the list.

void KMAcctFolder::removeAccount KMAccount *   ) 
 

Remove given account from the list.

void KMAcctFolder::clearAccountList void   ) 
 

Clear list of accounts.


The documentation for this class was generated from the following files: