kig
SVGExporter Class Reference
#include <svgexporter.h>
Inheritance diagram for SVGExporter:

Detailed Description
Export to Scalable Vector Graphics (SVG).Definition at line 30 of file svgexporter.h.
Public Member Functions | |
| QString | exportToStatement () const |
| QString | menuEntryName () const |
| QString | menuIcon () const |
| void | run (const KigPart &part, KigWidget &w) |
| ~SVGExporter () | |
Constructor & Destructor Documentation
| SVGExporter::~SVGExporter | ( | ) |
Definition at line 39 of file svgexporter.cc.
Member Function Documentation
| QString SVGExporter::exportToStatement | ( | ) | const [virtual] |
Returns a statement like i18n( "Export to image" ).
Implements KigExporter.
Definition at line 43 of file svgexporter.cc.
| QString SVGExporter::menuEntryName | ( | ) | const [virtual] |
Returns a string like i18n( "Image..." ).
Implements KigExporter.
Definition at line 48 of file svgexporter.cc.
| QString SVGExporter::menuIcon | ( | ) | const [virtual] |
Returns a string with the name of the icon.
Implements KigExporter.
Definition at line 53 of file svgexporter.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 58 of file svgexporter.cc.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference