#include <QToolButton>#include "pluginmail.h"#include "funcaux.h"#include "facturaview.h"#include "presupuestoview.h"#include "impqtoolbutton.h"Go to the source code of this file.
Functions | |
| int | entryPoint (Bulmafact *) |
| int | PresupuestoView_PresupuestoView (PresupuestoView *l) |
| int | PedidoClienteView_PedidoClienteView (PedidoClienteView *l) |
| int | AlbaranClienteView_AlbaranClienteView (AlbaranClienteView *l) |
| int | FacturaView_FacturaView (FacturaView *l) |
| Dibuja el boton de exportar en el formulario de factura a cliente. | |
| int AlbaranClienteView_AlbaranClienteView | ( | AlbaranClienteView * | l | ) |
| l |
Definition at line 82 of file pluginmail.cpp.
00082 { 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 }
| int entryPoint | ( | Bulmafact * | ) |
Añade en el menú del programa la opcióMn para acceder al corrector.
Definition at line 35 of file pluginmail.cpp.
References _depura().
00035 { 00036 _depura("Estoy dentro del plugin de envio de e-mail", 0); 00037 return 0; 00038 }
| int FacturaView_FacturaView | ( | FacturaView * | l | ) |
Dibuja el boton de exportar en el formulario de factura a cliente.
| l |
Definition at line 100 of file pluginmail.cpp.
References _depura(), and Ui_FacturaBase::mui_plugbotones.
00100 { 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 }
| int PedidoClienteView_PedidoClienteView | ( | PedidoClienteView * | l | ) |
| l |
Definition at line 64 of file pluginmail.cpp.
References _depura(), and Ui_PedidoClienteBase::mui_plugbotones.
00064 { 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 }
| int PresupuestoView_PresupuestoView | ( | PresupuestoView * | l | ) |
| l |
Definition at line 46 of file pluginmail.cpp.
References _depura(), and Ui_PresupuestoClienteBase::mui_plugbotones.
00046 { 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 }
1.5.1