kig
#include <exporter.h>
Public Member Functions | |
virtual | ~KigExporter () |
virtual QString | exportToStatement () const =0 |
virtual QString | menuEntryName () const =0 |
virtual QString | menuIcon () const =0 |
virtual void | run (const KigPart &doc, KigWidget &w)=0 |
Detailed Description
Base class for a Kig exporter.
Subclass it and implement its methods to have it working.
Definition at line 63 of file exporter.h.
Constructor & Destructor Documentation
|
virtual |
Definition at line 62 of file exporter.cc.
Member Function Documentation
|
pure virtual |
Returns a statement like i18n( "Export to image" )
Implemented in ImageExporter, AsyExporter, LatexExporter, SVGExporter, and XFigExporter.
|
pure virtual |
Returns a string like i18n( "Image..." )
Implemented in ImageExporter, AsyExporter, LatexExporter, SVGExporter, and XFigExporter.
|
pure virtual |
Returns a string with the name of the icon.
Implemented in ImageExporter, AsyExporter, LatexExporter, SVGExporter, and XFigExporter.
Do what you need to do.
It's up to the individual exporters to ask the user for which file to export to etc., because they can do a much better job at that..
Implemented in ImageExporter, AsyExporter, LatexExporter, SVGExporter, and XFigExporter.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.