|
VLC
2.1.0-git
|
FIXME do we need an event system in the window too ? or the window user will take care of it ? More...

Data Fields | |
| union { | |
| void * hwnd | |
| uint32_t xid | |
| void * nsobject | |
| } | handle |
| union { | |
| char * x11 | |
| } | display |
| int(* | control )(vout_window_t *, int query, va_list) |
| vout_window_sys_t * | sys |
VLC_COMMON_MEMBERS \ * these members are common for all vlc objects \ | |
| const char * | psz_object_type |
| char * | psz_header |
| int | i_flags |
| bool | b_force |
| set by the outside (eg. | |
| libvlc_int_t * | p_libvlc |
| (root of all evil) - 1 | |
| vlc_object_t * | p_parent |
| our parent | |
FIXME do we need an event system in the window too ? or the window user will take care of it ?
| bool vout_window_t::b_force |
set by the outside (eg.
| int(* vout_window_t::control)(vout_window_t *, int query, va_list) |
Referenced by vout_window_Control(), and vout_window_New().
| union { ... } vout_window_t::display |
Referenced by vout_window_New().
| union { ... } vout_window_t::handle |
Referenced by vout_window_New().
| void* vout_window_t::hwnd |
Referenced by vout_window_New().
| int vout_window_t::i_flags |
| void* vout_window_t::nsobject |
Referenced by vout_window_New().
| libvlc_int_t* vout_window_t::p_libvlc |
(root of all evil) - 1
| vlc_object_t* vout_window_t::p_parent |
our parent
| char* vout_window_t::psz_header |
| const char* vout_window_t::psz_object_type |
| vout_window_sys_t* vout_window_t::sys |
Referenced by vout_window_New().
| char* vout_window_t::x11 |
Referenced by vout_window_New().
| uint32_t vout_window_t::xid |
Referenced by vout_window_New().
1.8.1.2