#include "qwt_widget_overlay.h"
#include "qwt_painter.h"
#include <qpainter.h>
#include <qpaintengine.h>
#include <qimage.h>
#include <qevent.h>
Go to the source code of this file.
Classes | |
class | QwtWidgetOverlay::PrivateData |
Functions | |
static QRegion | qwtAlphaMask (const QImage &image, const QVector< QRect > rects) |
static QImage::Format | qwtMaskImageFormat () |
static QRegion qwtAlphaMask | ( | const QImage & | image, |
const QVector< QRect > | rects | ||
) | [static] |
Definition at line 25 of file qwt_widget_overlay.cpp.
static QImage::Format qwtMaskImageFormat | ( | ) | [static] |
Definition at line 17 of file qwt_widget_overlay.cpp.