#include <qsgattr.h>
Inheritance diagram for QSGFill:

Public Types | |
| enum | Style { Transparent = Qt::NoBrush, Solid = Qt::SolidPattern, Horiz = Qt::HorPattern, Vert = Qt::VerPattern, Cross = Qt::CrossPattern, BDiag = Qt::BDiagPattern, FDiag = Qt::FDiagPattern, DiagCross = Qt::DiagCrossPattern, Half = Qt::Dense5Pattern } |
Public Methods | |
| QSGFill () | |
| QSGFill (Style style) | |
Public Attributes | |
| Style | style |
| QSGColor | color |
Static Public Attributes | |
| const QSGFill | transparentFill |
Friends | |
| bool | operator== (const QSGFill &, const QSGFill &) |
| bool | operator!= (const QSGFill &, const QSGFill &) |
| QString | toQString (const QSGFill &fill) |
| QSGFill | toQSGFill (const QString &string) |
|
|
Fill style. |
|
|
Creates a solid, white fill. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002