#include <wglGraphicsStateGuardian.h>
Inheritance diagram for wglGraphicsStateGuardian:
Public Member Functions | |
wglGraphicsStateGuardian (const FrameBufferProperties &properties, int pfnum) | |
virtual | ~wglGraphicsStateGuardian () |
INLINE int | get_pfnum () const |
INLINE HGLRC | get_context (HDC hdc) |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
Private Member Functions | |
void | make_context (HDC hdc) |
Private Attributes | |
bool | _made_context |
int | _pfnum |
HGLRC | _context |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Definition at line 30 of file wglGraphicsStateGuardian.cxx. References _context, _made_context, and NULL. |
|
Definition at line 45 of file wglGraphicsStateGuardian.cxx. |
|
Reimplemented from GLGraphicsStateGuardian. Definition at line 58 of file wglGraphicsStateGuardian.h. References get_class_type(), and init_type(). |
|
Reimplemented from GLGraphicsStateGuardian. Definition at line 47 of file wglGraphicsStateGuardian.h. References _type_handle. Referenced by force_init_type(), and get_type(). |
|
Referenced by wglGraphicsWindow::make_current(). |
|
Referenced by wglGraphicsWindow::open_window(). |
|
Reimplemented from GLGraphicsStateGuardian. Definition at line 55 of file wglGraphicsStateGuardian.h. References get_class_type(). |
|
Reimplemented from GLGraphicsStateGuardian. Definition at line 50 of file wglGraphicsStateGuardian.h. References _type_handle, GLGraphicsStateGuardian::get_class_type(), GLGraphicsStateGuardian::init_type(), and register_type(). Referenced by force_init_type(), and init_libwgldisplay(). |
|
Definition at line 60 of file wglGraphicsStateGuardian.cxx. References _context, _made_context, and NULL. |
|
Definition at line 44 of file wglGraphicsStateGuardian.h. Referenced by make_context(), wglGraphicsStateGuardian(), and ~wglGraphicsStateGuardian(). |
|
Definition at line 42 of file wglGraphicsStateGuardian.h. Referenced by make_context(), and wglGraphicsStateGuardian(). |
|
Definition at line 43 of file wglGraphicsStateGuardian.h. |
|
Reimplemented from GLGraphicsStateGuardian. Definition at line 22 of file wglGraphicsStateGuardian.cxx. Referenced by get_class_type(), and init_type(). |