virtual | ~TGLContext() |
static TClass* | Class() |
Bool_t | ClearCurrent() |
static TGLContext* | GetCurrent() |
TGLContextIdentity* | GetIdentity() const |
static void | GlewInit() |
virtual TClass* | IsA() const |
Bool_t | IsValid() const |
Bool_t | MakeCurrent() |
void | Release() |
void | SetContext(TGLWidget* widget, const TGLContext* shareList) |
virtual void | ShowMembers(TMemberInspector& insp) const |
virtual void | Streamer(TBuffer&) |
void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |
void | SwapBuffers() |
TGLContext(TGLWidget* glWidget, Bool_t shareDefault = kTRUE, const TGLContext* shareList = 0) |
TGLContext& | operator=(const TGLContext&) |
TGLContext(const TGLContext&) |
TGLPaintDevice* | fDevice | |
Bool_t | fFromCtor | To prohibit user's calls of SetContext. |
TGLContextIdentity* | fIdentity | |
unique_ptr<TGLContextPrivate> | fPimpl | |
Bool_t | fValid | |
static Bool_t | fgGlewInitDone |
Inheritance Chart: | |||||
|
TGLContext(TGLPBuffer *glPbuf, const TGLContext *shareList = 0);
This functions are public _ONLY_ for calls via gROOT under win32. Please, DO NOT CALL IT DIRECTLY.