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

Detailed Description
Definition at line 20 of file renderthread.h.
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 (const QSize &size, float ratio) | |
void | setSize (const QSize &size) |
virtual | ~RenderThread () |
Protected Member Functions | |
virtual void | run () |
Constructor & Destructor Documentation
RenderThread::RenderThread | ( | const QSize & | size, | |
float | ratio | |||
) |
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 44 of file renderthread.cpp.
void RenderThread::run | ( | ) | [protected, virtual] |
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: