21 #include <tqnamespace.h>
22 #include <tqpainter.h>
24 #include <tqpalette.h>
26 #include <kdelibs_export.h>
48 KDEFX_EXPORT
void kDrawNextButton(TQPainter *p,
const TQRect &r,
const TQColorGroup &g,
49 bool sunken=
false,
const TQBrush *fill=0);
55 KDEFX_EXPORT
void kDrawNextButton(TQPainter *p,
int x,
int y,
int w,
int h,
56 const TQColorGroup &g,
bool sunken=
false,
57 const TQBrush *fill=0);
72 KDEFX_EXPORT
void kDrawBeButton(TQPainter *p, TQRect &r,
const TQColorGroup &g,
73 bool sunken=
false,
const TQBrush *fill=0);
80 KDEFX_EXPORT
void kDrawBeButton(TQPainter *p,
int x,
int y,
int w,
int h,
81 const TQColorGroup &g,
bool sunken=
false,
82 const TQBrush *fill=0);
96 KDEFX_EXPORT
void kDrawRoundButton(TQPainter *p,
const TQRect &r,
const TQColorGroup &g,
103 KDEFX_EXPORT
void kDrawRoundButton(TQPainter *p,
int x,
int y,
int w,
int h,
104 const TQColorGroup &g,
bool sunken=
false);
121 KDEFX_EXPORT
void kRoundMaskRegion(TQRegion &r,
int x,
int y,
int w,
int h);
138 KDEFX_EXPORT
void kDrawRoundMask(TQPainter *p,
int x,
int y,
int w,
int h,
bool clear=
false);
164 KDEFX_EXPORT
void kColorBitmaps(TQPainter *p,
const TQColorGroup &g,
int x,
int y,
165 TQBitmap *lightColor=0, TQBitmap *midColor=0,
166 TQBitmap *midlightColor=0, TQBitmap *darkColor=0,
167 TQBitmap *blackColor=0, TQBitmap *whiteColor=0);
174 KDEFX_EXPORT
void kColorBitmaps(TQPainter *p,
const TQColorGroup &g,
int x,
int y,
int w,
175 int h,
bool isXBitmaps=
true,
const uchar *lightColor = 0,
176 const uchar *midColor=0,
const uchar *midlightColor=0,
177 const uchar *darkColor=0,
const uchar *blackColor=0,
178 const uchar *whiteColor=0);
KDEFX_EXPORT void kDrawRoundMask(TQPainter *p, int x, int y, int w, int h, bool clear=false)
KDEFX_EXPORT void kRoundMaskRegion(TQRegion &r, int x, int y, int w, int h)
KDEFX_EXPORT void kDrawBeButton(TQPainter *p, TQRect &r, const TQColorGroup &g, bool sunken=false, const TQBrush *fill=0)
KDEFX_EXPORT void kDrawRoundButton(TQPainter *p, const TQRect &r, const TQColorGroup &g, bool sunken=false)
KDEFX_EXPORT void kDrawNextButton(TQPainter *p, const TQRect &r, const TQColorGroup &g, bool sunken=false, const TQBrush *fill=0)
KDEFX_EXPORT void kColorBitmaps(TQPainter *p, const TQColorGroup &g, int x, int y, TQBitmap *lightColor=0, TQBitmap *midColor=0, TQBitmap *midlightColor=0, TQBitmap *darkColor=0, TQBitmap *blackColor=0, TQBitmap *whiteColor=0)