kmail Library API Documentation

kmfolderseldlg.h

00001 /* KMail Folder Selection Dialog
00002  * Pops up a small window with a list of folders and Ok/Cancel buttons.
00003  * Author: Stefan Taferner <taferner@kde.org>
00004  */
00005 #ifndef kmfolderseldlg_h
00006 #define kmfolderseldlg_h
00007 
00008 #include <kdialogbase.h>
00009 #include <simplefoldertree.h>
00010 #include <qvaluelist.h>
00011 #include <qguardedptr.h>
00012 
00013 class KMFolder;
00014 class KMFolderTree;
00015 class KMMainWidget;
00016 
00017 class KMFolderSelDlg: public KDialogBase
00018 {
00019   Q_OBJECT
00020 
00021 public:
00026   KMFolderSelDlg( KMMainWidget * parent, const QString& caption, bool mustBeReadWrite );
00027   virtual ~KMFolderSelDlg();
00028 
00030   virtual KMFolder* folder( void );
00031 
00032 protected slots:
00033   void slotSelect();
00034 
00035 protected:
00036   KMail::SimpleFolderTree * mTreeView;
00037 };
00038 
00039 #endif /*kmfolderseldlg_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 Fri Dec 21 14:24:54 2007 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003