library: libGeomBuilder #include "TGeoMatrixEditor.h" |
TGeoTranslationEditor
class description - header file - source file - inheritance tree (.pdf)
protected:
virtual void ConnectSignals2Slots()
public:
TGeoTranslationEditor(const TGWindow* p, Int_t id, Int_t width = 140, Int_t height = 30, UInt_t options = kChildFrame, Pixel_t back = GetDefaultFrameBackground())
TGeoTranslationEditor(const TGeoTranslationEditor&)
virtual ~TGeoTranslationEditor()
static TClass* Class()
void DoApply()
void DoCancel()
void DoDx()
void DoDy()
void DoDz()
void DoModified()
void DoName()
Bool_t DoParameters()
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 fDxi Initial dx
Double_t fDyi Initial dy
Double_t fDzi Initial dz
TString fNamei Initial name
TGeoTranslation* fTranslation Translation object
Bool_t fIsModified Flag that this was modified
Bool_t fIsEditable Flag that this can be changed
TGTextEntry* fTransName Translation name text entry
TGNumberEntry* fTransDx Number entry for box DX
TGNumberEntry* fTransDy Number entry for box DY
TGNumberEntry* fTransDz Number entry for box DZ
TGTextButton* fApply Apply-Button to accept changes
TGTextButton* fCancel Cancel-Button
TGTextButton* fUndo Undo-Button
void DoApply()
Slot for applying changes.
void DoCancel()
Slot for cancelling last modifications non-applied.
void DoUndo()
Slot for undoing last operation.
Author: M.Gheata
Last update: :$Name: $:$Id: TGeoMatrixEditor.cxx,v 1.3 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.