QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_AbstractVideoWidget.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_ABSTRACTVIDEOWIDGET_H
2 #define QTSCRIPTSHELL_ABSTRACTVIDEOWIDGET_H
3 
4 #include <videowidgetinterface.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_AbstractVideoWidget : public Phonon::VideoWidgetInterface
9 {
10 public:
13 
14  Phonon::VideoWidget::AspectRatio aspectRatio() const;
15  qreal brightness() const;
16  qreal contrast() const;
17  qreal hue() const;
18  qreal saturation() const;
19  Phonon::VideoWidget::ScaleMode scaleMode() const;
20  void setAspectRatio(Phonon::VideoWidget::AspectRatio arg__1);
21  void setBrightness(qreal arg__1);
22  void setContrast(qreal arg__1);
23  void setHue(qreal arg__1);
24  void setSaturation(qreal arg__1);
25  void setScaleMode(Phonon::VideoWidget::ScaleMode arg__1);
26  QWidget* widget();
27 
28  QScriptValue __qtscript_self;
29 };
30 
31 #endif // QTSCRIPTSHELL_ABSTRACTVIDEOWIDGET_H