|
My Project
|
The QBrush class defines the fill pattern of shapes drawn by CPainter. More...
#include <qbrush.h>
Public Member Functions | |
| QBrush (BrushStyle bs) | |
| QBrush (const Color &color, BrushStyle bs=SolidPattern) | |
| QBrush (const Color &color, TextureEntity *pTexture) | |
| QBrush (TextureEntity *pTexture) | |
| BrushStyle | style () const |
| void | setStyle (BrushStyle) |
| const QMatrix & | matrix () const |
| void | setMatrix (const QMatrix &mat) |
| QTransform | transform () const |
| void | setTransform (const QTransform &) |
| TextureEntity * | texture () const |
| void | setTexture (TextureEntity *pTexture) |
| const Color & | color () const |
| void | setColor (const Color &color) |
| bool | isOpaque () const |
| bool | operator== (const QBrush &b) const |
| bool | operator!= (const QBrush &b) const |
1.8.12