library: libRGL
#include "TGLEditor.h"

TGLGeometryEditor


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

class TGLGeometryEditor : public TGCompositeFrame

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGCompositeFrame
<-
TGLGeometryEditor
    private:
TGLGeometryEditor(const TGLGeometryEditor&) void CreateCenterControls() void CreateStretchControls() TGLGeometryEditor& operator=(const TGLGeometryEditor&) public:
TGLGeometryEditor(const TGWindow* parent, TViewerOpenGL* viewer) ~TGLGeometryEditor() static TClass* Class() void Disable() void DoButton() void GetObjectData(Double_t* shift, Double_t* scale) virtual TClass* IsA() const void SetCenter(const Double_t* center) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) void ValueSet(Long_t unusedVal)

Data Members

    private:
TViewerOpenGL* fViewer TList fTrash TGLayoutHints* fL1 TGLayoutHints* fL2 TGNumberEntry* fGeomData[6] TGButton* fApplyButton Bool_t fIsActive Double_t fCenter[3] public:
static const enum TGLGeometryEditor:: kCenterX static const enum TGLGeometryEditor:: kCenterY static const enum TGLGeometryEditor:: kCenterZ static const enum TGLGeometryEditor:: kScaleX static const enum TGLGeometryEditor:: kScaleY static const enum TGLGeometryEditor:: kScaleZ static const enum TGLGeometryEditor:: kTot

Class Description


TGLGeometryEditor(const TGWindow *parent, TViewerOpenGL *v) :TGCompositeFrame(parent, 100, 100, kVerticalFrame | kRaisedFrame), fViewer(v)

void SetCenter(const Double_t *c)

void Disable()

void DoButton()

void GetObjectData(Double_t *shift, Double_t *scale)

void ValueSet(Long_t)

void CreateCenterControls()

void CreateStretchControls()



Inline Functions


                      void ~TGLGeometryEditor()
         TGLGeometryEditor TGLGeometryEditor(const TGLGeometryEditor&)
        TGLGeometryEditor& operator=(const TGLGeometryEditor&)
                   TClass* Class()
                   TClass* IsA() const
                      void ShowMembers(TMemberInspector& insp, char* parent)
                      void Streamer(TBuffer& b)
                      void StreamerNVirtual(TBuffer& b)


Author: Timur Pocheptsov 03/08/2004
Last update: root/gl:$Name: $:$Id: TGLEditor.cxx,v 1.13 2004/11/29 21:59:07 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.