library: libRGL
#include "TX11GL.h"

TX11GL


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

class TX11GL : public TVirtualGLImp

Inheritance Chart:
TVirtualGLImp
<-
TX11GL

    public:
TX11GL() TX11GL(const TX11GL&) ~TX11GL() static TClass* Class() virtual ULong_t CreateContext(Window_t wind) virtual Window_t CreateGLWindow(Window_t wind) virtual void DeleteContext(ULong_t ctx) virtual TClass* IsA() const virtual void MakeCurrent(Window_t wind, ULong_t ctx) TX11GL& operator=(const TX11GL&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) virtual void SwapBuffers(Window_t wind)

Data Members

    private:
Display* fDpy XVisualInfo* fVisInfo

Class Description

                                                                      
 TX11GL                                                               
                                                                      
 The TX11GL is X11 implementation of TVirtualGLImp class.             
                                                                      

TX11GL()
 Constructor.
Window_t CreateGLWindow(Window_t wind)
 Create a GL window.
ULong_t CreateContext(Window_t)
 Create context.
void DeleteContext(ULong_t ctx)
 Delete context.
void MakeCurrent(Window_t wind, ULong_t ctx)
 Make current.
void SwapBuffers(Window_t wind)
 Swap buffers.
TX11GL()

Author: Timur Pocheptsov (TX11GLManager) / Valeriy Onuchin (TX11GL)
Last update: root/gx11:$Name: $:$Id: TX11GL.cxx,v 1.20 2006/06/07 18:43:33 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.