|
MythTV
0.26-pre
|
00001 #ifndef MYTHPLUGINAPI_H_ 00002 #define MYTHPLUGINAPI_H_ 00003 00004 #include "mythexp.h" 00005 #include "mythplugin.h" // for MythPluginType 00006 00007 extern "C" { 00008 MPUBLIC int mythplugin_init(const char *); 00009 MPUBLIC int mythplugin_run(); 00010 MPUBLIC int mythplugin_config(); 00011 MPUBLIC MythPluginType mythplugin_type(); 00012 MPUBLIC void mythplugin_destroy(); 00013 MPUBLIC int mythplugin_setupMenu(); 00014 MPUBLIC void mythplugin_drawMenu(QPainter *painter, int x, int y, 00015 int w, int h); 00016 } 00017 00018 #endif // MYTHPLUGINAPI_H_
1.7.6.1