A++ » INCLUDE » TGLColorSet

class TGLColorSet


TGLVertex3

3 component (x/y/z) vertex class

 This is part of collection of utility classes for GL in TGLUtil.h/cxx
These provide const and non-const accessors Arr() / CArr() to a GL
 compatible internal field - so can be used directly with OpenGL C API
calls. They are not intended to be fully featured just provide
minimum required.

Function Members (Methods)

public:
virtual~TGLColorSet()
TGLColor&Background()
const TGLColor&Background() const
static TClass*Class()
TGLColor&Foreground()
const TGLColor&Foreground() const
virtual TClass*IsA() const
TGLColor&Markup()
const TGLColor&Markup() const
TGLColorSet&operator=(const TGLColorSet& s)
TGLColor&Outline()
const TGLColor&Outline() const
TGLColor&Selection(Int_t i)
const TGLColor&Selection(Int_t i) const
virtual voidShowMembers(TMemberInspector& insp) const
voidStdDarkBackground()
voidStdLightBackground()
virtual voidStreamer(TBuffer&)
voidStreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b)
TGLColorSet()
TGLColorSet(const TGLColorSet&)

Data Members

protected:
TGLColorfBackground
TGLColorfForeground
TGLColorfMarkup
TGLColorfOutline
TGLColorfSelection[5]Colors for shape-selection-levels

Class Charts

Inheritance Chart:
TGLColorSet

Function documentation

TGLColor& operator=(const TGLColorSet& s)
TGLColorSet()
virtual ~TGLColorSet()
TGLColor& Background()
{ return fBackground; }
TGLColor& Foreground()
{ return fForeground; }
TGLColor& Outline()
{ return fOutline; }
TGLColor& Markup()
{ return fMarkup; }
TGLColor& Selection(Int_t i)
{ return fSelection[i]; }
const TGLColor& Background() const
{ return fBackground; }
const TGLColor& Foreground() const
{ return fForeground; }
const TGLColor& Outline() const
{ return fOutline; }
const TGLColor& Markup() const
{ return fMarkup; }
const TGLColor& Selection(Int_t i) const
{ return fSelection[i]; }
void StdDarkBackground()
void StdLightBackground()