library: libGQt
#include "TQtBrush.h"

TQtBrush


class description - header file - source file
viewCVS header - viewCVS source

class TQtBrush: public QBrush

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TQtBrush()
TQtBrush(const TQtBrush& src)
virtual~TQtBrush()
static TClass*Class()
const QColor&GetColor() const
intGetStyle() const
virtual TClass*IsA() const
TQtBrush&operator=(const TQtBrush&)
voidSetColor(const QColor& color)
voidSetStyle(int style = 1000)
voidSetStyle(int style, int fasi)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

protected:
QColorfBackground
intfStyle
intfFasi

Class Description


 TQtBrush creates the QBrush Qt object based on the ROOT "TAttFill" attributes 


TQtBrush()
______________________________________________________________________________
{}
void SetColor(const QColor &color)
void SetStyle(int style, int fasi)
*-*-*-*-*-*-*-*-*-*-*Set fill area style index*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*                  =========================
*-*  style   : fill area interior style hollow or solid
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
TQtBrush()
virtual ~TQtBrush()
{;}
void SetStyle(int style=1000)
{ SetStyle(style/1000,style%1000); }
const QColor & GetColor()
{ return fBackground;}
int GetStyle()
{ return 1000*fStyle + fFasi; }

Author: Valeri Fine 21/01/2002
Last update: root/qt:$Name: $:$Id: TQtBrush.cxx,v 1.7 2006/05/30 07:06:51 antcheva Exp $
Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.