balanceprintview.h

Ir a la documentación de este archivo.
00001 /***************************************************************************
00002                           balanceprintview.h  -  description
00003                              -------------------
00004     begin                : mi�jun 25 2003
00005     copyright            : (C) 2003 by Tomeu Borr� Riera
00006     email                : tborras@conetxia.com
00007     modificat per        : (C) 2003 Antoni Mirabete i Ter� - amirabet@biada.org
00008  ***************************************************************************/
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef BALANCEPRINTVIEW_H
00019 #define BALANCEPRINTVIEW_H
00020 
00021 #include <errno.h>
00022 #include "balanceprintdlg.h"
00023 #include "postgresiface2.h"
00024 
00025 
00026 class empresa;
00027 
00037 class BalancePrintView : public BalancePrintDlg  {
00038    Q_OBJECT
00039 private:
00041    postgresiface2 *conexionbase;   
00043    empresa *empresaactual;
00044    
00045 public: 
00046    BalancePrintView(empresa *emp);
00047    ~BalancePrintView();
00048    void inicializa1(QString, QString, QString, QString, bool);
00049    
00050 private:   
00051    void accept();
00052    void presentar(char *tipus);
00053    
00054 private slots:
00055    virtual void boton_codigoinicial();
00056    virtual void boton_codigofinal();
00057    virtual void boton_canales();
00058    virtual void boton_ccostes();
00059 };
00060 
00061 #endif

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