foldersetselector.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef KMAIL_FOLDERSETSELECTOR_H
00020 #define KMAIL_FOLDERSETSELECTOR_H
00021
00022 #include <kdialogbase.h>
00023
00024 class KListView;
00025 class KMFolderTree;
00026
00027 namespace KMail {
00028
00029 class FolderSetSelector : public KDialogBase
00030 {
00031 Q_OBJECT
00032
00033 public:
00034 FolderSetSelector( KMFolderTree *ft, QWidget *parent = 0 );
00035
00036 QValueList<int> selectedFolders();
00037 void setSelectedFolders( const QValueList<int> &folderIds );
00038
00039 private:
00040 KListView *mTreeView;
00041 };
00042
00043 }
00044
00045 #endif
This file is part of the documentation for kmail Library Version 3.3.2.