Wt::Brush Class Reference

#include <painter.h>

List of all members.

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 Colorcolor () const
void setColor (const Color &color)


Member Enumeration Documentation

enum Wt::Brush::Style

Enumerator:
NoBrush 
SolidPattern 


Constructor & Destructor Documentation

Wt::Brush::Brush (  )  [inline]

Wt::Brush::Brush ( const Color color,
Style  style = SolidPattern 
) [inline]

Wt::Brush::~Brush (  )  [inline]


Member Function Documentation

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]


The documentation for this class was generated from the following file:

Generated Fri Jul 28 19:22:38 2006.
Copyright © 1998-2003 by the respective authors.

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.