#ifndef ROOT_TCurlyArcEditor
#define ROOT_TCurlyArcEditor
#ifndef ROOT_TGedFrame
#include "TGedFrame.h"
#endif
class TGNumberEntry;
class TCurlyArc;
class TCurlyArcEditor : public TGedFrame {
protected:
   TCurlyArc            *fCurlyArc;         
   TGNumberEntry        *fRadiusEntry;      
   TGNumberEntry        *fPhiminEntry;      
   TGNumberEntry        *fPhimaxEntry;      
   TGNumberEntry        *fCenterXEntry;     
   TGNumberEntry        *fCenterYEntry;     
   virtual void   ConnectSignals2Slots();
public:
   TCurlyArcEditor(const TGWindow *p = 0,
                Int_t width = 140, Int_t height = 30,
                UInt_t options = kChildFrame,
                Pixel_t back = GetDefaultFrameBackground());
   virtual ~TCurlyArcEditor();
   virtual void   SetModel(TObject* obj);
   virtual void   DoRadius();
   virtual void   DoPhimin();
   virtual void   DoPhimax();
   virtual void   DoCenterXY();
   ClassDef(TCurlyArcEditor,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.