#include "TROOT.h"#include "TColor.h"#include "TGX11.h"#include "TPoint.h"#include "TMath.h"#include "TStorage.h"#include "TStyle.h"#include "TExMap.h"#include "TEnv.h"#include "TString.h"#include "TObjString.h"#include "TObjArray.h"#include "RStipples.h"#include "strlcpy.h"#include <X11/Xlib.h>#include <X11/Xutil.h>#include <X11/Xatom.h>#include <X11/cursorfont.h>#include <X11/keysym.h>#include <X11/xpm.h>#include <cstdio>#include <cstring>#include <cstdlib>#include <cctype>#include <unistd.h>#include "gifencode.h"#include "gifdecode.h"#include "rotated.h"Classes | |
| struct | RVisual |
| struct | RXColor |
| struct | RXGCValues |
| struct | RXImage |
| struct | RXPoint |
| struct | RXVisualInfo |
| class | TX11GifEncode |
| Helper class to extract pixel information from XImage for store in the GIF. More... | |
| struct | XWindow_t |
| Description of a X11 window. More... | |
Functions | |
| static Int_t | DummyX11ErrorHandler (Display *, XErrorEvent *) |
| Dummy error handler for X11. Used by FindUsableVisual(). | |
Variables | ||
| static int | gCapStyle = CapButt | |
| static Int_t | gCurrentFontNumber = 0 | |
| static XWindow_t * | gCws | |
| struct { | ||
| XFontStruct * id | ||
| char name [80] | ||
| } | gFont [kMAXFONT] | |
| static GC | gGCecho | |
| static int | gJoinStyle = JoinMiter | |
| static ULong_t | gKeybdMask | |
| static int | gMarkerCapStyle = CapRound | |
| static int | gMarkerJoinStyle = JoinRound | |
| static int | gMarkerLineStyle = LineSolid | |
| static ULong_t | gMouseMask | |
| static Cursor | gNullCursor = 0 | |
| static XFontStruct * | gTextFont | |
| static XWindow_t * | gTws | |
| const int | kAlignNone = 0 | |
| const int | kBCenter = 8 | |
| const Int_t | kBIGGEST_RGB_VALUE = 65535 | |
| const int | kBLeft = 7 | |
| const int | kBRight = 9 | |
| const int | kGCdash = 5 | |
| const int | kGCfill = 2 | |
| const int | kGCinvt = 4 | |
| const int | kGCline = 0 | |
| const int | kGCmark = 1 | |
| const int | kGCpxmp = 6 | |
| const int | kGCtext = 3 | |
| const Int_t | kMAXFONT = 4 | |
| const int | kMAXGC = 7 | |
| const int | kMCenter = 5 | |
| const int | kMLeft = 4 | |
| const int | kMRight = 6 | |
| const int | kTCenter = 2 | |
| const int | kTLeft = 1 | |
| const int | kTRight = 3 | |
| const char | null_cursor_bits [] | |
|
static |
| struct { ... } gFont[kMAXFONT] |
|
static |
|
static |
|
static |
| XFontStruct* id |