| library: libRGL #include "TGLEditor.h"
 | 
TGLGuideEditor
class description - header file - source file - inheritance tree (.pdf)
    private:
                      TGLGuideEditor(const TGLGuideEditor&)
      TGLGuideEditor& operator=(const TGLGuideEditor&)
                 void UpdateReferencePos()
    public:
                      TGLGuideEditor(const TGWindow* parent, TGLSAViewer* viewer)
                      ~TGLGuideEditor()
       static TClass* Class()
                 void GetState(TGLViewer::EAxesType& axesType, Bool_t& referenceOn, Double_t* referencePos) const
      virtual TClass* IsA() const
                 void SetState(TGLViewer::EAxesType axesType, Bool_t referenceOn, const Double_t* referencePos)
         virtual void ShowMembers(TMemberInspector& insp, char* parent)
         virtual void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)
                 void Update()
    private:
        TGLSAViewer* fViewer              
      TGButtonGroup* fAxesContainer       
       TGGroupFrame* fReferenceContainer  
      TGCheckButton* fReferenceOn         
      TGNumberEntry* fReferencePos[3]     
      TGLayoutHints* fL1                  
      TGLayoutHints* fL2                  
               TList fTrash               
______________________________________________________________________________
 
void GetState(TGLViewer::EAxesType & axesType, Bool_t & referenceOn, Double_t referencePos[3])
 Get GUI state into arguments:
 'axesType'     - axes type - one of EAxesType - kAxesNone/kAxesPlane/kAxesBox
 'referenceOn'  - reference marker on (visible)
 'referencePos' - current reference position (vertex)
 
void SetState(TGLViewer::EAxesType axesType, Bool_t referenceOn, const Double_t referencePos[3])
 Set GUI state from arguments:
 'axesType'     - axes type - one of EAxesType - kAxesNone/kAxesPlane/kAxesBox
 'referenceOn'  - reference marker on (visible)
 'referencePos' - current reference position (vertex)
 
void UpdateReferencePos()
 Enable/disable reference position (x/y/z) number edits based on
 reference check box
 
Author: Timur Pocheptsov 03/08/2004
Last update: root/gl:$Name:  $:$Id: TGLEditor.cxx,v 1.29 2006/05/31 07:48:56 brun Exp $
Copyright  (C) 1995-2004, 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.