21 #include <tqnamespace.h>
22 #include <tqpainter.h>
24 #include <tqpalette.h>
26 #include <tdelibs_export.h>
48 TDEFX_EXPORT
void kDrawNextButton(TQPainter *p,
const TQRect &r,
const TQColorGroup &g,
49 bool sunken=
false,
const TQBrush *fill=0);
55 TDEFX_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 TDEFX_EXPORT
void kDrawBeButton(TQPainter *p, TQRect &r,
const TQColorGroup &g,
73 bool sunken=
false,
const TQBrush *fill=0);
80 TDEFX_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 TDEFX_EXPORT
void kDrawRoundButton(TQPainter *p,
const TQRect &r,
const TQColorGroup &g,
103 TDEFX_EXPORT
void kDrawRoundButton(TQPainter *p,
int x,
int y,
int w,
int h,
104 const TQColorGroup &g,
bool sunken=
false);
121 TDEFX_EXPORT
void kRoundMaskRegion(TQRegion &r,
int x,
int y,
int w,
int h);
138 TDEFX_EXPORT
void kDrawRoundMask(TQPainter *p,
int x,
int y,
int w,
int h,
bool clear=
false);
164 TDEFX_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 TDEFX_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);
TDEFX_EXPORT void kRoundMaskRegion(TQRegion &r, int x, int y, int w, int h)
#include <kdrawutil.h>
TDEFX_EXPORT void kDrawRoundButton(TQPainter *p, const TQRect &r, const TQColorGroup &g, bool sunken=false)
#include <kdrawutil.h>
TDEFX_EXPORT void kDrawRoundMask(TQPainter *p, int x, int y, int w, int h, bool clear=false)
#include <kdrawutil.h>
TDEFX_EXPORT void kDrawNextButton(TQPainter *p, const TQRect &r, const TQColorGroup &g, bool sunken=false, const TQBrush *fill=0)
#include <kdrawutil.h>
TDEFX_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)
#include <kdrawutil.h>
TDEFX_EXPORT void kDrawBeButton(TQPainter *p, TQRect &r, const TQColorGroup &g, bool sunken=false, const TQBrush *fill=0)
#include <kdrawutil.h>