#include <GLXPane.h>
Inheritance diagram for GLXPane:
Public Members | |||
![]() | ![]() | GLXPane (Bool doubleBuffer = true) | |
![]() | ![]() | ~GLXPane () | |
![]() | ![]() | Void | Init () |
![]() | ![]() | Void | MakeCurrent () |
![]() | ![]() | Void | Show () |
![]() | ![]() | XVisualInfo* | GetVisualInfo () |
Protected Members | |||
![]() | ![]() | Bool | doubleBuffered |
![]() | ![]() | GLXContext | context |
Static Protected Members | |||
![]() | ![]() | XVisualInfo* | sGLXVisualInfo = 0 |
![]() | ![]() | XVisualInfo* | sGLXDblVisualInfo = 0 |
Definition at line 18 of file GLXPane.h.
GLXPane::GLXPane (Bool db = true) |
Definition at line 30 of file GLXPane.cc.
GLXPane::~GLXPane () |
XVisualInfo* GLXPane::GetVisualInfo () [virtual]
|
Reimplemented from XPane.
Void GLXPane::Init () [virtual]
|
Reimplemented from XPane.
Void GLXPane::MakeCurrent () [virtual]
|
Void GLXPane::Show () |
GLXContext GLXPane::context [protected]
|
Bool GLXPane::doubleBuffered [protected]
|
XVisualInfo * GLXPane::sGLXDblVisualInfo = 0 [static, protected]
|
XVisualInfo * GLXPane::sGLXVisualInfo = 0 [static, protected]
|