kig
ImageExporter Class Reference
#include <exporter.h>
Inheritance diagram for ImageExporter:

Detailed Description
This exporter takes care of the "Export to Image" stuff.
Definition at line 92 of file exporter.h.
Public Member Functions | |
| QString | exportToStatement () const |
| QString | menuEntryName () const |
| QString | menuIcon () const |
| void | run (const KigPart &doc, KigWidget &w) |
| ~ImageExporter () | |
Constructor & Destructor Documentation
| ImageExporter::~ImageExporter | ( | ) |
Definition at line 65 of file exporter.cc.
Member Function Documentation
| QString ImageExporter::exportToStatement | ( | ) | const [virtual] |
Returns a statement like i18n( "Export to image" ).
Implements KigExporter.
Definition at line 69 of file exporter.cc.
| QString ImageExporter::menuEntryName | ( | ) | const [virtual] |
Returns a string like i18n( "Image..." ).
Implements KigExporter.
Definition at line 74 of file exporter.cc.
| QString ImageExporter::menuIcon | ( | ) | const [virtual] |
Returns a string with the name of the icon.
Implements KigExporter.
Definition at line 79 of file exporter.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 84 of file exporter.cc.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference