pluginabrevs.h File Reference

#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 Documentation

#define MY_EXPORT

Definition at line 24 of file pluginabrevs.h.


Function Documentation

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  ) 

Returns:

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  ) 

Definition at line 85 of file pluginticketbasico.cpp.

00085                             {
00086         g_bud->pintar();
00087         return 0;
00088 }


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