#include "bulmatpv.h"#include "empresatpv.h"Go to the source code of this file.
Defines | |
| #define | MY_EXPORT |
Functions | |
| MY_EXPORT int | entryPoint (BulmaTPV *) |
| MY_EXPORT int | EmpresaTPV_createMainWindows_Post (EmpresaTPV *) |
| MY_EXPORT int | Ticket_pintar (Ticket *) |
| #define MY_EXPORT |
Definition at line 24 of file pluginabrevs.h.
| MY_EXPORT int EmpresaTPV_createMainWindows_Post | ( | EmpresaTPV * | ) |
Definition at line 54 of file pluginabrevs.cpp.
00054 { 00055 g_tot = new Abrevs(etpv, g_doc1); 00056 g_doc1->setWidget(g_tot); 00057 00058 Trabajadores *trab = new Trabajadores(etpv, 0); 00059 trab->exec(); 00060 return 0; 00061 }
| MY_EXPORT int entryPoint | ( | BulmaTPV * | tpv | ) |
Vamos a probar con un docwindow.
Definition at line 41 of file pluginabrevs.cpp.
00041 { 00042 _depura("entryPoint", 0); 00043 00045 g_doc1 = new QDockWidget("Abreviaturas", tpv); 00046 g_doc1->setFeatures(QDockWidget::AllDockWidgetFeatures); 00047 tpv->addDockWidget(Qt::BottomDockWidgetArea, g_doc1); 00048 g_doc1->show(); 00049 00050 _depura("END entryPoint", 0); 00051 return 0; 00052 }
| MY_EXPORT int Ticket_pintar | ( | Ticket * | ) |
1.5.1