#include <hardwareChannel.h>
Inheritance diagram for HardwareChannel:

Public Member Functions | |
| HardwareChannel (GraphicsWindow *window) | |
| ~HardwareChannel (void) | |
| virtual void | window_resized (int x, int y) |
| INLINE int | get_id (void) const |
| INLINE int | get_xorg (void) const |
| INLINE int | get_yorg (void) const |
| INLINE int | get_xsize (void) const |
| INLINE int | get_ysize (void) const |
| virtual TypeHandle | get_type () const |
| virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
| TypeHandle | get_class_type () |
| void | init_type () |
Protected Attributes | |
| int | _id |
| int | _xorg |
| int | _yorg |
| int | _xsize |
| int | _ysize |
Static Private Attributes | |
| TypeHandle | _type_handle |
|
|
Definition at line 33 of file hardwareChannel.cxx. References _id, _xorg, _xsize, _yorg, _ysize, and GraphicsChannel::set_active(). |
|
|
Definition at line 51 of file hardwareChannel.cxx. |
|
|
Reimplemented from GraphicsChannel. Definition at line 75 of file hardwareChannel.h. References GraphicsChannel::get_class_type(), and GraphicsChannel::init_type(). |
|
|
Reimplemented from GraphicsChannel. Definition at line 64 of file hardwareChannel.h. |
|
|
|
|
|
Reimplemented from GraphicsChannel. Definition at line 72 of file hardwareChannel.h. References GraphicsChannel::get_class_type(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from GraphicsChannel. Definition at line 67 of file hardwareChannel.h. References GraphicsChannel::get_class_type(), GraphicsChannel::init_type(), and register_type(). Referenced by init_libdisplay(). |
|
||||||||||||
|
Reimplemented from GraphicsChannel. Definition at line 63 of file hardwareChannel.cxx. |
|
|
Definition at line 56 of file hardwareChannel.h. Referenced by HardwareChannel(). |
|
|
Reimplemented from GraphicsChannel. Definition at line 25 of file hardwareChannel.cxx. |
|
|
Definition at line 57 of file hardwareChannel.h. Referenced by HardwareChannel(). |
|
|
Definition at line 59 of file hardwareChannel.h. Referenced by HardwareChannel(). |
|
|
Definition at line 58 of file hardwareChannel.h. Referenced by HardwareChannel(). |
|
|
Definition at line 60 of file hardwareChannel.h. Referenced by HardwareChannel(). |
1.3