26#if !defined(__CLING__)
29typedef struct _XDisplay Display;
Handle_t Window_t
Window handle.
int Int_t
Signed integer 4 bytes (int).
unsigned int UInt_t
Unsigned integer 4 bytes (unsigned int).
bool Bool_t
Boolean (0=false, 1=true) (bool).
#define ClassDefOverride(name, id)
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...
Viewport (pixel base) 2D rectangle class.
Abstract 3D shapes viewer.
void PanObject(TVirtualGLPainter *o, Int_t x, Int_t y) override
Pan objects.
TX11GLManager & operator=(const TX11GLManager &)
Int_t InitGLWindow(Window_t winID) override
Try to find correct visual.
~TX11GLManager() override
Destructor.
char * GetPlotInfo(TVirtualGLPainter *plot, Int_t px, Int_t py) override
Analog of TObject::GetObjectInfo.
void ReadGLBuffer(Int_t devInd) override
GL buffer is read info buffer, after that lines are reordered into XImage, XImage copied into pixmap.
void SelectOffScreenDevice(Int_t devInd) override
Selects off-screen device to make it accessible by gVirtualX.
void Flush(Int_t ctxInd) override
Swaps buffers or copy pixmap.
Bool_t HighColorFormat(Int_t) override
Bool_t AttachOffScreenDevice(Int_t ctxInd, Int_t x, Int_t y, UInt_t w, UInt_t h) override
Attach off screen device.
void DeleteGLContext(Int_t devInd) override
Deletes GLX context and frees pixmap and image (if any).
void MarkForDirectCopy(Int_t devInd, Bool_t) override
Selection-rotation support for TPad/TCanvas.
Bool_t MakeCurrent(Int_t devInd) override
Make GL context current.
Int_t GetVirtualXInd(Int_t devInd) override
Returns an index suitable for gVirtualX.
Bool_t ResizeOffScreenDevice(Int_t devInd, Int_t x, Int_t y, UInt_t w, UInt_t h) override
Resize off screen device.
Int_t CreateGLContext(Int_t winInd) override
Context creation requires Display * and XVisualInfo (was saved for such winInd).
Bool_t CreateGLPixmap(TGLContext_t &)
Create GL pixmap.
void PrintViewer(TVirtualViewer3D *vv) override
Print viewer.
void PaintSingleObject(TVirtualGLPainter *) override
Paint a single object.
Bool_t PlotSelected(TVirtualGLPainter *plot, Int_t px, Int_t py) override
Analog of TObject::DistancetoPrimitive.
TX11GLManager()
Constructor.
Bool_t SelectManip(TVirtualGLManip *manip, const TGLCamera *camera, const TGLRect *rect, const TGLBoundingBox *sceneBox) override
Select manipulator.
TX11GLManager(const TX11GLManager &)
void ExtractViewport(Int_t devInd, Int_t *vp) override
Returns the current dimensions of a GL pixmap.