pluginonline.h

Go to the documentation of this file.
00001 #ifdef Q_WS_WIN
00002 # define MY_EXPORT __declspec(dllexport)
00003 #else
00004 # define MY_EXPORT
00005 #endif
00006 
00007 
00008 #include "bulmages01.h"
00009 #include "postgresiface2.h"
00010 #include "empresa.h"
00011 
00012 
00013 //#include <qwidgetplugin.h>
00014 #include <QPluginLoader>
00015 #include <qstringlist.h>
00016 #include <qwidget.h>
00017 #include <qicon.h>
00018 #include <qapplication.h>
00019 #include <qobject.h>
00020 
00021 extern "C" MY_EXPORT void entryPoint(Bulmages01 *);
00022 
00023 extern QApplication *theApp;
00024 
00025 
00026 //class QT_WIDGET_PLUGIN_EXPORT myplugin : public QObject {
00027 class myplugin : public QObject {
00028 Q_OBJECT
00029 public:
00030   postgresiface2 *conexionbase;
00031 public:
00032    myplugin();
00033    ~myplugin();
00034        void inicializa(Bulmages01 *);
00035 public slots:
00036         void elslot();
00037         void soporte();
00038 };
00039 
00040 
00041 
00042  

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