qwwlistwidget.h

00001 //
00002 // C++ Interface: qwwlistwidget
00003 //
00004 // Description:
00005 //
00006 //
00007 // Author: Witold Wysota <wysota@wysota.eu.org>, (C) 2007
00008 //
00009 // Copyright: See COPYING file that comes with this distribution
00010 //
00011 //
00012 #ifndef QWWLISTWIDGET_H
00013 #define QWWLISTWIDGET_H
00014 
00015 #include <QListWidget>
00016 #include <wwglobal.h>
00017 
00023 class Q_WW_EXPORT QwwListWidget : public QListWidget
00024 {
00025 Q_OBJECT
00026 public:
00027     QwwListWidget(QWidget *parent = 0);
00028 signals:
00029     void currentAvailable(bool);
00030 public slots:
00031     void moveCurrentDown();
00032     void moveCurrentUp();
00033     void removeCurrent();
00034 private slots:
00035     void curCh(QListWidgetItem *i);
00036 };
00037 
00038 #endif

Generated on Sat Apr 21 21:54:35 2007 for wwWidgets by  doxygen 1.5.1