VAPOR3 3.9.4
QPaintUtils.h
Go to the documentation of this file.
1#pragma once
2
3#include <QColor>
4class QPicture;
5class QPainter;
6class QRect;
7
11namespace QPaintUtils {
12void DropShadow(QPainter &p, QPicture &picture, float radius, QColor color = Qt::black);
13void InnerShadow(QPainter &p, QPicture &picture, float radius, QColor color = Qt::black);
14
15void BoxDropShadow(QPainter &p, QRect box, float radius, QColor color = Qt::black);
16void BoxInnerShadow(QPainter &p, QRect box, float radius, QColor color = Qt::black);
17} // namespace QPaintUtils
void InnerShadow(QPainter &p, QPicture &picture, float radius, QColor color=Qt::black)
void BoxInnerShadow(QPainter &p, QRect box, float radius, QColor color=Qt::black)
void DropShadow(QPainter &p, QPicture &picture, float radius, QColor color=Qt::black)
void BoxDropShadow(QPainter &p, QRect box, float radius, QColor color=Qt::black)