attachmentlistview.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #ifndef _KMAIL_ATTACHMENTLISTVIEW_H_
00017 #define _KMAIL_ATTACHMENTLISTVIEW_H_
00018
00019 #include <klistview.h>
00020
00021 class QDragEnterEvent;
00022 class QDragMoveEvent;
00023 class QDropEvent;
00024 class KMComposeWin;
00025
00026 namespace KMail {
00027
00028 class AttachmentListView : public KListView
00029 {
00030 public:
00031 AttachmentListView( KMComposeWin* composer = 0, QWidget* parent = 0,
00032 const char* name = 0 );
00033 virtual ~AttachmentListView();
00034
00036 void contentsDragEnterEvent( QDragEnterEvent* );
00037 void contentsDragMoveEvent( QDragMoveEvent* );
00038 void contentsDropEvent( QDropEvent* );
00039
00040 private:
00041 KMComposeWin* mComposer;
00042 };
00043
00044 }
00045
00046 #endif // _KMAIL_ATTACHMENTLISTVIEW_H_
00047
This file is part of the documentation for kmail Library Version 3.2.2.