kmail Library API Documentation

kmacctfolder.h

00001 #ifndef kmacctfolder_h
00002 #define kmacctfolder_h
00003 
00004 #include "kmfolder.h"
00005 
00006 class KMAccount;
00007 
00015 class KMAcctFolder: public KMFolder
00016 {
00017 public:
00020   KMAccount* account(void);
00021 
00023   KMAccount* nextAccount(void);
00024 
00026   void addAccount(KMAccount*);
00027 
00029   void removeAccount(KMAccount*);
00030 
00032   void clearAccountList(void);
00033 
00034 private:
00035   KMAcctFolder( KMFolderDir* parent, const QString& name,
00036                 KMFolderType aFolderType );
00037 };
00038 
00039 
00040 #endif /*kmacctfolder_h*/
KDE Logo
This file is part of the documentation for kmail Library Version 3.3.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu May 3 20:22:54 2007 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003