tpvview.h

Ir a la documentación de este archivo.
00001 /***************************************************************************
00002  *   Copyright (C) 2004 by Bulmages Developer Team                         *
00003  *   info@bulmages.org                                                     *
00004  *   Modified by Fco. Javier M. C. <fcojavmc@todo-redes.com>               *
00005  *                                                                         *
00006  *   This program is free software; you can redistribute it and/or modify  *
00007  *   it under the terms of the GNU General Public License as published by  *
00008  *   the Free Software Foundation; either version 2 of the License, or     *
00009  *   (at your option) any later version.                                   *
00010  *                                                                         *
00011  *   This program is distributed in the hope that it will be useful,       *
00012  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00013  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
00014  *   GNU General Public License for more details.                          *
00015  *                                                                         *
00016  *   You should have received a copy of the GNU General Public License     *
00017  *   along with this program; if not, write to the                         *
00018  *   Free Software Foundation, Inc.,                                       *
00019  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
00020  ***************************************************************************/
00021 #ifndef TPVVIEW_H
00022 #define TPVVIEW_H
00023 
00024 #include <tpvdlg.h>
00025 
00027 class tpvview : public tpvdlg
00028 {
00029 Q_OBJECT
00030 public:
00031     tpvview(QWidget *parent = 0, const char *name = 0);
00032     ~tpvview();
00033 
00034 public slots:
00035    virtual void pseudo_teclado_00();
00036    virtual void pseudo_teclado_0();
00037    virtual void pseudo_teclado_1();
00038    virtual void pseudo_teclado_2();
00039    virtual void pseudo_teclado_3();
00040    virtual void pseudo_teclado_4();
00041    virtual void pseudo_teclado_5();
00042    virtual void pseudo_teclado_6();
00043    virtual void pseudo_teclado_7();
00044    virtual void pseudo_teclado_8();
00045    virtual void pseudo_teclado_9();
00046    virtual void pseudo_teclado_atras();
00047    virtual void pseudo_teclado_si();
00048    virtual void pseudo_teclado_borrar();
00049 
00050 private:
00051    void pseudo_teclado(int);       
00052 };
00053 
00054 #endif

Generado el Sat May 21 00:04:45 2005 para BulmaGes por  doxygen 1.4.2