library: libRGL
#include "TGLRenderArea.h"

TGLWindow


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

class TGLWindow : public TGCompositeFrame

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGCompositeFrame
<-
TGLWindow
    private:
TGLWindow(const TGLWindow&) TGLWindow& operator=(const TGLWindow&) public:
TGLWindow(Window_t id, const TGWindow* parent) ~TGLWindow() static TClass* Class() virtual Bool_t HandleButton(Event_t* event) virtual Bool_t HandleConfigureNotify(Event_t* event) virtual Bool_t HandleDoubleClick(Event_t* event) virtual Bool_t HandleExpose(Event_t* event) virtual Bool_t HandleKey(Event_t* event) virtual Bool_t HandleMotion(Event_t* event) virtual TClass* IsA() const void MakeCurrent() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) void SwapBuffers()

Data Members

    private:
ULong_t fCtx

Class Description

TGLWindow(Window_t id, const TGWindow *parent)
 Constructor.
~TGLWindow()
 Destructor.
Bool_t HandleConfigureNotify(Event_t *event)
 Handle configure notify.
Bool_t HandleButton(Event_t *event)
 Ensure we take focus so keyboard events are captured.
Bool_t HandleDoubleClick(Event_t *event)
 Handle double click.
Bool_t HandleKey(Event_t *event)
 Handle key.
Bool_t HandleMotion(Event_t *event)
 Handle motion.
Bool_t HandleExpose(Event_t *event)
 Handle expose.
void SwapBuffers()
 Swap buffers.
void MakeCurrent()
 Make current.
TGLWindow(Window_t id, const TGWindow *parent)

Author: Timur Pocheptsov 03/08/2004
Last update: root/gl:$Name: $:$Id: TGLRenderArea.cxx,v 1.7 2006/05/15 16:22:39 couet 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.