#include "bulmages01.h"#include "postgresiface2.h"#include "empresa.h"#include <qwidgetplugin.h>#include <qstringlist.h>#include <qwidget.h>#include <qiconset.h>#include <qapplication.h>#include <qobject.h>Go to the source code of this file.
Data Structures | |
| class | myplugin |
Defines | |
| #define | MY_EXPORT |
Functions | |
| MY_EXPORT void | entryPoint (Bulmages01 *) |
Variables | |
| QApplication * | theApp |
| #define MY_EXPORT |
Definition at line 4 of file pluginestadisticas.h.
| MY_EXPORT void entryPoint | ( | Bulmages01 * | ) |
Definition at line 61 of file pluginestadisticas.cpp.
00061 { 00062 fprintf(stderr,"Estoy dentro del plugin\n"); 00063 myplugin *plug= new myplugin( ); 00064 plug->inicializa(bges); 00065 bges->setCaption("Prueba de plugin."); 00066 00067 }
1.5.1