pluginvehiculosbf.cpp File Reference

#include <stdio.h>
#include <QAction>
#include <QObject>
#include <QMessageBox>
#include <QLineEdit>
#include <QTabWidget>
#include "company.h"
#include "pluginvehiculosbf.h"
#include "funcaux.h"
#include "vehiculoview.h"

Go to the source code of this file.

Functions

int entryPoint (Bulmafact *bges)


Function Documentation

int entryPoint ( Bulmafact bges  ) 

Parameters:
bges 
Returns:

Añade en el menú del programa la opci&oacuteMn para acceder al corrector.

Definition at line 91 of file pluginvehiculosbf.cpp.

References _depura(), bges, and myplugin::inicializa().

00091                                 {
00092     _depura("Punto de Entrada del plugin PluginVehiculosBF", 0);
00093     myplugin *plug = new myplugin();
00094     plug->inicializa(bges);
00095     _depura("END Punto de Entrada del plugin PluginVehiculosBF", 0);
00096     return 0;
00097 }


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