fuentes/src/comun/bvisorempresas.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  ***************************************************************************/
00016 #ifndef BVisorEmpresas_H
00017 #define BVisorEmpresas_H
00018 
00019 #include "bselector.h"
00020 #include "uivisorempresas.h"
00021 #include "postgresiface2.h"
00022 #include <qlistview.h>
00023 
00024 
00029 class BSelector;
00030 
00031 class BVisorEmpresas : public UIvisorEmpresas
00032 {
00033 
00034 public:
00035     BVisorEmpresas(QString * ptrRetorno=0, QWidget * parent = 0, const char * name = 0, WFlags f = WType_TopLevel);
00036     ~BVisorEmpresas();
00037 
00038 
00039 public slots:
00040     virtual void botonAceptar();
00041     virtual void botonCancelar();
00042 
00043 
00044 };
00045 
00046 #endif

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