qwwnumpad.h

00001 //
00002 // C++ Interface: qwwnumpad
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 QWWNUMPAD_H
00013 #define QWWNUMPAD_H
00014 
00015 #include <QWidget>
00016 #include <wwglobal.h>
00017 
00018 class Q_WW_EXPORT QwwNumPad : public QWidget
00019 {
00020 Q_OBJECT
00021 public:
00022     QwwNumPad(QWidget *parent = 0);
00023     ~QwwNumPad();
00024 public slots:
00025     void animateClick(const QString &b, int msec = 100);
00026 signals:
00027     void numberClicked(int);
00028     void keyClicked(QString);
00029     void hashClicked();
00030     void asteriskClicked();
00031 private slots:
00032     void _q_clicked(int);
00033 };
00034 
00035 #endif

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