
Public Member Functions | |
| VLCView (BRect bounds, vout_thread_t *p_vout) | |
| virtual | ~VLCView () |
| virtual void | AttachedToWindow () |
| virtual void | MouseDown (BPoint where) |
| virtual void | MouseUp (BPoint where) |
| virtual void | MouseMoved (BPoint where, uint32 transit, const BMessage *dragMessage) |
| virtual void | Pulse () |
| virtual void | Draw (BRect updateRect) |
| VLCView::VLCView | ( | BRect | bounds, | |
| vout_thread_t * | p_vout | |||
| ) |
References var_GetInteger.
| VLCView::~VLCView | ( | ) | [virtual] |
| void VLCView::AttachedToWindow | ( | void | ) | [virtual] |
| void VLCView::MouseDown | ( | BPoint | where | ) | [virtual] |
References _, ASPECT_CORRECT, VideoWindow::CorrectAspectRatio(), VideoWindow::IsFullScreen(), VideoWindow::IsSyncedToRetrace(), mdate(), msg, RESIZE_100, RESIZE_200, RESIZE_50, SCREEN_SHOT, SHOW_INTERFACE, TOGGLE_FULL_SCREEN, VERT_SYNC, and WINDOW_FEEL.
Referenced by BackgroundView::MouseDown().
| void VLCView::MouseUp | ( | BPoint | where | ) | [virtual] |
References var_SetBool.
| void VLCView::MouseMoved | ( | BPoint | where, | |
| uint32 | transit, | |||
| const BMessage * | dragMessage | |||
| ) | [virtual] |
References vlc_value_t::b_bool, picture_heap_t::i_height, i_height, vlc_value_t::i_int, picture_heap_t::i_width, mdate(), vout_thread_t::render, var_Set, and vout_PlacePicture().
Referenced by BackgroundView::MouseMoved().
| void VLCView::Pulse | ( | ) | [virtual] |
References VideoWindow::IsFullScreen(), mdate(), and VideoWindow::SetInterfaceShowing().
| void VLCView::Draw | ( | BRect | updateRect | ) | [virtual] |
References BITMAP, and VideoWindow::mode.
1.5.6