library: libGeomBuilder #include "TGeoTubeEditor.h" |
TGeoTubeEditor
class description - header file - source file - inheritance tree (.pdf)
protected:
virtual void ConnectSignals2Slots()
Bool_t IsDelayed() const
public:
TGeoTubeEditor(const TGWindow* p, Int_t id, Int_t width = 140, Int_t height = 30, UInt_t options = kChildFrame, Pixel_t back = GetDefaultFrameBackground())
TGeoTubeEditor(const TGeoTubeEditor&)
virtual ~TGeoTubeEditor()
static TClass* Class()
virtual void DoApply()
void DoDz()
void DoModified()
void DoName()
void DoRmax()
void DoRmin()
virtual 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)
protected:
Double_t fRmini Initial inner radius
Double_t fRmaxi Initial outer radius
Double_t fDzi Initial box dz
TString fNamei Initial name
TGeoTube* 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* fERmin Number entry for rmin
TGNumberEntry* fERmax Number entry for rmax
TGNumberEntry* fEDz Number entry for DZ
TGTextButton* fApply Apply-Button to accept changes
TGTextButton* fUndo Undo-Button
TGCheckButton* fDelayed Check button for delayed draw
void DoName()
Perform name change.
void DoApply()
Slot for applying modifications.
void DoModified()
Slot for signaling modifications.
void DoUndo()
Slot for undoing last operation.
Author: M.Gheata
Last update: :$Name: $:$Id: TGeoTubeEditor.cxx,v 1.5 2006/06/24 08:30:18 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.