|
Scribus Epub Export Plugin
|
Standard entry point for the plugin; Attaches itself to the menu, shows the "Export" dialog and calls EpubExport::doExport()
More...
#include <epubexportplugin.h>


Public Member Functions | |
| virtual bool | run (ScribusDoc *doc=0, QString filename=QString::null) |
| Run the EPUB export. More... | |
| virtual const QString | fullTrName () const |
| virtual const AboutData * | getAboutData () const |
| virtual void | deleteAboutData (const AboutData *about) const |
| virtual void | languageChange () |
| virtual void | addToMainWindowMenu (ScribusMainWindow *) |
Standard entry point for the plugin; Attaches itself to the menu, shows the "Export" dialog and calls EpubExport::doExport()
This is the standard entry point for the plugin and is automatically loaded by Scribus.
|
virtual |
Run the EPUB export.
| filename | a file to export to |
| bool | true |
This method is automatically called by Scribus when the plugin action is activated.
If a document is open, show the export dialog and call EpubExport::doExport().
1.8.11