00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
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