pluginmail.cpp

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2005 by Tomeu Borras Riera                              *
00003  *   tborras@conetxia.com                                                  *
00004  *   Copyright (C) 2006 by Fco. Javier M. C.                               *
00005  *   fcojavmc@todo-redes.com                                               *
00006  *                                                                         *
00007  *   This program is free software; you can redistribute it and/or modify  *
00008  *   it under the terms of the GNU General Public License as published by  *
00009  *   the Free Software Foundation; either version 2 of the License, or     *
00010  *   (at your option) any later version.                                   *
00011  *                                                                         *
00012  *   This program is distributed in the hope that it will be useful,       *
00013  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00014  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
00015  *   GNU General Public License for more details.                          *
00016  *                                                                         *
00017  *   You should have received a copy of the GNU General Public License     *
00018  *   along with this program; if not, write to the                         *
00019  *   Free Software Foundation, Inc.,                                       *
00020  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
00021  ***************************************************************************/
00022 #include <QToolButton>
00023 
00024 #include "pluginmail.h"
00025 #include "funcaux.h"
00026 #include "facturaview.h"
00027 #include "presupuestoview.h"
00028 #include "impqtoolbutton.h"
00029 
00030 
00032 
00035 int entryPoint(Bulmafact *) {
00036     _depura("Estoy dentro del plugin de envio de e-mail", 0);
00037     return 0;
00038 }
00039 
00040 
00042 
00046 int PresupuestoView_PresupuestoView(PresupuestoView *l) {
00047        _depura("PresupuestoView_PresupuestoView", 0);
00048        EmailQToolButton *mui_exporta_efactura2 = new EmailQToolButton(l, NULL, NULL,  NULL, l->mui_plugbotones);
00049        QHBoxLayout *m_hboxLayout1 = new QHBoxLayout(l->mui_plugbotones);
00050        m_hboxLayout1->setSpacing(5);
00051        m_hboxLayout1->setMargin(5);
00052        m_hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00053        m_hboxLayout1->addWidget(mui_exporta_efactura2);
00054        _depura("END PresupuestoView_PresupuestoView", 0);
00055        return 0;
00056 }
00057 
00058 
00060 
00064 int PedidoClienteView_PedidoClienteView(PedidoClienteView *l) {
00065        _depura("PedidoClienteView_PedidoClienteView", 0);
00066        EmailQToolButton *mui_exporta_efactura2 = new EmailQToolButton(NULL, l, NULL, NULL, l->mui_plugbotones);
00067        QHBoxLayout *m_hboxLayout1 = new QHBoxLayout(l->mui_plugbotones);
00068        m_hboxLayout1->setSpacing(5);
00069        m_hboxLayout1->setMargin(5);
00070        m_hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00071        m_hboxLayout1->addWidget(mui_exporta_efactura2);
00072        _depura("END PedidoClienteView_PedidoClienteView", 0);
00073        return 0;
00074 }
00075 
00076 
00078 
00082 int AlbaranClienteView_AlbaranClienteView(AlbaranClienteView *l) {
00083        _depura("FacturaView_FacturaView", 0);
00084        EmailQToolButton *mui_exporta_efactura2 = new EmailQToolButton(NULL, NULL, l, NULL, l->mui_plugbotones);
00085        QHBoxLayout *m_hboxLayout1 = new QHBoxLayout(l->mui_plugbotones);
00086        m_hboxLayout1->setSpacing(5);
00087        m_hboxLayout1->setMargin(5);
00088        m_hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00089        m_hboxLayout1->addWidget(mui_exporta_efactura2);
00090        _depura("END FacturaView_FacturaView", 0);
00091        return 0;
00092 }
00093 
00094 
00096 
00100 int FacturaView_FacturaView(FacturaView *l) {
00101        _depura("FacturaView_FacturaView", 0);
00102        EmailQToolButton *mui_exporta_efactura2 = new EmailQToolButton(NULL, NULL, NULL, l, l->mui_plugbotones);
00103        QHBoxLayout *m_hboxLayout1 = new QHBoxLayout(l->mui_plugbotones);
00104        m_hboxLayout1->setSpacing(5);
00105        m_hboxLayout1->setMargin(5);
00106        m_hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00107        m_hboxLayout1->addWidget(mui_exporta_efactura2);
00108        _depura("END FacturaView_FacturaView", 0);
00109        return 0;
00110 }
00111 

Generated on Sat Dec 15 00:01:07 2007 for BulmaGes by  doxygen 1.5.1