Plasma
RenderThread Class Reference
#include <renderthread.h>
Inheritance diagram for RenderThread:

Signals | |
void | done (int token, const QImage &pixmap) |
Public Member Functions | |
int | render (const QString &file, const QColor &color, Background::ResizeMethod method, Qt::TransformationMode mode) |
RenderThread () | |
void | setRatio (float ratio) |
void | setSize (const QSize &size) |
virtual | ~RenderThread () |
Protected Member Functions | |
virtual void | run () |
Detailed Description
Definition at line 20 of file renderthread.h.
Constructor & Destructor Documentation
RenderThread::RenderThread | ( | ) |
Definition at line 17 of file renderthread.cpp.
RenderThread::~RenderThread | ( | ) | [virtual] |
Definition at line 26 of file renderthread.cpp.
Member Function Documentation
void RenderThread::done | ( | int | token, | |
const QImage & | pixmap | |||
) | [signal] |
int RenderThread::render | ( | const QString & | file, | |
const QColor & | color, | |||
Background::ResizeMethod | method, | |||
Qt::TransformationMode | mode | |||
) |
Definition at line 50 of file renderthread.cpp.
void RenderThread::run | ( | ) | [protected, virtual] |
void RenderThread::setRatio | ( | float | ratio | ) |
Definition at line 44 of file renderthread.cpp.
void RenderThread::setSize | ( | const QSize & | size | ) |
Definition at line 38 of file renderthread.cpp.
The documentation for this class was generated from the following files: