Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
Graphics' Backends

Graphics' Backends interface classes.

Graphics classes interfacing ROOT graphics with the low level native graphics backends(s) like X11, Cocoa, Win32 etc... These classes are not meant to be used directly by ROOT users.

Modules

 Cocoa backend
 Interface to MacOS native graphics system.
 
 Win32 backend
 Interface to Windows graphics.
 
 X11 backend
 Interface to X11 graphics.
 

Classes

class  TTFX11Init
 Small utility class that takes care of switching the current gVirtualX to the new TGX11TTF class as soon as the shared library containing this class is loaded. More...
 
class  TVirtualX
 Semi-Abstract base class defining a generic interface to the underlying, low level, native graphics backend (X11, Win32, MacOS, OpenGL...). More...