You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/tdeui/tests/kalphaicontest.h

25 lines
441 B

#include <kdebug.h>
#include <tqwidget.h>
#include <tqimage.h>
#include <tqpixmap.h>
#include <kimageeffect.h>
#include <kalphapainter.h>
class KAlphaTest : public TQWidget
{
public:
KAlphaTest();
protected:
void paintEvent(TQPaintEvent *);
private:
TQImage m_image;
TQPixmap m_pixmap;
TQImage m_bg;
public:
static bool m_useDblBuffer;
static bool m_usePixmap;
static bool m_correctOverlapping;
};