#include <bcdragwindow.h>
Inheritance diagram for BC_DragWindow:

Public Member Functions | |
| BC_DragWindow (BC_WindowBase *parent_window, BC_Pixmap *pixmap, int icon_x, int icon_y) | |
| BC_DragWindow (BC_WindowBase *parent_window, VFrame *frame, int icon_x, int icon_y) | |
| ~BC_DragWindow () | |
| int | cursor_motion_event () |
| int | drag_failure_event () |
| int | get_offset_x () |
| int | get_offset_y () |
| void | set_animation (int value) |
| BC_Pixmap * | prepare_frame (VFrame *frame, BC_WindowBase *parent_window) |
Static Private Member Functions | |
| static int | get_init_x (BC_WindowBase *parent_window, int icon_x) |
| static int | get_init_y (BC_WindowBase *parent_window, int icon_y) |
Private Attributes | |
| int | init_x |
| int | init_y |
| int | end_x |
| int | end_y |
| int | icon_offset_x |
| int | icon_offset_y |
| int | do_animation |
| VFrame * | temp_frame |
| BC_Pixmap * | my_pixmap |
Definition at line 7 of file bcdragwindow.h.
|
||||||||||||||||||||
|
Definition at line 7 of file bcdragwindow.C. |
|
||||||||||||||||||||
|
Definition at line 31 of file bcdragwindow.C. |
|
|
Definition at line 55 of file bcdragwindow.C. |
|
|
Reimplemented from BC_WindowBase. Definition at line 89 of file bcdragwindow.C. |
|
|
Definition at line 109 of file bcdragwindow.C. |
|
||||||||||||
|
Definition at line 59 of file bcdragwindow.C. |
|
||||||||||||
|
Definition at line 74 of file bcdragwindow.C. |
|
|
Definition at line 99 of file bcdragwindow.C. |
|
|
Definition at line 104 of file bcdragwindow.C. |
|
||||||||||||
|
Definition at line 139 of file bcdragwindow.C. |
|
|
Definition at line 134 of file bcdragwindow.C. |
|
|
Definition at line 28 of file bcdragwindow.h. |
|
|
Definition at line 26 of file bcdragwindow.h. |
|
|
Definition at line 26 of file bcdragwindow.h. |
|
|
Definition at line 27 of file bcdragwindow.h. |
|
|
Definition at line 27 of file bcdragwindow.h. |
|
|
Definition at line 25 of file bcdragwindow.h. |
|
|
Definition at line 25 of file bcdragwindow.h. |
|
|
Definition at line 30 of file bcdragwindow.h. |
|
|
Definition at line 29 of file bcdragwindow.h. |
1.4.4