|
Tianchi
v0.0.2 build 20130701
C++ library for Qt with VC & mingW
|
发光效果的QGraphicsEffect 更多...
#include <tcgloweffect.h>
Public 成员函数 | |
| TcGlowEffect (QObject *parent=0) | |
| void | setRadius (int radius) |
| set radius 更多... | |
| void | setGlowColor (const QColor &color) |
| set glow color 更多... | |
| virtual QRectF | boundingRectFor (const QRectF &sourceRect) const |
Protected 成员函数 | |
| virtual void | draw (QPainter *painter) |
| virtual void | sourceChanged (ChangeFlags flags) |
发光效果的QGraphicsEffect
| void TcGlowEffect::setGlowColor | ( | const QColor & | color | ) |
set glow color
| [in] | QColor | color |
| void TcGlowEffect::setRadius | ( | int | radius | ) |
set radius
| [in] | int | radius |
1.8.3.1