#include <cursor.h>
Public Member Functions | |
| Cursor_ (BC_SubWindow *canvas) | |
| ~Cursor_ () | |
| int | resize (int w, int h) |
| int | show (int flash, long selectionstart, long selectionend, long zoom_sample, long viewstart, int vertical) |
| int | hide (int flash) |
| int | draw (int flash, long selectionstart, long selectionend, long zoom_sample, long viewstart, int vertical) |
Public Attributes | |
| BC_SubWindow * | canvas |
| int | vertical |
| long | selectionstart |
| long | selectionend |
| long | zoom_sample |
| long | viewstart |
Definition at line 6 of file cursor.h.
|
|
Definition at line 3 of file cursor.C. References selectionend, selectionstart, viewstart, and zoom_sample. |
|
|
|
|
||||||||||||||||||||||||||||
|
Definition at line 30 of file cursor.C. References canvas. |
|
|
Definition at line 24 of file cursor.C. References draw(), selectionend, selectionstart, vertical, viewstart, and zoom_sample. |
|
||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
Definition at line 13 of file cursor.C. References draw(). |
|
|
Definition at line 17 of file cursor.h. Referenced by draw(). |
|
|
|
|
|
|
|
|
Definition at line 18 of file cursor.h. Referenced by hide(). |
|
|
|
|
|
|
1.4.4