library: libGed
#include "TAttMarkerEditor.h"

TAttMarkerEditor


class description - header file - source file - inheritance tree (.pdf)

class TAttMarkerEditor : public TGedFrame

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGCompositeFrame
TGWidget
<-
TGedFrame
<-
TAttMarkerEditor

    protected:
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() 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)

Data Members


    protected:
TAttMarker* fAttMarker marker attribute object TGNumberEntry* fMarkerSize marker size combo box TGColorSelect* fColorSelect marker color TGedMarkerSelect* fMarkerType marker type

Class Description

                                                                      
  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)
 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.
void DoMarkerColor(Pixel_t color)
 Slot connected to the marker color.
void DoMarkerStyle(Style_t marker)
 Slot connected to the marker type.
void DoMarkerSize()
 Slot connected to the marker size.
TAttMarkerEditor(const TGWindow *p, Int_t id, Int_t width = 140, Int_t height = 30, UInt_t options = kChildFrame, Pixel_t back = GetDefaultFrameBackground())

Author: Ilka Antcheva 11/05/04
Last update: root/ged:$Name: $:$Id: TAttMarkerEditor.cxx,v 1.10 2006/06/23 15:19:22 antcheva 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.