importContaplus.h

Ir a la documentación de este archivo.
00001 /***************************************************************************
00002  *   Copyright (C) 2003 by Tomeu Borrás                                    *
00003  *   tborras@conetxia.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 _IMPORTCONTAPLUS_H_
00016 #define _IMPORTCONTAPLUS_H_
00017  
00018 #include "importContaplusBase.h"
00019 #include "postgresiface2.h" 
00020  
00021  
00022 class importContaplus: public importContaplusBase {
00023 Q_OBJECT
00024 private:
00025         postgresiface2 *conexionbase;
00026 public:
00027     importContaplus(postgresiface2 *, QWidget *, const char *, WFlags );
00028     ~importContaplus(){};
00029     
00030 public slots:
00031         virtual void botonBuscarSubCta();
00032         virtual void botonBuscarDiario();
00033         virtual void botonBuscarXML();
00034         virtual void botonImportar();
00035         virtual void botonExportar();
00036         virtual void botonBuscarFInicial();
00037         virtual void botonBuscarFFinal();
00038 
00039 };
00040 
00041 
00042 
00043 
00044 #endif
00045 

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