A wrapper for QBrush. More...
Public Types | |
| enum | BrushStyle { NoBrush = 0 , SolidPattern = 1 , Dense1Pattern = 2 , Dense2Pattern = 3 , Dense3Pattern = 4 , Dense4Pattern = 5 , Dense5Pattern = 6 , Dense6Pattern = 7 , Dense7Pattern = 8 , HorPattern = 9 , VerPattern = 10 , CrossPattern = 11 , BDiagPattern = 12 , FDiagPattern = 13 , DiagCrossPattern = 14 , TexturePattern = 24 } |
| Brush styles. More... | |
Public Member Functions | |
| Brush () | |
| Default constructor. | |
| String | toString () const |
Properties | |
| Color | color |
| The brush color. More... | |
| BrushStyle | style |
| The brush style. More... | |
| Pixmap | texture |
| The brush texture pixmap. More... | |
A wrapper for QBrush.
Example use within a report:
Brush styles.
| String bps::Brush::toString | ( | ) | const |
|
readwrite |
The brush color.
|
readwrite |
The brush style.
|
readwrite |
The brush texture pixmap.