#include "mmsconfig/mmsplugindata.h"
#include "mmsbase/interfaces/immsevent.h"
#include "mmsbase/interfaces/immsswitcher.h"
Go to the source code of this file.
Classes | |
class | IMMSOSDPlugin |
Defines | |
#define | MMS_EXPORT_OSD_PLUGIN(classname) extern "C" { IMMSOSDPlugin *newOSDPlugin() { return new classname; }} |
Typedefs | |
typedef IMMSOSDPlugin *(* | NEWOSDPLUGIN_PROC )() |
Functions | |
IMMSOSDPlugin * | newOSDPlugin () |
#define MMS_EXPORT_OSD_PLUGIN | ( | classname | ) | extern "C" { IMMSOSDPlugin *newOSDPlugin() { return new classname; }} |
Definition at line 50 of file immsosdplugin.h.
typedef IMMSOSDPlugin*(* NEWOSDPLUGIN_PROC)() |
Definition at line 53 of file immsosdplugin.h.
IMMSOSDPlugin* newOSDPlugin | ( | ) |