Logo ROOT   6.16/01
Reference Guide
TGWin32VirtualGLProxy.h
Go to the documentation of this file.
1// @(#)root/win32gdk:$Id$
2// Author: Valeriy Onuchin 05/08/04
3
4/*************************************************************************
5 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12#ifndef ROOT_TGWin32VirtualGLProxy
13#define ROOT_TGWin32VirtualGLProxy
14
15
16//////////////////////////////////////////////////////////////////////////
17// //
18// TGWin32VirtualGLProxy //
19// //
20// The TGWin32VirtualGLProxy proxy class to TVirtualGL //
21// //
22//////////////////////////////////////////////////////////////////////////
23
24#include "TVirtualGL.h"
25
26#include "TGWin32ProxyBase.h"
27
28
30{
31public:
33
41 void ExtractViewport(Int_t devInd, Int_t *vp);
42 void ReadGLBuffer(Int_t devInd);
44 void Flush(Int_t ctxInd);
45 void DeleteGLContext(Int_t devInd);
46 Bool_t SelectManip(TVirtualGLManip *manip, const TGLCamera *camera, const TGLRect *rect, const TGLBoundingBox *sceneBox);
53
55 static TGLManager *RealObject();
56};
57#endif
Handle_t Window_t
Definition: GuiTypes.h:28
#define h(i)
Definition: RSha256.hxx:106
int Int_t
Definition: RtypesCore.h:41
unsigned int UInt_t
Definition: RtypesCore.h:42
bool Bool_t
Definition: RtypesCore.h:59
Concrete class describing an orientated (free) or axis aligned box of 8 vertices.
Abstract base camera class - concrete classes for orthographic and perspective cameras derive from it...
Definition: TGLCamera.h:44
Viewport (pixel base) 2D rectangle class.
Definition: TGLUtil.h:423
void MarkForDirectCopy(Int_t devInd, Bool_t)
void ExtractViewport(Int_t devInd, Int_t *vp)
Bool_t HighColorFormat(Int_t ctx)
char * GetPlotInfo(TVirtualGLPainter *plot, Int_t px, Int_t py)
Bool_t SelectManip(TVirtualGLManip *manip, const TGLCamera *camera, const TGLRect *rect, const TGLBoundingBox *sceneBox)
void PaintSingleObject(TVirtualGLPainter *)
void ReadGLBuffer(Int_t devInd)
static TGLManager * RealObject()
void DeleteGLContext(Int_t devInd)
void PanObject(TVirtualGLPainter *o, Int_t x, Int_t y)
Int_t GetVirtualXInd(Int_t devInd)
Bool_t PlotSelected(TVirtualGLPainter *plot, Int_t px, Int_t py)
static TGLManager * ProxyObject()
void PrintViewer(TVirtualViewer3D *vv)
Int_t CreateGLContext(Int_t winInd)
Bool_t ResizeOffScreenDevice(Int_t devInd, Int_t x, Int_t y, UInt_t w, UInt_t h)
Bool_t AttachOffScreenDevice(Int_t ctxInd, Int_t x, Int_t y, UInt_t w, UInt_t h)
void SelectOffScreenDevice(Int_t devInd)
Int_t InitGLWindow(Window_t winID)
Bool_t MakeCurrent(Int_t devInd)
void Flush(Int_t ctxInd)
Proxy classes provide thread-safe interface to global objects.
Abstract 3D shapes viewer.
Double_t y[n]
Definition: legend1.C:17
Double_t x[n]
Definition: legend1.C:17