#include <painter.h>
Public Types | |
NoBrush | |
SolidPattern | |
enum | Style { NoBrush, SolidPattern } |
Public Member Functions | |
Brush () | |
Brush (const Color &color, Style style=SolidPattern) | |
~Brush () | |
Style | style () const |
void | setStyle (Style style) |
const Color & | color () const |
void | setColor (const Color &color) |
enum Wt::Brush::Style |
Wt::Brush::Brush | ( | ) | [inline] |
Wt::Brush::~Brush | ( | ) | [inline] |
const Color& Wt::Brush::color | ( | ) | const [inline] |
void Wt::Brush::setColor | ( | const Color & | color | ) | [inline] |
void Wt::Brush::setStyle | ( | Style | style | ) | [inline] |
Style Wt::Brush::style | ( | ) | const [inline] |
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.