library: libGed #include "TCurlyArcEditor.h" |
TCurlyArcEditor
class description - source file - inheritance tree (.pdf)
protected:
TGComboBox* BuildOptionComboBox(TGFrame* parent, Int_t id)
virtual void ConnectSignals2Slots()
public:
TCurlyArcEditor(const TGWindow* p, Int_t id, Int_t width = 140, Int_t height = 30, UInt_t options = kChildFrame, Pixel_t back = GetDefaultFrameBackground())
TCurlyArcEditor(const TCurlyArcEditor&)
virtual ~TCurlyArcEditor()
static TClass* Class()
virtual void DoCenterXY()
virtual void DoPhimax()
virtual void DoPhimin()
virtual void DoRadius()
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:
TCurlyArc* fCurlyArc CurlyArc object
TGNumberEntry* fRadiusEntry radius entry
TGNumberEntry* fPhiminEntry Phimin entry
TGNumberEntry* fPhimaxEntry Phimax entry
TGNumberEntry* fCenterXEntry center x entry
TGNumberEntry* fCenterYEntry center y entry
TCurlyArcEditor
Implements GUI for editing CurlyArc attributes: radius, phi1, phi2. //
/*
*/
TCurlyArcEditor(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 CurlyArc GUI.
~TCurlyArcEditor()
Destructor of CurlyArc editor.
void ConnectSignals2Slots()
Connect signals to slots.
void SetModel(TVirtualPad* pad, TObject* obj, Int_t)
Pick up the used curly arc attributes.
void DoCenterXY()
Slot connected to set center .
void DoRadius()
Slot connected to the radius setting.
void DoPhimin()
Slot connected to the phimin setting.
void DoPhimax()
Slot connected to the phimax setting.
Inline Functions
TGComboBox* BuildOptionComboBox(TGFrame* parent, Int_t id)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TCurlyArcEditor TCurlyArcEditor(const TCurlyArcEditor&)
Author: Ilka Antcheva, Otto Schaile 15/12/04
Last update: root/ged:$Name: $:$Id: TCurlyArcEditor.cxx
Copyright (C) 1995-2004, 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.