library: libGeomBuilder #include "TGeoParaEditor.h" |
TGeoParaEditor
class description - header file - source file - inheritance tree (.pdf)
protected:
virtual void ConnectSignals2Slots()
Bool_t IsDelayed() const
public:
TGeoParaEditor(const TGWindow* p, Int_t id, Int_t width = 140, Int_t height = 30, UInt_t options = kChildFrame, Pixel_t back = GetDefaultFrameBackground())
TGeoParaEditor(const TGeoParaEditor&)
virtual ~TGeoParaEditor()
static TClass* Class()
void DoAlpha()
void DoApply()
void DoModified()
void DoName()
void DoPhi()
void DoTheta()
void DoUndo()
void DoX()
void DoY()
void DoZ()
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 fXi Initial X
Double_t fYi Initial Y
Double_t fZi Initial Z
Double_t fAlphai Initial alpha
Double_t fThetai Initial theta
Double_t fPhii Initial phi
TString fNamei Initial name
TGeoPara* 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* fEDx Number entry for DX2
TGNumberEntry* fEDy Number entry for DY
TGNumberEntry* fEDz Number entry for DZ
TGNumberEntry* fEAlpha Number entry for Alpha
TGNumberEntry* fETheta Number entry for Theta
TGNumberEntry* fEPhi Number entry for Theta
TGTextButton* fApply Apply-Button to accept changes
TGTextButton* fUndo Undo-Button
TGCheckButton* fDelayed Check button for delayed draw
void DoApply()
Slot for applying current settings.
void DoModified()
Slot for notifying modifications.
void DoUndo()
Slot for undoing last operation.
void DoPhi()
Slot for phi.
Author: M.Gheata
Last update: :$Name: $:$Id: TGeoParaEditor.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.