
Go to the source code of this file.
Defines | |
| #define | ARROW_CURSOR 0 |
| #define | IBEAM_CURSOR 1 |
| #define | VSEPARATE_CURSOR 2 |
| #define | HSEPARATE_CURSOR 3 |
| #define | MOVE_CURSOR 4 |
| #define | LEFT_CURSOR 5 |
| #define | RIGHT_CURSOR 6 |
| #define | UPRIGHT_ARROW_CURSOR 7 |
| #define | UPLEFT_RESIZE 8 |
| #define | UPRIGHT_RESIZE 9 |
| #define | DOWNLEFT_RESIZE 10 |
| #define | DOWNRIGHT_RESIZE 11 |
| #define | CROSS_CURSOR 12 |
| #define | HOURGLASS_CURSOR 13 |
| #define | TRANSPARENT_CURSOR 14 |
| #define ARROW_CURSOR 0 |
Definition at line 4 of file cursors.h.
Referenced by BC_ListBox::BC_ListBox(), BC_WindowBase::create_window(), CWindowCanvas::cursor_enter_event(), CWindowCanvas::cursor_leave_event(), HistogramCanvas::cursor_motion_event(), BC_ListBox::cursor_motion_event(), TrackCanvas::cursor_motion_event(), BC_WindowBase::get_cursor_struct(), BC_WindowBase::initialize(), CWindowCanvas::test_crop(), TimeBar::test_preview(), TransitionHandles::update(), EditHandles::update(), TrackCanvas::update_cursor(), TimeBar::update_labels(), and TimeBar::update_points().
| #define CROSS_CURSOR 12 |
Definition at line 16 of file cursors.h.
Referenced by PerspectiveWindow::create_objects(), CompressorWindow::create_objects(), CWindowCanvas::cursor_enter_event(), and BC_WindowBase::get_cursor_struct().
| #define DOWNLEFT_RESIZE 10 |
Definition at line 14 of file cursors.h.
Referenced by BC_WindowBase::get_cursor_struct(), and CWindowCanvas::test_crop().
| #define DOWNRIGHT_RESIZE 11 |
Definition at line 15 of file cursors.h.
Referenced by BC_WindowBase::get_cursor_struct(), and CWindowCanvas::test_crop().
| #define HOURGLASS_CURSOR 13 |
Definition at line 17 of file cursors.h.
Referenced by BC_WindowBase::create_window(), BC_WindowBase::get_cursor_struct(), BC_WindowBase::start_hourglass_recursive(), and BC_WindowBase::unhide_cursor().
| #define HSEPARATE_CURSOR 3 |
Definition at line 7 of file cursors.h.
Referenced by AWindowGUI::create_objects(), BC_ListBox::cursor_motion_event(), BC_WindowBase::get_cursor_struct(), BC_ListBox::test_column_divisions(), and TimeBar::test_preview().
| #define IBEAM_CURSOR 1 |
Definition at line 5 of file cursors.h.
Referenced by TrackCanvas::cursor_motion_event(), BC_WindowBase::get_cursor_struct(), BC_TextBox::initialize(), and TrackCanvas::update_cursor().
| #define LEFT_CURSOR 5 |
Definition at line 9 of file cursors.h.
Referenced by TrackCanvas::do_edit_handles(), TrackCanvas::do_plugin_handles(), BC_WindowBase::get_cursor_struct(), and TimeBar::test_preview().
| #define MOVE_CURSOR 4 |
Definition at line 8 of file cursors.h.
Referenced by RecordMonitorCanvas::cursor_enter_event(), CWindowCanvas::cursor_enter_event(), and BC_WindowBase::get_cursor_struct().
| #define RIGHT_CURSOR 6 |
Definition at line 10 of file cursors.h.
Referenced by TrackCanvas::do_edit_handles(), TrackCanvas::do_plugin_handles(), BC_WindowBase::get_cursor_struct(), and TimeBar::test_preview().
| #define TRANSPARENT_CURSOR 14 |
Definition at line 18 of file cursors.h.
Referenced by BC_WindowBase::get_cursor_struct(), TestWindow::keypress_event(), and BC_WindowBase::update_video_cursor().
| #define UPLEFT_RESIZE 8 |
Definition at line 12 of file cursors.h.
Referenced by BC_WindowBase::get_cursor_struct(), and CWindowCanvas::test_crop().
| #define UPRIGHT_ARROW_CURSOR 7 |
Definition at line 11 of file cursors.h.
Referenced by HistogramCanvas::cursor_motion_event(), TrackCanvas::do_keyframes(), TrackCanvas::do_transitions(), BC_WindowBase::get_cursor_struct(), and BC_Toggle::initialize().
| #define UPRIGHT_RESIZE 9 |
Definition at line 13 of file cursors.h.
Referenced by BC_WindowBase::get_cursor_struct(), and CWindowCanvas::test_crop().
| #define VSEPARATE_CURSOR 2 |
1.5.5