#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
Last change: Wed Jun 25 08:34:57 2008
Last generated: 2008-06-25 08:34
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.