#include <stdexcept>
#include <vector>
#include "TVirtualX.h"
#include "TGClient.h"
#include "TError.h"
#include "TROOT.h"
#include "TGLWidget.h"
#include "TGLIncludes.h"
#include "TGLWSIncludes.h"
#include "TGLUtil.h"
#include "TGLEventHandler.h"
Go to the source code of this file.
Functions | |
ClassImp (TGLWidget) | |
void | fill_format (std::vector< Int_t > &format, const TGLFormat &request) |
ClassImp | ( | TGLWidget | ) |
Definition at line 387 of file TGLWidget.cxx.
References TGLFormat::GetDepthSize(), TGLFormat::GetSamples(), TGLFormat::GetStencilSize(), GLX_ACCUM_BLUE_SIZE, GLX_ACCUM_GREEN_SIZE, GLX_ACCUM_RED_SIZE, GLX_BLUE_SIZE, GLX_DEPTH_SIZE, GLX_DOUBLEBUFFER, GLX_GREEN_SIZE, GLX_RED_SIZE, GLX_RGBA, GLX_SAMPLE_BUFFERS_ARB, GLX_SAMPLES_ARB, GLX_STENCIL_SIZE, GLX_STEREO, TGLFormat::HasAccumBuffer(), TGLFormat::HasDepth(), TGLFormat::HasMultiSampling(), TGLFormat::HasStencil(), TGLFormat::IsDoubleBuffered(), TGLFormat::IsStereo(), and None.
Referenced by TGLWidget::CreateWindow().