bpediventa.h

Ir a la documentación de este archivo.
00001 /***************************************************************************
00002  *   Copyright (C) 2003 by Josep Burcion                                   *
00003  *   josep@burcion.com                                                     *
00004  *                                                                         *
00005  *   This program is free software; you can redistribute it and/or modify  *
00006  *   it under the terms of the GNU General Public License as published by  *
00007  *   the Free Software Foundation; either version 2 of the License, or     *
00008  *   (at your option) any later version.                                   *
00009  *                                                                         *
00010  *   This program is distributed in the hope that it will be useful,       *
00011  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00012  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
00013  *   GNU General Public License for more details.                          *
00014  *                                                                         *
00015  *   You should have received a copy of the GNU General Public License     *
00016  *   along with this program; if not, write to the                         *
00017  *   Free Software Foundation, Inc.,                                       *
00018  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
00019  ***************************************************************************/
00020 #ifndef BPediVenta_H
00021 #define BPediVenta_H
00022 
00023 #include "funcaux.h"
00024 
00025 #include "uipediventa.h"
00026 #include <qlineedit.h>
00027 #include <qlabel.h>
00028 #include <qscrollbar.h>
00029 #include <qgroupbox.h>
00030 #include <qtable.h>
00031 #include <qrect.h>
00032 #include <qlayout.h>
00033 
00037 class BPediVenta : public UIPediVenta
00038 {
00039 public:
00040     BPediVenta(QWidget * parent = 0, const char * name = 0);
00041     ~BPediVenta();
00042 
00043 
00044 private slots:    
00045     virtual void ScrollCabeceraV(int valor=0);
00046     virtual void ScrollCabeceraH(int valor=0);
00047     virtual void resizeEvent (QResizeEvent * evento=0);
00048 
00049 };
00050 
00051 #endif

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