bmodelo347.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 #ifndef BModelo347_H
00016 #define BModelo347_H
00017 
00018 #include "uimodelo347.h"
00019 #include "funcaux.h"
00020 #include "postgresiface2.h"
00021 #include <qlineedit.h>
00022 #include <qtable.h>
00023 
00024 
00027 class BModelo347 : public UImodelo347
00028 {
00029 
00030 public:
00031     BModelo347(postgresiface2 *DBConn=0,QString ejerActual="",QWidget * parent = 0, const char * name = 0, WFlags f = WType_TopLevel);
00032     ~BModelo347();
00033 
00034 
00035 public slots:
00036     virtual void click_recargar();
00037     virtual void click_imprimir();
00038     virtual void formatea_fecha();
00039 private:
00040         postgresiface2 * DBConn;
00041         char *fichero;
00042         //QWorkspace * zona0;
00043         //BSelector * PunteroAlSelector;
00044 
00045 };
00046 
00047 #endif
00048 

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