asientoview.h

Ir a la documentación de este archivo.
00001 /***************************************************************************
00002                           asientoview.h  -  description
00003                              -------------------
00004     begin                : Thu Dec 19 2002
00005     copyright            : (C) 2002 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 ASIENTOVIEW_H
00018 #define ASIENTOVIEW_H
00019 
00020 #include <qwidget.h>
00021 #include "asientodlg.h"
00022 #include <qinputdialog.h>
00023 #include <qdatetime.h>
00024 #include <qdatetimeedit.h>
00025 #include <qcombobox.h>
00026 #include <qmessagebox.h>
00027 #include <qtextedit.h>
00028 #include "postgresiface2.h"
00029 #include "empresa.h"
00030 #include "dialogchanges.h"
00031 
00034 class asientoview : public asientodlg , dialogChanges {
00035    Q_OBJECT
00036 public:
00037    postgresiface2 *conexionbase;
00038    int idasiento_mostrado;
00039    int ordenasiento_mostrado;
00040    empresa *empresaactual;
00041 public: 
00042    asientoview(empresa *emp,QWidget *parent=0, const char *name=0, bool modal=true);
00043    ~asientoview();
00044    void inicializa(postgresiface2 *);
00045    void cargaasiento(int);
00046    int creaasiento(QString, QString, int numasiento=0, int clase=1);
00047    int modificaasiento(QString, QString, int, QString, QString);
00048 public slots:
00049    virtual void return_fecha();
00050    virtual void acceptar();
00051    virtual void close();
00052    virtual void s_saveAsiento();
00053 };
00054 #endif

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