Main Page   Compound List   File List   Compound Members   File Members  

loudIconView.h

Go to the documentation of this file.
00001 #ifndef GUI_LOUDICONVIEW_H
00002 #define GUI_LOUDICONVIEW_H
00003 
00004 //--------------------
00005 //forward declarations
00006 //--------------------
00007 
00008 #include <qiconview.h>
00009 
00010 //=====================================
00013 //=====================================
00014 class LoudIconView : public QIconView
00015 {
00016 Q_OBJECT
00017 
00018 public:
00019   LoudIconView( QWidget* parent);
00020   
00022   QWidget* getParent();               
00023 //----------------------
00024 signals:
00026   void droppedOn(); 
00027   
00029   void draggedWithin(); 
00030 //----------------------
00031 private:
00032   QWidget* parent;
00033 };
00034 //======================
00035 
00036 #endif //GUI_LOUDICONVIEW_H

Generated on Fri Feb 28 01:26:06 2003 for AlbumMaker by doxygen1.2.18