#include <klfmime_p.h>


Public Member Functions | |
| KLFMimeExporterGlowImage (QObject *parent) | |
| virtual QString | exporterName () const |
| virtual QStringList | keys () const |
| virtual QByteArray | data (const QString &key, const KLFBackend::klfOutput &klfoutput) |
Alien glow equations ;)
Definition at line 123 of file klfmime_p.h.
| KLFMimeExporterGlowImage::KLFMimeExporterGlowImage | ( | QObject * | parent | ) | [inline] |
Definition at line 127 of file klfmime_p.h.
| QByteArray KLFMimeExporterGlowImage::data | ( | const QString & | key, |
| const KLFBackend::klfOutput & | klfoutput | ||
| ) | [virtual] |
Implements KLFMimeExporter.
Definition at line 1036 of file klfmime.cpp.
References QImage::fill(), KLFConfig::glowEffectColor, KLFConfig::glowEffectRadius, KLF_DEBUG_BLOCK, KLF_FUNC_NAME, klfconfig, klfDbg, klfDrawGlowedImage(), KLFBackend::klfOutput::result, QImage::save(), QImage::size(), QPainter::translate(), and KLFConfig::UI.
| virtual QString KLFMimeExporterGlowImage::exporterName | ( | ) | const [inline, virtual] |
Implements KLFMimeExporter.
Definition at line 129 of file klfmime_p.h.
References QString::fromLatin1().
| QStringList KLFMimeExporterGlowImage::keys | ( | ) | const [virtual] |
Implements KLFMimeExporter.
Definition at line 1029 of file klfmime.cpp.
References KLF_DEBUG_BLOCK, and KLF_FUNC_NAME.