Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Examples  

QSGFill Class Reference

Fill definition. More...

#include <qsgattr.h>

Inheritance diagram for QSGFill:

Inheritance graph
[legend]
List of all members.

Public Types

enum  Style {
  Transparent = Qt::NoBrush, Solid = Qt::SolidPattern, Horiz = Qt::HorPattern, Vert = Qt::VerPattern,
  Cross = Qt::CrossPattern, BDiag = Qt::BDiagPattern, FDiag = Qt::FDiagPattern, DiagCross = Qt::DiagCrossPattern,
  Half = Qt::Dense5Pattern
}

Public Methods

 QSGFill ()
 QSGFill (Style style)

Public Attributes

Style style
QSGColor color

Static Public Attributes

const QSGFill transparentFill

Friends

bool operator== (const QSGFill &, const QSGFill &)
bool operator!= (const QSGFill &, const QSGFill &)
QString toQString (const QSGFill &fill)
QSGFill toQSGFill (const QString &string)

Detailed Description

Fill definition.

Author:
Kamil Dobkowski


Member Enumeration Documentation

enum QSGFill::Style
 

Fill style.


Constructor & Destructor Documentation

QSGFill::QSGFill  
 

Creates a solid, white fill.


The documentation for this class was generated from the following file:
Generated on Mon Mar 18 19:16:46 2002 for KMatplot library by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002