#include <wglGraphicsPipe.h>
Inheritance diagram for wglGraphicsPipe:
Public Member Functions | |
wglGraphicsPipe () | |
virtual | ~wglGraphicsPipe () |
virtual string | get_interface_name () const |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
PT (GraphicsPipe) pipe_ const ructor() | |
TypeHandle | get_class_type () |
void | init_type () |
Protected Member Functions | |
virtual | PT (GraphicsStateGuardian) make_gsg(const FrameBufferProperties &properties) |
virtual | PT (GraphicsWindow) make_window(GraphicsStateGuardian *gsg) |
Private Member Functions | |
int | choose_pfnum (FrameBufferProperties &properties, HDC hdc) const |
int | find_pixfmtnum (FrameBufferProperties &properties, HDC hdc, bool bLookforHW) const |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Definition at line 34 of file wglGraphicsPipe.cxx. |
|
Definition at line 43 of file wglGraphicsPipe.cxx. |
|
Definition at line 137 of file wglGraphicsPipe.cxx. References find_pixfmtnum(). |
|
|
Reimplemented from WinGraphicsPipe. Definition at line 60 of file wglGraphicsPipe.h. References WinGraphicsPipe::get_class_type(), and WinGraphicsPipe::init_type(). |
|
Reimplemented from WinGraphicsPipe. Definition at line 49 of file wglGraphicsPipe.h. Referenced by init_libwgldisplay(). |
|
Implements GraphicsPipe. Definition at line 57 of file wglGraphicsPipe.cxx. |
|
Reimplemented from WinGraphicsPipe. Definition at line 57 of file wglGraphicsPipe.h. References WinGraphicsPipe::get_class_type(). |
|
Reimplemented from WinGraphicsPipe. Definition at line 52 of file wglGraphicsPipe.h. References WinGraphicsPipe::get_class_type(), WinGraphicsPipe::init_type(), and register_type(). Referenced by init_libwgldisplay(). |
|
Implements GraphicsPipe. |
|
Reimplemented from GraphicsPipe. |
|
|
|
Reimplemented from WinGraphicsPipe. Definition at line 26 of file wglGraphicsPipe.cxx. |