kdefx
kdrawutil.cpp File Reference
#include "kdrawutil.h"
#include <qdrawutil.h>
Include dependency graph for kdrawutil.cpp:
Go to the source code of this file.
Defines | |
#define | QCOORDARRLEN(x) sizeof(x)/(sizeof(QCOORD)*2) |
Define Documentation
#define QCOORDARRLEN | ( | x | ) | sizeof(x)/(sizeof(QCOORD)*2) |
Definition at line 146 of file kdrawutil.cpp.
Function Documentation
KDEFX_EXPORT void kColorBitmaps | ( | QPainter * | p, | |
const QColorGroup & | g, | |||
int | x, | |||
int | y, | |||
int | w, | |||
int | h, | |||
bool | isXBitmaps, | |||
const uchar * | lightColor, | |||
const uchar * | midColor, | |||
const uchar * | midlightColor, | |||
const uchar * | darkColor, | |||
const uchar * | blackColor, | |||
const uchar * | whiteColor | |||
) | [related] |
Definition at line 239 of file kdrawutil.cpp.
KDEFX_EXPORT void kColorBitmaps | ( | QPainter * | p, | |
const QColorGroup & | g, | |||
int | x, | |||
int | y, | |||
QBitmap * | lightColor, | |||
QBitmap * | midColor, | |||
QBitmap * | midlightColor, | |||
QBitmap * | darkColor, | |||
QBitmap * | blackColor, | |||
QBitmap * | whiteColor | |||
) | [related] |
Definition at line 217 of file kdrawutil.cpp.
KDEFX_EXPORT void kDrawBeButton | ( | QPainter * | p, | |
QRect & | r, | |||
const QColorGroup & | g, | |||
bool | sunken, | |||
const QBrush * | fill | |||
) | [related] |
Definition at line 93 of file kdrawutil.cpp.
KDEFX_EXPORT void kDrawBeButton | ( | QPainter * | p, | |
int | x, | |||
int | y, | |||
int | w, | |||
int | h, | |||
const QColorGroup & | g, | |||
bool | sunken, | |||
const QBrush * | fill | |||
) | [related] |
Definition at line 49 of file kdrawutil.cpp.
KDEFX_EXPORT void kDrawNextButton | ( | QPainter * | p, | |
const QRect & | r, | |||
const QColorGroup & | g, | |||
bool | sunken, | |||
const QBrush * | fill | |||
) | [related] |
Definition at line 43 of file kdrawutil.cpp.
KDEFX_EXPORT void kDrawNextButton | ( | QPainter * | p, | |
int | x, | |||
int | y, | |||
int | w, | |||
int | h, | |||
const QColorGroup & | g, | |||
bool | sunken, | |||
const QBrush * | fill | |||
) | [related] |
Definition at line 21 of file kdrawutil.cpp.
KDEFX_EXPORT void kDrawRoundButton | ( | QPainter * | p, | |
int | x, | |||
int | y, | |||
int | w, | |||
int | h, | |||
const QColorGroup & | g, | |||
bool | sunken | |||
) | [related] |
Definition at line 139 of file kdrawutil.cpp.
KDEFX_EXPORT void kDrawRoundButton | ( | QPainter * | p, | |
const QRect & | r, | |||
const QColorGroup & | g, | |||
bool | sunken | |||
) | [related] |
Definition at line 99 of file kdrawutil.cpp.
KDEFX_EXPORT void kDrawRoundMask | ( | QPainter * | p, | |
int | x, | |||
int | y, | |||
int | w, | |||
int | h, | |||
bool | clear | |||
) | [related] |
Definition at line 148 of file kdrawutil.cpp.
KDEFX_EXPORT void kRoundMaskRegion | ( | QRegion & | r, | |
int | x, | |||
int | y, | |||
int | w, | |||
int | h | |||
) | [related] |
Definition at line 197 of file kdrawutil.cpp.