#include "facturaslist.h"#include "presupuestolist.h"#include "pedidosclientelist.h"#include "albaranclientelist.h"#include "cobroslist.h"#include "bulmafact.h"Go to the source code of this file.
Defines | |
| #define | MY_EXPORT |
Functions | |
| MY_EXPORT int | PresupuestoList_PresupuestoList (PresupuestoList *) |
| MY_EXPORT int | PresupuestoListSubForm_PresupuestoListSubForm (PresupuestoListSubForm *) |
| MY_EXPORT int | PedidosClienteList_PedidosClienteList (PedidosClienteList *) |
| MY_EXPORT int | PedidosClienteListSubform_PedidosClienteListSubform (PedidosClienteListSubform *) |
| MY_EXPORT int | AlbaranClienteList_AlbaranClienteList (AlbaranClienteList *) |
| MY_EXPORT int | AlbaranClienteListSubform_AlbaranClienteListSubform (AlbaranClienteListSubform *) |
| MY_EXPORT int | FacturasList_FacturasList (FacturasList *) |
| MY_EXPORT int | FacturasListSubform_FacturasListSubform (FacturasListSubform *) |
| MY_EXPORT int | CobrosList_CobrosList (CobrosList *) |
| MY_EXPORT int | CobrosListSubForm_CobrosListSubForm (CobrosListSubForm *) |
| MY_EXPORT int | entryPoint (Bulmafact *) |
| #define MY_EXPORT |
Definition at line 24 of file pluginimpresionesmultiples.h.
| MY_EXPORT int AlbaranClienteList_AlbaranClienteList | ( | AlbaranClienteList * | l | ) |
| l |
Definition at line 198 of file pluginimpresionesmultiples.cpp.
References _depura(), and Ui_AlbaranClienteListBase::mui_plugbotones.
00198 { 00199 _depura("PedidosClienteList_PedidosClienteList", 0); 00200 00201 SelQToolButton *sel = new SelQToolButton(NULL, NULL, l, NULL,NULL, l->mui_plugbotones); 00202 ImpQToolButton *imp = new ImpQToolButton(NULL, NULL, l, NULL,NULL, l->mui_plugbotones); 00203 EmailQToolButton *email = new EmailQToolButton(NULL, NULL, l, NULL,NULL, l->mui_plugbotones); 00204 00205 QHBoxLayout *m_hboxLayout1 = l->mui_plugbotones->findChild<QHBoxLayout *>("hboxLayout1"); 00206 if (!m_hboxLayout1) { 00207 m_hboxLayout1 = new QHBoxLayout(l->mui_plugbotones); 00208 m_hboxLayout1->setSpacing(5); 00209 m_hboxLayout1->setMargin(5); 00210 m_hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); 00211 } // end if 00212 m_hboxLayout1->addWidget(sel); 00213 m_hboxLayout1->addWidget(imp); 00214 m_hboxLayout1->addWidget(email); 00215 00216 _depura("END PedidosClienteList_PedidosClienteList", 0); 00217 return 0; 00218 }
| MY_EXPORT int AlbaranClienteListSubform_AlbaranClienteListSubform | ( | AlbaranClienteListSubform * | l | ) |
| l |
Definition at line 59 of file pluginimpresionesmultiples.cpp.
References _depura(), SubForm3::addSHeader(), DBCampo::DBboolean, DBCampo::DBNoLoad, SHeader::DBNone, DBCampo::DBNoSave, SHeader::DBNoWrite, and SubForm3::existsHeader().
00059 { 00060 _depura("AlbaranClienteListSubform_AlbaranClienteListSubform", 0); 00061 if (!l->existsHeader( "selector")) { 00062 l->addSHeader("selector", DBCampo::DBboolean, DBCampo::DBNoSave | DBCampo::DBNoLoad, SHeader::DBNone |SHeader::DBNoWrite, "selector"); 00063 } // end if 00064 _depura("END AlbaranClienteListSubform_AlbaranClienteListSubform", 0); 00065 return 0; 00066 }
| MY_EXPORT int CobrosList_CobrosList | ( | CobrosList * | l | ) |
| l |
Definition at line 113 of file pluginimpresionesmultiples.cpp.
00113 { 00114 _depura("CobrosList_CobrosList", 0); 00115 00116 SelQToolButton *sel = new SelQToolButton(NULL, NULL, NULL, NULL, l, l->mui_plugbotones); 00117 ImpQToolButton *imp = new ImpQToolButton(NULL, NULL, NULL, NULL, l, l->mui_plugbotones); 00118 // EmailQToolButton *email = new EmailQToolButton(NULL, NULL, NULL, NULL, l, l->mui_plugbotones); 00119 00120 QHBoxLayout *m_hboxLayout1 = l->mui_plugbotones->findChild<QHBoxLayout *>("hboxLayout1"); 00121 if (!m_hboxLayout1) { 00122 m_hboxLayout1 = new QHBoxLayout(l->mui_plugbotones); 00123 m_hboxLayout1->setSpacing(5); 00124 m_hboxLayout1->setMargin(5); 00125 m_hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); 00126 } // end if 00127 m_hboxLayout1->addWidget(sel); 00128 m_hboxLayout1->addWidget(imp); 00129 // m_hboxLayout1->addWidget(email); 00130 00131 _depura("END CobrosList_CobrosList", 0); 00132 return 0; 00133 }
| MY_EXPORT int CobrosListSubForm_CobrosListSubForm | ( | CobrosListSubForm * | l | ) |
| l |
Definition at line 100 of file pluginimpresionesmultiples.cpp.
References _depura(), SubForm3::addSHeader(), DBCampo::DBboolean, DBCampo::DBNoLoad, SHeader::DBNone, DBCampo::DBNoSave, and SHeader::DBNoWrite.
00100 { 00101 _depura("CobrosListSubForm_CobrosListSubForm", 0); 00102 l->addSHeader("selector", DBCampo::DBboolean, DBCampo::DBNoSave | DBCampo::DBNoLoad, SHeader::DBNone | SHeader::DBNoWrite, "selector"); 00103 _depura("CobrosListSubForm_CobrosListSubForm", 0); 00104 return 0; 00105 }
| MY_EXPORT int entryPoint | ( | Bulmafact * | bges | ) |
| bges |
Añade en el menú del programa la opcióMn para acceder al corrector.
Definition at line 43 of file comercialbf.cpp.
00043 { 00044 _depura("Punto de Entrada del plugin ComercialBF", 0); 00046 QTranslator *traductor = new QTranslator(0); 00047 if (confpr->valor(CONF_TRADUCCION) == "locales") { 00048 traductor->load(QString("comercialbf_") + QLocale::system().name(), 00049 confpr->valor(CONF_DIR_TRADUCCION).toAscii().constData()); 00050 } else { 00051 QString archivo = "comercialbf_" + confpr->valor(CONF_TRADUCCION); 00052 traductor->load(archivo, confpr->valor(CONF_DIR_TRADUCCION).toAscii().constData()); 00053 } // end if 00054 theApp->installTranslator(traductor); 00055 00056 mypluginbf *plug = new mypluginbf(); 00057 plug->inicializa(bges); 00058 _depura("END Punto de Entrada del plugin ComercialBF", 0); 00059 return 0; 00060 }
| MY_EXPORT int FacturasList_FacturasList | ( | FacturasList * | l | ) |
| l |
Definition at line 226 of file pluginimpresionesmultiples.cpp.
References _depura(), and Ui_FacturasListBase::mui_plugbotones.
00226 { 00227 _depura("FacturasList_FacturasList", 0); 00228 00229 SelQToolButton *sel = new SelQToolButton(NULL, NULL, NULL, l,NULL, l->mui_plugbotones); 00230 ImpQToolButton *imp = new ImpQToolButton(NULL, NULL, NULL, l,NULL, l->mui_plugbotones); 00231 EmailQToolButton *email = new EmailQToolButton(NULL, NULL, NULL, l,NULL, l->mui_plugbotones); 00232 00233 QHBoxLayout *m_hboxLayout1 = l->mui_plugbotones->findChild<QHBoxLayout *>("hboxLayout1"); 00234 if (!m_hboxLayout1) { 00235 m_hboxLayout1 = new QHBoxLayout(l->mui_plugbotones); 00236 m_hboxLayout1->setSpacing(5); 00237 m_hboxLayout1->setMargin(5); 00238 m_hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); 00239 } // end if 00240 m_hboxLayout1->addWidget(sel); 00241 m_hboxLayout1->addWidget(imp); 00242 m_hboxLayout1->addWidget(email); 00243 00244 _depura("END FacturasList_FacturasList", 0); 00245 return 0; 00246 }
| MY_EXPORT int FacturasListSubform_FacturasListSubform | ( | FacturasListSubform * | l | ) |
| l |
Definition at line 74 of file pluginimpresionesmultiples.cpp.
References _depura(), SubForm3::addSHeader(), DBCampo::DBboolean, DBCampo::DBNoLoad, SHeader::DBNone, DBCampo::DBNoSave, and SHeader::DBNoWrite.
00074 { 00075 _depura("FacturasListSubform_FacturasListSubform", 0); 00076 l->addSHeader("selector", DBCampo::DBboolean, DBCampo::DBNoSave | DBCampo::DBNoLoad, SHeader::DBNone | SHeader::DBNoWrite, "selector"); 00077 _depura("END FacturasListSubform_FacturasListSubform", 0); 00078 return 0; 00079 }
| MY_EXPORT int PedidosClienteList_PedidosClienteList | ( | PedidosClienteList * | l | ) |
| l |
Definition at line 169 of file pluginimpresionesmultiples.cpp.
References _depura(), and Ui_PedidosClienteListBase::mui_plugbotones.
00169 { 00170 _depura("PedidosClienteList_PedidosClienteList", 0); 00171 00172 SelQToolButton *sel = new SelQToolButton(NULL, l, NULL, NULL,NULL, l->mui_plugbotones); 00173 ImpQToolButton *imp = new ImpQToolButton(NULL, l, NULL, NULL,NULL, l->mui_plugbotones); 00174 EmailQToolButton *email = new EmailQToolButton(NULL, l, NULL, NULL,NULL, l->mui_plugbotones); 00175 00176 QHBoxLayout *m_hboxLayout1 = l->mui_plugbotones->findChild<QHBoxLayout *>("hboxLayout1"); 00177 if (!m_hboxLayout1) { 00178 m_hboxLayout1 = new QHBoxLayout(l->mui_plugbotones); 00179 m_hboxLayout1->setSpacing(5); 00180 m_hboxLayout1->setMargin(5); 00181 m_hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); 00182 } // end if 00183 00184 m_hboxLayout1->addWidget(sel); 00185 m_hboxLayout1->addWidget(imp); 00186 m_hboxLayout1->addWidget(email); 00187 00188 _depura("END PedidosClienteList_PedidosClienteList", 0); 00189 return 0; 00190 }
| MY_EXPORT int PedidosClienteListSubform_PedidosClienteListSubform | ( | PedidosClienteListSubform * | l | ) |
| l |
Definition at line 46 of file pluginimpresionesmultiples.cpp.
References _depura(), SubForm3::addSHeader(), DBCampo::DBboolean, DBCampo::DBNoLoad, SHeader::DBNone, DBCampo::DBNoSave, and SHeader::DBNoWrite.
00046 { 00047 _depura("PedidosClienteListSubform_PedidosClienteListSubform", 0); 00048 l->addSHeader("selector", DBCampo::DBboolean, DBCampo::DBNoSave | DBCampo::DBNoLoad, SHeader::DBNone |SHeader::DBNoWrite, "selector"); 00049 _depura("END PedidosClienteListSubform_PedidosClienteListSubform", 0); 00050 return 0; 00051 }
| MY_EXPORT int PresupuestoList_PresupuestoList | ( | PresupuestoList * | l | ) |
| l |
Definition at line 141 of file pluginimpresionesmultiples.cpp.
References _depura(), and Ui_PresupuestosListBase::mui_plugbotones.
00141 { 00142 _depura("PresupuestoList_PresupuestoList", 0); 00143 00144 SelQToolButton *sel = new SelQToolButton(l, NULL, NULL, NULL,NULL, l->mui_plugbotones); 00145 ImpQToolButton *imp = new ImpQToolButton(l, NULL, NULL, NULL,NULL, l->mui_plugbotones); 00146 EmailQToolButton *email = new EmailQToolButton(l, NULL, NULL, NULL,NULL, l->mui_plugbotones); 00147 00148 QHBoxLayout *m_hboxLayout1 = l->mui_plugbotones->findChild<QHBoxLayout *>("hboxLayout1"); 00149 if (!m_hboxLayout1) { 00150 m_hboxLayout1 = new QHBoxLayout(l->mui_plugbotones); 00151 m_hboxLayout1->setSpacing(5); 00152 m_hboxLayout1->setMargin(5); 00153 m_hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); 00154 } // end if 00155 m_hboxLayout1->addWidget(sel); 00156 m_hboxLayout1->addWidget(imp); 00157 m_hboxLayout1->addWidget(email); 00158 00159 _depura("END PresupuestoList_PresupuestoList", 0); 00160 return 0; 00161 }
| MY_EXPORT int PresupuestoListSubForm_PresupuestoListSubForm | ( | PresupuestoListSubForm * | l | ) |
| l |
Definition at line 87 of file pluginimpresionesmultiples.cpp.
References _depura(), SubForm3::addSHeader(), DBCampo::DBboolean, DBCampo::DBNoLoad, SHeader::DBNone, DBCampo::DBNoSave, and SHeader::DBNoWrite.
00087 { 00088 _depura("PresupuestoListSubForm_PresupuestoListSubForm", 0); 00089 l->addSHeader("selector", DBCampo::DBboolean, DBCampo::DBNoSave | DBCampo::DBNoLoad, SHeader::DBNone | SHeader::DBNoWrite, "selector"); 00090 _depura("END PresupuestoListSubForm_PresupuestoListSubForm", 0); 00091 return 0; 00092 }
1.5.1