qtmobility/plugins/multimedia/qt7/qt7movievideowidget.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    77     bool isFullScreen() const;
    77     bool isFullScreen() const;
    78     void setFullScreen(bool fullScreen);
    78     void setFullScreen(bool fullScreen);
    79 
    79 
    80     QSize nativeSize() const;
    80     QSize nativeSize() const;
    81 
    81 
    82     QVideoWidget::AspectRatioMode aspectRatioMode() const;
    82     Qt::AspectRatioMode aspectRatioMode() const;
    83     void setAspectRatioMode(QVideoWidget::AspectRatioMode mode);
    83     void setAspectRatioMode(Qt::AspectRatioMode mode);
    84 
    84 
    85     int brightness() const;
    85     int brightness() const;
    86     void setBrightness(int brightness);
    86     void setBrightness(int brightness);
    87 
    87 
    88     int contrast() const;
    88     int contrast() const;
   112     QTVisualContextRef	m_visualContext;
   112     QTVisualContextRef	m_visualContext;
   113 #endif
   113 #endif
   114 
   114 
   115     bool m_fullscreen;
   115     bool m_fullscreen;
   116     QSize m_nativeSize;
   116     QSize m_nativeSize;
   117     QVideoWidget::AspectRatioMode m_aspectRatioMode;
   117     Qt::AspectRatioMode m_aspectRatioMode;
   118     int m_brightness;
   118     int m_brightness;
   119     int m_contrast;
   119     int m_contrast;
   120     int m_hue;
   120     int m_hue;
   121     int m_saturation;
   121     int m_saturation;
   122 };
   122 };