#include "bulmacont.h"Go to the source code of this file.
Defines | |
| #define | MY_EXPORT |
Functions | |
| MY_EXPORT void | entryPoint (Bulmacont *) |
| #define MY_EXPORT |
Definition at line 24 of file pluginadocumental.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