immsimportplugin.h File Reference

#include "mmsconfig/mmsplugindata.h"

Include dependency graph for immsimportplugin.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  IMMSImportPlugin

Defines

#define MMS_EXPORT_IMPORT_PLUGIN(classname)   extern "C" { IMMSImportPlugin *newImportPlugin() { return new classname; }}

Typedefs

typedef IMMSImportPlugin *(* NEWIMPORTPLUGIN_PROC )()

Functions

IMMSImportPluginnewImportPlugin ()

Define Documentation

#define MMS_EXPORT_IMPORT_PLUGIN ( classname   )     extern "C" { IMMSImportPlugin *newImportPlugin() { return new classname; }}

Definition at line 47 of file immsimportplugin.h.


Typedef Documentation

Definition at line 50 of file immsimportplugin.h.


Function Documentation

IMMSImportPlugin* newImportPlugin (  )