library: libRGL
#include "TGLEditor.h"

TGLLightEditor


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

class TGLLightEditor : public TGCompositeFrame

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGCompositeFrame
<-
TGLLightEditor
    private:
TGLLightEditor(const TGLLightEditor&) TGLLightEditor& operator=(const TGLLightEditor&) public:
TGLLightEditor(const TGWindow* parent, TGLSAViewer* viewer) ~TGLLightEditor() static TClass* Class() void DoButton() virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TGLSAViewer* fViewer TGButton* fLights[5] TList fTrash public:
static const TGLLightEditor::EBuiltInLight kTop static const TGLLightEditor::EBuiltInLight kRight static const TGLLightEditor::EBuiltInLight kBottom static const TGLLightEditor::EBuiltInLight kLeft static const TGLLightEditor::EBuiltInLight kFront static const TGLLightEditor::EBuiltInLight kTot

Class Description


TGLLightEditor(const TGWindow *parent, TGLSAViewer *v) :TGCompositeFrame(parent, 100, 100, kVerticalFrame),// | kRaisedFrame), fViewer(v)
 Construct light editor GUI component, parented by window 'parent',
 bound to viewer 'v'

~TGLLightEditor()

void DoButton()
 Process light GUI change - send to viewer



Inline Functions


        TGLLightEditor& operator=(const TGLLightEditor&)
         TGLLightEditor TGLLightEditor(const TGWindow* parent, TGLSAViewer* viewer)
                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.26 2006/01/26 11:59:41 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.