library: libGui #include "TGColorSelect.h" |
TGColorSelect
class description - header file - source file - inheritance tree (.pdf)
protected:
TGColorSelect(const TGColorSelect&)
virtual void DoRedraw()
void DrawTriangle(GContext_t gc, Int_t x, Int_t y)
TGColorSelect& operator=(const TGColorSelect&)
public:
TGColorSelect(const TGWindow* p = 0, Pixel_t color = 0, Int_t id = -1)
virtual ~TGColorSelect()
static TClass* Class()
virtual void ColorSelected(Pixel_t color = 0)
void Disable()
void Enable(Bool_t on = kTRUE)
Pixel_t GetColor() const
virtual TGDimension GetDefaultSize() const
virtual Bool_t HandleButton(Event_t* event)
virtual TClass* IsA() const
virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
void Rename(const char* title)
virtual void SavePrimitive(ostream& out, Option_t* = "")
void SetColor(Pixel_t color, Bool_t emit = kTRUE)
virtual void SetDown(Bool_t on = kTRUE, Bool_t emit = kFALSE)
virtual void SetEnabled(Bool_t e = kTRUE)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
Pixel_t fColor color value of the button
TGGC fDrawGC drawing GC
TGColorPopup* fColorPopup color popup associated
TGPosition fPressPos psotion of frame on button press event
void Disable()
Set state of widget as disabled.
void Rename(const char *title)
Author: Bertrand Bellenot + Fons Rademakers 22/08/02
Last update: root/gui:$Name: $:$Id: TGColorSelect.cxx,v 1.22 2006/07/11 09:05:01 rdm Exp $
Copyright (C) 1995-2002, 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.