#include <klfmime_p.h>


Public Member Functions | |
| KLFMimeExporterHTML (QObject *parent) | |
| virtual | ~KLFMimeExporterHTML () |
| virtual QString | exporterName () const |
| virtual QStringList | keys () const |
| virtual QByteArray | data (const QString &key, const KLFBackend::klfOutput &klfoutput) |
| virtual QString | windowsFormatName (const QString &key) const |
Export HTML document with image and alt text ("text/html").
Definition at line 86 of file klfmime_p.h.
| KLFMimeExporterHTML::KLFMimeExporterHTML | ( | QObject * | parent | ) | [inline] |
Definition at line 90 of file klfmime_p.h.
| virtual KLFMimeExporterHTML::~KLFMimeExporterHTML | ( | ) | [inline, virtual] |
Definition at line 91 of file klfmime_p.h.
| QByteArray KLFMimeExporterHTML::data | ( | const QString & | key, |
| const KLFBackend::klfOutput & | klfoutput | ||
| ) | [virtual] |
Implements KLFMimeExporter.
Definition at line 863 of file klfmime.cpp.
References QString::arg(), QTextCodec::codecForName(), QRegExp::exactMatch(), QTextCodec::fromUnicode(), QSize::height(), KLFBackend::klfOutput::input, QStringList::join(), KLF_FUNC_NAME, QString::number(), QString::replace(), KLFBackend::klfOutput::result, QImage::size(), QString::split(), KLFMimeExporterUrilist::tempFileForOutput(), toAttrTextS(), and QSize::width().
| virtual QString KLFMimeExporterHTML::exporterName | ( | ) | const [inline, virtual] |
Implements KLFMimeExporter.
Definition at line 93 of file klfmime_p.h.
References QString::fromLatin1().
| QStringList KLFMimeExporterHTML::keys | ( | ) | const [virtual] |
Implements KLFMimeExporter.
Definition at line 858 of file klfmime.cpp.
Reimplemented from KLFMimeExporter.
Definition at line 905 of file klfmime.cpp.