library: libGeomBuilder
#include "TGeoEltuEditor.h"

TGeoEltuEditor


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

class TGeoEltuEditor : public TGedFrame

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

    protected:
virtual void ConnectSignals2Slots() Bool_t IsDelayed() const public:
TGeoEltuEditor(const TGWindow* p, Int_t id, Int_t width = 140, Int_t height = 30, UInt_t options = kChildFrame, Pixel_t back = GetDefaultFrameBackground()) TGeoEltuEditor(const TGeoEltuEditor&) virtual ~TGeoEltuEditor() static TClass* Class() void DoA() void DoApply() void DoB() void DoDz() void DoModified() void DoName() 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 fAi Initial semi-axis of the ellipse along x Double_t fBi Initial semi-axis of the ellipse along y Double_t fDzi Initial half length in z TString fNamei Initial name TGeoEltu* 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* fEA Number entry for A TGNumberEntry* fEB Number entry for B TGNumberEntry* fEDz Number entry for DZ TGTextButton* fApply Apply-Button to accept changes TGTextButton* fUndo Undo-Button TGCheckButton* fDelayed Check button for delayed draw

Class Description

                                                                      
  TGeoEltuEditor                                                      
                                                                      

TGeoEltuEditor(const TGWindow *p, Int_t id, Int_t width, Int_t height, UInt_t options, Pixel_t back)
 Constructor for para editor
~TGeoEltuEditor()
 Destructor
void ConnectSignals2Slots()
 Connect signals to slots.
void SetModel(TVirtualPad* pad, TObject* obj, Int_t)
 Connect to the selected object.
void DoName()
 Slot for name.
Bool_t IsDelayed()
 Check if shape drawing is delayed.
void DoApply()
 Slot for applying current settings.
void DoModified()
 Slot for notifying modifications.
void DoUndo()
 Slot for undoing last operation.
void DoA()
 Slot for A.
void DoB()
 Slot for B.
void DoDz()
 Slot for Z.
TGeoEltuEditor(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: TGeoEltuEditor.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.