KDevelop API Documentation

kimporticonview.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                              -------------------
00003     begin                : 19.01.2003
00004     copyright            : (C) 2002 by Victor Röder
00005     email                : victor_roeder@gmx.de
00006  ***************************************************************************/
00007 
00008 /***************************************************************************
00009  *                                                                         *
00010  *   This program is free software; you can redistribute it and/or modify  *
00011  *   it under the terms of the GNU General Public License as published by  *
00012  *   the Free Software Foundation; either version 2 of the License, or     *
00013  *   (at your option) any later version.                                   *
00014  *                                                                         *
00015  ***************************************************************************/
00016 
00017 #ifndef KIMPORTICONVIEW_H
00018 #define KIMPORTICONVIEW_H
00019 
00020 #include <qwidget.h>
00021 
00022 #include "kfiledndiconview.h"
00023 
00024 class KImportIconView : public KFileDnDIconView
00025 {
00026     Q_OBJECT
00027 
00028     public:
00029         KImportIconView(const QString& strIntro, QWidget *parent, const char *name);
00030         virtual ~KImportIconView();
00031     
00032     void somethingDropped ( bool dropped );
00033 
00034     protected:
00035         void drawContents ( QPainter *p, int cx, int cy, int cw, int ch );
00036 
00037     private:
00038         QString m_strIntro;
00039         bool m_bDropped;
00040 };
00041 
00042 #endif
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:22:22 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003