kmail Library API Documentation

attachmentlistview.h

00001 /* -*- c++ -*- 00002 attachmentlistview.h 00003 00004 KMail, the KDE mail client. 00005 Copyright (c) 2003 Ingo Kloecker <kloecker@kde.org> 00006 00007 This program is free software; you can redistribute it and/or 00008 modify it under the terms of the GNU General Public License, 00009 version 2.0, as published by the Free Software Foundation. 00010 You should have received a copy of the GNU General Public License 00011 along with this program; if not, write to the Free Software Foundation, 00012 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, US 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 } // namespace KMail 00045 00046 #endif // _KMAIL_ATTACHMENTLISTVIEW_H_ 00047
KDE Logo
This file is part of the documentation for kmail Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Oct 21 19:46:43 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003