pluginadocumental.h File Reference

#include "bulmacont.h"

Go to the source code of this file.

Defines

#define MY_EXPORT

Functions

MY_EXPORT void entryPoint (Bulmacont *)


Define Documentation

#define MY_EXPORT

Definition at line 24 of file pluginadocumental.h.


Function Documentation

MY_EXPORT void entryPoint ( Bulmacont bcont  ) 

Returns:

Añade en el menú del programa la opci&oacuteMn 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 }


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