qtmobility/plugins/multimedia/qt7/qt7movieviewoutput.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    76 
    76 
    77     void repaint();
    77     void repaint();
    78 
    78 
    79     QSize nativeSize() const;
    79     QSize nativeSize() const;
    80 
    80 
    81     QVideoWidget::AspectRatioMode aspectRatioMode() const;
    81     Qt::AspectRatioMode aspectRatioMode() const;
    82     void setAspectRatioMode(QVideoWidget::AspectRatioMode mode);
    82     void setAspectRatioMode(Qt::AspectRatioMode mode);
    83 
    83 
    84     int brightness() const;
    84     int brightness() const;
    85     void setBrightness(int brightness);
    85     void setBrightness(int brightness);
    86 
    86 
    87     int contrast() const;
    87     int contrast() const;
   101 
   101 
   102     WId m_winId;
   102     WId m_winId;
   103     QRect m_displayRect;
   103     QRect m_displayRect;
   104     bool m_fullscreen;
   104     bool m_fullscreen;
   105     QSize m_nativeSize;
   105     QSize m_nativeSize;
   106     QVideoWidget::AspectRatioMode m_aspectRatioMode;
   106     Qt::AspectRatioMode m_aspectRatioMode;
   107     int m_brightness;
   107     int m_brightness;
   108     int m_contrast;
   108     int m_contrast;
   109     int m_hue;
   109     int m_hue;
   110     int m_saturation;
   110     int m_saturation;
   111 };
   111 };