#ifndef ROOT_TAttMarkerEditor
#define ROOT_TAttMarkerEditor
#ifndef ROOT_TGedFrame
#include "TGedFrame.h"
#endif
class TGNumberEntry;
class TGColorSelect;
class TGedMarkerSelect;
class TAttMarker;
class TAttMarkerEditor : public TGedFrame {
protected:
   TAttMarker          *fAttMarker;       
   TGNumberEntry       *fMarkerSize;      
   TGColorSelect       *fColorSelect;     
   TGedMarkerSelect    *fMarkerType;      
   Bool_t              fSizeForText;      
   
   virtual void        ConnectSignals2Slots();
public:
   TAttMarkerEditor(const TGWindow *p = 0,
                    Int_t width = 140, Int_t height = 30,
                    UInt_t options = kChildFrame,
                    Pixel_t back = GetDefaultFrameBackground());
   virtual ~TAttMarkerEditor();
   virtual void     SetModel(TObject* obj);
   virtual void     DoMarkerColor(Pixel_t color);
   virtual void     DoMarkerSize();
   virtual void     DoMarkerStyle(Style_t style);
   ClassDef(TAttMarkerEditor,0)  
};
#endif
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.