library: libGed #include "TAttMarkerEditor.h" |
TAttMarkerEditor
class description - source file - inheritance tree (.pdf)
protected:
static TGComboBox* BuildMarkerSizeComboBox(TGFrame* parent, Int_t id)
virtual void ConnectSignals2Slots()
public:
TAttMarkerEditor(const TGWindow* p, Int_t id, Int_t width = 140, Int_t height = 30, UInt_t options = kChildFrame, Pixel_t back = GetDefaultFrameBackground())
TAttMarkerEditor(const TAttMarkerEditor&)
virtual ~TAttMarkerEditor()
static TClass* Class()
virtual void DoMarkerColor(Pixel_t color)
virtual void DoMarkerSize(Int_t size)
virtual void DoMarkerStyle(Style_t style)
virtual TClass* IsA() const
virtual void SetModel(TVirtualPad* pad, TObject* obj, Int_t event)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
TAttMarker* fAttMarker marker attribute object
TGFontTypeComboBox* fTypeCombo font style combo box
TGComboBox* fSizeCombo font size combo box
TGColorSelect* fColorSelect color selection widget
TGedMarkerSelect* fMarkerSelect marker selection widget
TAttMarkerEditor
Implements GUI for editing marker attributes.
color, style and size
/*
*/
TAttMarkerEditor(const TGWindow *p, Int_t id, Int_t width,
Int_t height,UInt_t options, Pixel_t back)
: TGedFrame(p, id, width, height, options | kVerticalFrame, back)
Constructor of marker attributes GUI.
~TAttMarkerEditor()
Destructor of marker editor.
void ConnectSignals2Slots()
Connect signals to slots.
void SetModel(TVirtualPad* pad, TObject* obj, Int_t)
Pick up the values of used marker attributes.
TGComboBox* BuildMarkerSizeComboBox(TGFrame* parent, Int_t id)
Marker size combobox.
void DoMarkerColor(Pixel_t color)
Slot connected to the fill area color.
void DoMarkerStyle(Style_t marker)
Slot connected to the fill area pattern.
void DoMarkerSize(Int_t size)
Slot connected to the fill area pattern.
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TAttMarkerEditor TAttMarkerEditor(const TAttMarkerEditor&)
Author: Ilka Antcheva 11/05/04
Last update: root/ged:$Name: $:$Id: TAttMarkerEditor.cxx,v 1.6 2005/05/14 00:19:58 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.