6 #ifndef EPUBEXPORTPLUGIN_H 7 #define EPUBEXPORTPLUGIN_H 14 class ScribusMainWindow;
34 virtual bool run(ScribusDoc* doc=0, QString filename = QString::null);
35 virtual const QString fullTrName()
const;
36 virtual const AboutData* getAboutData()
const;
37 virtual void deleteAboutData(
const AboutData* about)
const;
38 virtual void languageChange();
39 virtual void addToMainWindowMenu(ScribusMainWindow *) {};
42 extern "C" PLUGIN_API
int epubexportplugin_getPluginAPIVersion();
43 extern "C" PLUGIN_API ScPlugin* epubexportplugin_getPlugin();
44 extern "C" PLUGIN_API
void epubexportplugin_freePlugin(ScPlugin* plugin);
46 #endif // EPUBEXPORTPLUGIN_H Standard entry point for the plugin; Attaches itself to the menu, shows the "Export" dialog and calls...
Definition: epubexportplugin.h:20