#include <canvas.h>
Inherits BC_SubWindow.

Public Member Functions | |
| CanvasOutput (Canvas *canvas, int x, int y, int w, int h) | |
| ~CanvasOutput () | |
| int | cursor_leave_event () |
| int | cursor_enter_event () |
| int | button_press_event () |
| int | button_release_event () |
| int | cursor_motion_event () |
| int | keypress_event () |
Data Fields | |
| Canvas * | canvas |
Definition at line 213 of file canvas.h.
| CanvasOutput::CanvasOutput | ( | Canvas * | canvas, | |
| int | x, | |||
| int | y, | |||
| int | w, | |||
| int | h | |||
| ) |
| int CanvasOutput::cursor_leave_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 869 of file canvas.C.
References canvas, and Canvas::cursor_leave_event_base().

| int CanvasOutput::cursor_enter_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 874 of file canvas.C.
References canvas, and Canvas::cursor_enter_event_base().

| int CanvasOutput::button_press_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 879 of file canvas.C.
References Canvas::button_press_event_base(), and canvas.

| int CanvasOutput::button_release_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 884 of file canvas.C.
References Canvas::button_release_event(), and canvas.

| int CanvasOutput::cursor_motion_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 889 of file canvas.C.
References canvas, and Canvas::cursor_motion_event().

| int CanvasOutput::keypress_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 894 of file canvas.C.
References canvas, and Canvas::keypress_event().

Definition at line 230 of file canvas.h.
Referenced by button_press_event(), button_release_event(), cursor_enter_event(), cursor_leave_event(), cursor_motion_event(), and keypress_event().
1.5.5