KStyles
Keramik::PixmapLoader Class Reference
#include <pixmaploader.h>
Public Member Functions | |
void | clear () |
QPixmap | pixmap (int name, const QColor &color, const QColor &bg, bool disabled=false, bool blend=true) |
PixmapLoader () | |
QPixmap | scale (int name, int width, int height, const QColor &color, const QColor &bg, bool disabled=false, bool blend=true) |
QSize | size (int id) |
Static Public Member Functions | |
static void | release () |
static PixmapLoader & | the () |
Detailed Description
Definition at line 36 of file pixmaploader.h.
Constructor & Destructor Documentation
PixmapLoader::PixmapLoader | ( | ) |
Definition at line 38 of file pixmaploader.cpp.
Member Function Documentation
void PixmapLoader::clear | ( | ) |
Definition at line 51 of file pixmaploader.cpp.
QPixmap PixmapLoader::pixmap | ( | int | name, | |
const QColor & | color, | |||
const QColor & | bg, | |||
bool | disabled = false , |
|||
bool | blend = true | |||
) |
Definition at line 241 of file pixmaploader.cpp.
static void Keramik::PixmapLoader::release | ( | ) | [inline, static] |
Definition at line 57 of file pixmaploader.h.
QPixmap PixmapLoader::scale | ( | int | name, | |
int | width, | |||
int | height, | |||
const QColor & | color, | |||
const QColor & | bg, | |||
bool | disabled = false , |
|||
bool | blend = true | |||
) |
Definition at line 247 of file pixmaploader.cpp.
QSize PixmapLoader::size | ( | int | id | ) |
Definition at line 299 of file pixmaploader.cpp.
static PixmapLoader& Keramik::PixmapLoader::the | ( | ) | [inline, static] |
Definition at line 50 of file pixmaploader.h.
The documentation for this class was generated from the following files: