library: libGeomBuilder
#include "TGeoParaEditor.h"

TGeoParaEditor


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

class TGeoParaEditor : public TGedFrame

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

    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)

Data Members


    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

Class Description

                                                                      
  TGeoParaEditor                                                      
                                                                      

TGeoParaEditor(const TGWindow *p, Int_t id, Int_t width, Int_t height, UInt_t options, Pixel_t back)
 Constructor for para editor
~TGeoParaEditor()
 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 DoX()
 Slot for X.
void DoY()
 Slot for Y.
void DoZ()
 Slot for Z.
void DoAlpha()
 Slot for alpha.
void DoTheta()
 Slot for theta.
void DoPhi()
 Slot for phi.
TGeoParaEditor(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: 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.