My Project
Public Member Functions | List of all members
ParaEngine::QBrush Class Reference

The QBrush class defines the fill pattern of shapes drawn by CPainter. More...

#include <qbrush.h>

Public Member Functions

 QBrush (BrushStyle bs)
 
 QBrush (const Color &color, BrushStyle bs=SolidPattern)
 
 QBrush (const Color &color, TextureEntity *pTexture)
 
 QBrush (TextureEntity *pTexture)
 
BrushStyle style () const
 
void setStyle (BrushStyle)
 
const QMatrixmatrix () const
 
void setMatrix (const QMatrix &mat)
 
QTransform transform () const
 
void setTransform (const QTransform &)
 
TextureEntitytexture () const
 
void setTexture (TextureEntity *pTexture)
 
const Colorcolor () const
 
void setColor (const Color &color)
 
bool isOpaque () const
 
bool operator== (const QBrush &b) const
 
bool operator!= (const QBrush &b) const
 

Detailed Description

The QBrush class defines the fill pattern of shapes drawn by CPainter.


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