[KLF Application][KLF Tools][KLF Backend][KLF Home]
KLatexFormula Project
Public Member Functions | Static Public Member Functions | List of all members
KLFMimeExporterUrilist Class Reference

#include <klfmime_p.h>

Inheritance diagram for KLFMimeExporterUrilist:
Inheritance graph
[legend]
Collaboration diagram for KLFMimeExporterUrilist:
Collaboration graph
[legend]

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
 
- Public Member Functions inherited from QObject
 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 &regExp)
 
 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)
 
- Public Member Functions inherited from KLFMimeExporter
 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 Public Member Functions inherited from KLFMimeExporter
static KLFMimeExportermimeExporterLookup (const QString &key)
 
static KLFMimeExportermimeExporterLookupByName (const QString &exporter, const QString &key=QString())
 
static QList< KLFMimeExporter * > mimeExporterList ()
 
static void registerMimeExporter (KLFMimeExporter *exporter, bool overrides=true)
 
static void unregisterMimeExporter (KLFMimeExporter *exporter)
 

Detailed Description

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.

Constructor & Destructor Documentation

KLFMimeExporterUrilist::KLFMimeExporterUrilist ( QObject parent)
inline

Definition at line 69 of file klfmime_p.h.

virtual KLFMimeExporterUrilist::~KLFMimeExporterUrilist ( )
inlinevirtual

Definition at line 70 of file klfmime_p.h.

Member Function Documentation

QByteArray KLFMimeExporterUrilist::data ( const QString key,
const KLFBackend::klfOutput klfoutput 
)
virtual

Implements KLFMimeExporter.

Definition at line 807 of file klfmime.cpp.

References QUrl::fromLocalFile(), KLF_DEBUG_BLOCK, KLF_FUNC_NAME, klfDbg, and tempFileForOutput().

virtual QString KLFMimeExporterUrilist::exporterName ( ) const
inlinevirtual

Implements KLFMimeExporter.

Definition at line 72 of file klfmime_p.h.

References QString::fromLatin1().

QStringList KLFMimeExporterUrilist::keys ( ) const
virtual

Implements KLFMimeExporter.

Definition at line 765 of file klfmime.cpp.

References KLF_DEBUG_BLOCK, and KLF_FUNC_NAME.

QString KLFMimeExporterUrilist::tempFileForOutput ( const KLFBackend::klfOutput klfoutput)
static
QString KLFMimeExporterUrilist::windowsFormatName ( const QString key) const
virtual

Reimplemented from KLFMimeExporter.

Definition at line 819 of file klfmime.cpp.

References KLF_DEBUG_BLOCK, and KLF_FUNC_NAME.


The documentation for this class was generated from the following files:

Generated by doxygen 1.8.8