文件名称:13)
-
所属分类:
- 标签属性:
- 上传时间:2015-01-27
-
文件大小:724byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
解决libVLC双击无法全屏的问题 解决libVLC双击无法全屏的问题-void MainInterface::setVideoFullScreen( bool fs )
{
b_videoFullScreen = fs
if( fs )
{
int numscreen = var_InheritInteger( p_intf, qt-fullscreen-screennumber )
if user hasn t defined screennumber, or screennumber that is bigger
* than current number of screens, take screennumber where current interface
* is
if( numscreen ==-1 || numscreen > QApplication::desktop()->numScreens() )
numscreen = QApplication::desktop()->screenNumber( p_intf->p_sys->p_mi )
QRect screenres = QApplication::desktop()->screenGeometry( numscreen )
To be sure window is on proper-screen in xinerama
if( !screenres.contains( pos() ) )
{
msg_Dbg( p_intf, Moving video to correct screen )
move( QPoint( screenres.x(), screenres.y() ) )
}
if( playlistWidget != NULL && playlistWidget->artContainer->current
{
b_videoFullScreen = fs
if( fs )
{
int numscreen = var_InheritInteger( p_intf, qt-fullscreen-screennumber )
if user hasn t defined screennumber, or screennumber that is bigger
* than current number of screens, take screennumber where current interface
* is
if( numscreen ==-1 || numscreen > QApplication::desktop()->numScreens() )
numscreen = QApplication::desktop()->screenNumber( p_intf->p_sys->p_mi )
QRect screenres = QApplication::desktop()->screenGeometry( numscreen )
To be sure window is on proper-screen in xinerama
if( !screenres.contains( pos() ) )
{
msg_Dbg( p_intf, Moving video to correct screen )
move( QPoint( screenres.x(), screenres.y() ) )
}
if( playlistWidget != NULL && playlistWidget->artContainer->current
(系统自动生成,下载前可以参看下载内容)
下载文件列表
13).txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.