Scribus Epub Export Plugin
Public Member Functions | List of all members
EpubExportPlugin Class Reference

Standard entry point for the plugin; Attaches itself to the menu, shows the "Export" dialog and calls EpubExport::doExport() More...

#include <epubexportplugin.h>

Inheritance diagram for EpubExportPlugin:
Inheritance graph
[legend]
Collaboration diagram for EpubExportPlugin:
Collaboration graph
[legend]

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 *)
 

Detailed Description

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.

Member Function Documentation

bool EpubExportPlugin::run ( ScribusDoc *  doc = 0,
QString  target = QString::null 
)
virtual

Run the EPUB export.

Author
Ale Rimoldi
Parameters
filenamea file to export to
Return values
booltrue

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().

Todo:
:
  • do not show the dialog if Scribus runs in "server" mode.

The documentation for this class was generated from the following files: