#include <wcrGraphicsPipe.h>
Public Member Functions | |
wcrGraphicsPipe (const PipeSpecifier &) | |
virtual TypeHandle | get_window_type () const |
Returns the TypeHandle of the kind of window preferred by this kind of pipe. | |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
GraphicsPipe * | make_wcrGraphicsPipe (const FactoryParams ¶ms) |
TypeHandle | get_class_type () |
void | init_type () |
Protected Member Functions | |
wcrGraphicsPipe () | |
wcrGraphicsPipe (const wcrGraphicsPipe &) | |
wcrGraphicsPipe & | operator= (const wcrGraphicsPipe &) |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Definition at line 31 of file wcrGraphicsPipe.cxx. References wcrGraphicsWindow::get_class_type(). |
|
Definition at line 77 of file wcrGraphicsPipe.cxx. References pipe_type_name. |
|
Definition at line 82 of file wcrGraphicsPipe.cxx. |
|
Definition at line 57 of file wcrGraphicsPipe.h. |
|
Definition at line 61 of file wcrGraphicsPipe.cxx. |
|
Definition at line 73 of file wcrGraphicsPipe.cxx. References pipe_type_name. |
|
Returns the TypeHandle of the kind of window preferred by this kind of pipe.
Definition at line 46 of file wcrGraphicsPipe.cxx. |
|
Definition at line 67 of file wcrGraphicsPipe.cxx. References pipe_type_name. |
|
Definition at line 51 of file wcrGraphicsPipe.cxx. References _type_handle. |
|
Definition at line 87 of file wcrGraphicsPipe.cxx. |
|
Definition at line 29 of file wcrGraphicsPipe.cxx. Referenced by make_wcrGraphicsPipe(). |