library: libGeomBuilder
#include "TGeoTorusEditor.h"

TGeoTorusEditor


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

class TGeoTorusEditor : public TGedFrame

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

    protected:
virtual void ConnectSignals2Slots() Bool_t IsDelayed() const public:
TGeoTorusEditor(const TGWindow* p, Int_t id, Int_t width = 140, Int_t height = 30, UInt_t options = kChildFrame, Pixel_t back = GetDefaultFrameBackground()) TGeoTorusEditor(const TGeoTorusEditor&) virtual ~TGeoTorusEditor() static TClass* Class() void DoApply() void DoDphi() void DoModified() void DoName() void DoPhi1() void DoR() void DoRmax() void DoRmin() void DoUndo() 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:
Double_t fRi Initial axial radius Double_t fRmini Initial inner radius Double_t fRmaxi Initial outer radius Double_t fPhi1i Initial starting phi1 Double_t fDphii Initial phi extent TString fNamei Initial name TGeoTorus* fShape Shape object Bool_t fIsModified Flag that volume was modified Bool_t fIsShapeEditable Flag that the shape can be changed TGeoTabManager* fTabMgr Tab manager TGTextEntry* fShapeName Shape name text entry TGNumberEntry* fER Number entry for R TGNumberEntry* fERmin Number entry for Rmin TGNumberEntry* fERmax Number entry for Rmax TGNumberEntry* fEPhi1 Number entry for phi1 TGNumberEntry* fEDphi Number entry for Dphi TGTextButton* fApply Apply-Button to accept changes TGTextButton* fUndo Undo-Button TGCheckButton* fDelayed Check button for delayed draw

Class Description

                                                                      
  TGeoTorusEditor                                                      
                                                                      

TGeoTorusEditor(const TGWindow *p, Int_t id, Int_t width, Int_t height, UInt_t options, Pixel_t back)
 Constructor for torus editor
~TGeoTorusEditor()
 Destructor
void ConnectSignals2Slots()
 Connect signals to slots.
void SetModel(TVirtualPad* pad, TObject* obj, Int_t)
 Connect to the selected object.
Bool_t IsDelayed()
 Check if shape drawing is delayed.
void DoName()
 Slot for name.
void DoApply()
 Slot for applying current settings.
void DoModified()
 Slot for notifying modifications.
void DoUndo()
 Slot for undoing last operation.
void DoR()
 Slot for R.
void DoRmin()
 Slot for Rmin.
void DoRmax()
 Slot for Rmax.
void DoPhi1()
 Slot for phi.
void DoDphi()
 Slot for Dphi.
TGeoTorusEditor(const TGWindow *p, Int_t id, Int_t width = 140, Int_t height = 30, UInt_t options = kChildFrame, Pixel_t back = GetDefaultFrameBackground())

Author: M.Gheata
Last update: :$Name: $:$Id: TGeoTorusEditor.cxx,v 1.1 2006/06/23 16:00:13 brun 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.