#include <videowindowgui.h>
Public Member Functions | |
| VideoWindowGUI (VideoWindow *thread, int w, int h) | |
| ~VideoWindowGUI () | |
| int | create_objects () |
| int | resize_event (int w, int h) |
| int | close_event () |
| int | keypress_event () |
| int | update_title () |
| int | start_cropping () |
| int | stop_cropping () |
Public Attributes | |
| int | x1 |
| int | y1 |
| int | x2 |
| int | y2 |
| int | center_x |
| int | center_y |
| int | x_offset |
| int | y_offset |
| VideoWindow * | thread |
| VideoWindowCanvas * | canvas |
Definition at line 7 of file videowindowgui.h.
|
||||||||||||||||
|
Definition at line 13 of file videowindowgui.C. |
|
|
Definition at line 28 of file videowindowgui.C. |
|
|
Definition at line 90 of file videowindowgui.C. References VideoWindow::hide_window(), and thread. |
|
|
Definition at line 32 of file videowindowgui.C. References canvas, VideoWindow::get_h(), VideoWindow::get_w(), and update_title(). |
|
|
Definition at line 39 of file videowindowgui.C. |
|
||||||||||||
|
Definition at line 43 of file videowindowgui.C. |
|
|
|
|
|
|
|
|
Definition at line 72 of file videowindowgui.C. Referenced by create_objects(), and VideoWindow::resize_window(). |
|
|
Definition at line 24 of file videowindowgui.h. Referenced by create_objects(), VideoWindow::get_bitmap(), VideoWindow::init_video(), VideoWindow::resize_window(), VideoWindow::start_cropping(), and VideoWindow::stop_video(). |
|
|
Definition at line 21 of file videowindowgui.h. |
|
|
Definition at line 21 of file videowindowgui.h. |
|
|
Definition at line 23 of file videowindowgui.h. Referenced by VideoWindowCanvas::button_press(), VideoWindowCanvas::button_release(), close_event(), and VideoWindowCanvas::cursor_motion(). |
|
|
Definition at line 21 of file videowindowgui.h. Referenced by VideoWindowCanvas::button_press(), VideoWindowCanvas::cursor_motion(), VideoWindowCanvas::draw_crop_box(), VideoWindow::get_aspect_ratio(), and VideoWindow::start_cropping(). |
|
|
Definition at line 21 of file videowindowgui.h. Referenced by VideoWindowCanvas::button_press(), VideoWindowCanvas::cursor_motion(), VideoWindowCanvas::draw_crop_box(), VideoWindow::get_aspect_ratio(), and VideoWindow::start_cropping(). |
|
|
Definition at line 22 of file videowindowgui.h. Referenced by VideoWindowCanvas::button_press(), and VideoWindowCanvas::cursor_motion(). |
|
|
Definition at line 21 of file videowindowgui.h. Referenced by VideoWindowCanvas::button_press(), VideoWindowCanvas::cursor_motion(), VideoWindowCanvas::draw_crop_box(), VideoWindow::get_aspect_ratio(), and VideoWindow::start_cropping(). |
|
|
Definition at line 21 of file videowindowgui.h. Referenced by VideoWindowCanvas::button_press(), VideoWindowCanvas::cursor_motion(), VideoWindowCanvas::draw_crop_box(), VideoWindow::get_aspect_ratio(), and VideoWindow::start_cropping(). |
|
|
Definition at line 22 of file videowindowgui.h. Referenced by VideoWindowCanvas::button_press(), and VideoWindowCanvas::cursor_motion(). |
1.4.4