#include <QStringList>#include <QWidget>#include <QIcon>#include <QApplication>#include <QObject>#include <QTextStream>#include "bulmacont.h"#include "postgresiface2.h"#include "empresa.h"#include "fixed.h"Go to the source code of this file.
Data Structures | |
| class | pluginCAnualesODS |
Defines | |
| #define | MY_EXPORT |
Functions | |
| MY_EXPORT void | entryPoint (Bulmacont *) |
Variables | |
| QApplication2 * | theApp |
| #define MY_EXPORT |
Definition at line 24 of file plugincanualesods.h.
| MY_EXPORT void entryPoint | ( | Bulmacont * | bcont | ) |
Añade en el menú del programa la opcióMn para acceder al corrector.
Definition at line 91 of file plugin.cpp.
00091 { 00092 _depura("Estoy dentro del plugin\n", 0); 00093 myplugin *plug = new myplugin(); 00094 plug->inicializa(bcont); 00097 bcont->setWindowTitle("Prueba de plugin."); 00098 }
1.5.1