input.h

Go to the documentation of this file.
00001 #ifndef INPUT_H
00002 #define INPUT_H
00003 
00004 
00005 #include <QLineEdit>
00006 
00007 #include "funcaux.h"
00008 #include "blwidget.h"
00009 #include "dbrecord.h"
00010 #include "fixed.h"
00011 
00012 
00013 class EmpresaTPV;
00014 
00015 
00016 class Input : public QLineEdit {
00017     Q_OBJECT
00018 
00019 private:
00020     EmpresaTPV *m_empresaTPV;
00021 
00022 public:
00023     Input(EmpresaTPV *);
00024     virtual ~Input();
00025     virtual void keyPressEvent(QKeyEvent *e);
00026     virtual void pulsaTecla(int tecla, const QString &texto = QString());
00027     QString valorInput();
00028     void setValorInput(QString val);
00029 
00030 signals:
00031     void sendTecla(int tecla);
00032 };
00033 
00034 #endif
00035 

Generated on Sat Dec 15 00:01:24 2007 for BulmaGes by  doxygen 1.5.1