00001 /*************************************************************************** 00002 estadisticasview.h - description 00003 ------------------- 00004 begin : mar jul 15 2003 00005 copyright : (C) 2003 by Tomeu Borrás Riera 00006 email : tborras@conetxia.com 00007 ***************************************************************************/ 00008 /*************************************************************************** 00009 * * 00010 * This program is free software; you can redistribute it and/or modify * 00011 * it under the terms of the GNU General Public License as published by * 00012 * the Free Software Foundation; either version 2 of the License, or * 00013 * (at your option) any later version. * 00014 * * 00015 ***************************************************************************/ 00016 00017 #ifndef ESTADISTICASVIEW_H 00018 #define ESTADISTICASVIEW_H 00019 00020 #include <qwidget.h> 00021 00022 #ifdef ESTADISTICAS 00023 #include "estadisticasdlg.h" 00024 #include "estadisticas/topiechart.h" 00025 #include "estadisticas/tobarchart.h" 00026 #include "estadisticas/tolinechart.h" 00027 #endif 00028 00029 #include "postgresiface2.h" 00030 00031 #ifdef GDCHART 00032 #include "estadisticasdlg1.h" 00033 #endif 00034 00035 #ifdef DISLIN 00036 #include "estadisticasdlg1.h" 00037 #endif 00038 00039 #include "postgresiface2.h" 00042 class estadisticasview : public estadisticasdlg { 00043 Q_OBJECT 00044 public: 00045 00046 postgresiface2 *conexionbase; 00047 00048 int inicializa(postgresiface2 *); 00049 estadisticasview(QWidget *parent=0, const char *name=0); 00050 ~estadisticasview(); 00051 void presentar(); 00052 #ifdef GDCHART 00053 void sacapie(float *,char **, int); 00054 #endif 00055 }; 00056 00057 #endif