#include <klfmime_p.h>
Public Member Functions | |
KLFMimeExporterUrilist (QObject *parent) | |
virtual | ~KLFMimeExporterUrilist () |
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 |
![]() | |
QObject (QObject *parent=0) | |
blockSignals (bool block) | |
childEvent (QChildEvent *event) | |
children () | |
connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type=Qt::AutoCompatConnection) | |
connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type=Qt::AutoCompatConnection) | |
connectNotify (const char *signal) | |
customEvent (QEvent *event) | |
deleteLater () | |
destroyed (QObject *obj=0) | |
disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) | |
disconnect (const char *signal=0, const QObject *receiver=0, const char *method=0) | |
disconnect (const QObject *receiver, const char *method=0) | |
disconnectNotify (const char *signal) | |
dumpObjectInfo () | |
dumpObjectTree () | |
dynamicPropertyNames () | |
event (QEvent *e) | |
eventFilter (QObject *watched, QEvent *event) | |
findChild (const QString &name=QString() | |
findChildren (const QString &name=QString() | |
findChildren (const QRegExp ®Exp) | |
inherits (const char *className) | |
installEventFilter (QObject *filterObj) | |
isWidgetType () | |
killTimer (int id) | |
metaObject () | |
moveToThread (QThread *targetThread) | |
parent () | |
property (const char *name) | |
receivers (const char *signal) | |
removeEventFilter (QObject *obj) | |
sender () | |
setParent (QObject *parent) | |
setProperty (const char *name, const QVariant &value) | |
signalsBlocked () | |
startTimer (int interval) | |
thread () | |
timerEvent (QTimerEvent *event) | |
tr (const char *sourceText, const char *comment=0, int n=-1) | |
trUtf8 (const char *sourceText, const char *comment=0, int n=-1) | |
staticMetaObject | |
QObject (QObject *parent, const char *name) | |
checkConnectArgs (const char *signal, const QObject *object, const char *method) | |
child (const char *objName, const char *inheritsClass=0, bool recursiveSearch=true) | |
className () | |
insertChild (QObject *object) | |
isA (const char *className) | |
name () | |
name (const char *defaultName) | |
normalizeSignalSlot (const char *signalSlot) | |
removeChild (QObject *object) | |
setName (const char *name) | |
![]() | |
KLFMimeExporter () | |
virtual | ~KLFMimeExporter () |
virtual bool | supportsKey (const QString &key) const |
Shortcut function (do not reimplement in subclasses) More... | |
Static Public Member Functions | |
static QString | tempFileForOutput (const KLFBackend::klfOutput &klfoutput) |
![]() | |
static KLFMimeExporter * | mimeExporterLookup (const QString &key) |
static KLFMimeExporter * | mimeExporterLookupByName (const QString &exporter, const QString &key=QString()) |
static QList< KLFMimeExporter * > | mimeExporterList () |
static void | registerMimeExporter (KLFMimeExporter *exporter, bool overrides=true) |
static void | unregisterMimeExporter (KLFMimeExporter *exporter) |
KLFMimeExporter implementation for exporting "text/x-moz-url"
and "text/uri-list"
to a temporary PNG file
Definition at line 65 of file klfmime_p.h.
|
inline |
Definition at line 69 of file klfmime_p.h.
|
inlinevirtual |
Definition at line 70 of file klfmime_p.h.
|
virtual |
Implements KLFMimeExporter.
Definition at line 807 of file klfmime.cpp.
References QUrl::fromLocalFile(), KLF_DEBUG_BLOCK, KLF_FUNC_NAME, and klfDbg.
|
inlinevirtual |
Implements KLFMimeExporter.
Definition at line 72 of file klfmime_p.h.
References KLFMimeExporter::data(), QString::fromLatin1(), key, KLFMimeExporter::keys(), and KLFMimeExporter::windowsFormatName().
|
virtual |
Implements KLFMimeExporter.
Definition at line 765 of file klfmime.cpp.
References KLF_DEBUG_BLOCK, and KLF_FUNC_NAME.
|
static |
Definition at line 772 of file klfmime.cpp.
References KLFConfig::BackendSettings, QImage::cacheKey(), QDateTime::currentDateTime(), QTemporaryFile::fileName(), KLF_FUNC_NAME, klfconfig, QTemporaryFile::open(), KLFBackend::klfOutput::pngdata, KLFBackend::klfOutput::result, KLFBackend::saveOutputToFile(), QTemporaryFile::setAutoRemove(), and KLFConfig::tempDir.
Referenced by KLFMimeExporterHTML::data().
Reimplemented from KLFMimeExporter.
Definition at line 819 of file klfmime.cpp.
References KLF_DEBUG_BLOCK, and KLF_FUNC_NAME.