This is the complete list of members for Brush, including all inherited members.
| Brush() | Brush | |
| Brush(const Color &color) | Brush | |
| color() const | Brush | |
| FillStyle enum name | Brush | |
| fillStyle() const | Brush | |
| gradient() const | Brush | |
| gradientBegin() const | Brush | |
| gradientBeginRadius() const | Brush | |
| gradientColor() const | Brush | |
| gradientEnd() const | Brush | |
| gradientEndRadius() const | Brush | |
| gradientStops() const | Brush | |
| GradientStyle enum name | Brush | |
| horizontalGradient(const Color &from, const Color &to) | Brush | static |
| horizontalGradient(const ColorStops &colorStops) | Brush | static |
| imageTexture(const Image &image, const Gfx::PointF &origin=Gfx::PointF()) | Brush | static |
| isGradient() const | Brush | |
| isNull() const | Brush | |
| isTexture() const | Brush | |
| linearGradient(const PointF &begin, const PointF &end, const ColorStops &colorStops) | Brush | static |
| linearGradient(float beginX, float beginY, float endX, float endY, const ColorStops &colorStops) | Brush | static |
| PositionMode enum name | Brush | |
| positionMode() const | Brush | |
| radialGradient(const PointF &begin, float beginRadius, const PointF &end, float endRadius, const ColorStops &colorStops) | Brush | static |
| radialGradient(float beginX, float beginY, float beginRadius, float endX, float endY, float endRadius, const ColorStops &colorStops) | Brush | static |
| setColor(const Color &color) | Brush | |
| texture() const | Brush | |
| TextureMode enum name | Brush | |
| textureMode() const | Brush | |
| textureOrigin() const | Brush | |
| verticalGradient(const Color &from, const Color &to) | Brush | static |
| verticalGradient(const ColorStops &colorStops) | Brush | static |