Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

items.h

Go to the documentation of this file.
00001 //==============================================
00002 //  copyright            : (C) 2003-2005 by Will Stokes
00003 //==============================================
00004 //  This program is free software; you can redistribute it
00005 //  and/or modify it under the terms of the GNU General
00006 //  Public License as published by the Free Software
00007 //  Foundation; either version 2 of the License, or
00008 //  (at your option) any later version.
00009 //==============================================
00010 
00011 #ifndef GUI_WELCOMEWINDOW_ITEMS_H
00012 #define GUI_WELCOMEWINDOW_ITEMS_H
00013 
00014 //--------------------
00015 //forward declarations
00016 //--------------------
00017 class Item;
00018 
00019 #include <qiconview.h>
00020 #include <qobject.h>
00021 
00022 //=====================================
00023 class Items : public QIconView
00024 {
00025 Q_OBJECT
00026 //--
00027 public:
00028   Items( QWidget* parent=0,
00029              const char* name = 0 );
00030   void keyPressEvent( QKeyEvent* e );
00031   QSize sizeHint() const;
00032 //--
00033 private slots:
00034   void repaintGroup( QIconViewItem* pseudoSelection);
00035   void clearPseudoSelection();
00036 //--
00037 private:
00038   Item* currentPseudoSelection;
00039 };
00040 //======================
00041 
00042 #endif //GUI_WELCOMEWINDOW_ITEMS_H

Generated on Wed May 4 11:10:13 2005 for AlbumShaper by  doxygen 1.3.9.1