kig
#include <xfigexporter.h>
Public Member Functions | |
~XFigExporter () | |
QString | exportToStatement () const |
QString | menuEntryName () const |
QString | menuIcon () const |
void | run (const KigPart &doc, KigWidget &w) |
Public Member Functions inherited from KigExporter | |
virtual | ~KigExporter () |
Detailed Description
Guess what this one does ;) It exports to the XFig file format, as documented in the file FORMAT3.2 in the XFig source distribution.
Definition at line 28 of file xfigexporter.h.
Constructor & Destructor Documentation
XFigExporter::~XFigExporter | ( | ) |
Definition at line 54 of file xfigexporter.cc.
Member Function Documentation
|
virtual |
Returns a statement like i18n( "Export to image" )
Implements KigExporter.
Definition at line 58 of file xfigexporter.cc.
|
virtual |
Returns a string like i18n( "Image..." )
Implements KigExporter.
Definition at line 64 of file xfigexporter.cc.
|
virtual |
Returns a string with the name of the icon.
Implements KigExporter.
Definition at line 69 of file xfigexporter.cc.
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..
Implements KigExporter.
Definition at line 578 of file xfigexporter.cc.
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.