
Public Slots | |
| void | SetSizing (unsigned int, unsigned int) |
| void | SetFullScreen (bool) |
Signals | |
| void | keyPressed (QKeyEvent *) |
Public Member Functions | |
| VideoWidget (intf_thread_t *) | |
| virtual | ~VideoWidget () |
| WId | request (int *, int *, unsigned int *, unsigned int *, bool) |
| Request the video to avoid the conflicts. | |
| void | release (void) |
| int | control (void *, int, va_list) |
| virtual QSize | sizeHint () const |
Protected Member Functions | |
| virtual QPaintEngine * | paintEngine () const |
Friends | |
| class | ReparentableWidget |
| VideoWidget::VideoWidget | ( | intf_thread_t * | _p_i | ) |
| VideoWidget::~VideoWidget | ( | ) | [virtual] |
| WId VideoWidget::request | ( | int * | pi_x, | |
| int * | pi_y, | |||
| unsigned int * | pi_width, | |||
| unsigned int * | pi_height, | |||
| bool | b_keep_size | |||
| ) |
Request the video to avoid the conflicts.
References Display(), msg_Dbg, ReparentableWidget, and videoSync.
Referenced by MainInterface::getVideoSlot().
| void VideoWidget::release | ( | void | ) |
References CLSCTX_INPROC_SERVER, clsid_ITaskbarList, CoCreateInstance(), CoInitialize(), CoUninitialize(), IID_ITaskbarList3, msg_Dbg, and msg_Err.
Referenced by MainInterface::releaseVideoSlot().
| int VideoWidget::control | ( | void * | , | |
| int | , | |||
| va_list | ||||
| ) |
| QSize VideoWidget::sizeHint | ( | ) | const [virtual] |
Referenced by MainInterface::sizeHint().
| virtual QPaintEngine* VideoWidget::paintEngine | ( | ) | const [inline, protected, virtual] |
| void VideoWidget::keyPressed | ( | QKeyEvent * | ) | [signal] |
Referenced by ReparentableWidget::keyPressEvent().
| void VideoWidget::SetSizing | ( | unsigned int | w, | |
| unsigned int | h | |||
| ) | [slot] |
| void VideoWidget::SetFullScreen | ( | bool | b_fs | ) | [slot] |
References config_GetInt, msg_Dbg, intf_sys_t::p_mi, intf_thread_t::p_sys, and videoSync.
friend class ReparentableWidget [friend] |
Referenced by request().
1.5.6