Documentation ¶
Index ¶
- func PointerFromQCameraViewfinder(ptr QCameraViewfinder_ITF) unsafe.Pointer
- func PointerFromQGraphicsVideoItem(ptr QGraphicsVideoItem_ITF) unsafe.Pointer
- func PointerFromQVideoWidget(ptr QVideoWidget_ITF) unsafe.Pointer
- func PointerFromQVideoWidgetControl(ptr QVideoWidgetControl_ITF) unsafe.Pointer
- type QCameraViewfinder
- type QCameraViewfinder_ITF
- type QGraphicsVideoItem
- func (ptr *QGraphicsVideoItem) AspectRatioMode() core.Qt__AspectRatioMode
- func (ptr *QGraphicsVideoItem) ConnectPaint(f func(painter *gui.QPainter, option *widgets.QStyleOptionGraphicsItem, ...))
- func (ptr *QGraphicsVideoItem) DestroyQGraphicsVideoItem()
- func (ptr *QGraphicsVideoItem) DisconnectPaint()
- func (ptr *QGraphicsVideoItem) MediaObject() *multimedia.QMediaObject
- func (p *QGraphicsVideoItem) Pointer() unsafe.Pointer
- func (ptr *QGraphicsVideoItem) QGraphicsVideoItem_PTR() *QGraphicsVideoItem
- func (ptr *QGraphicsVideoItem) SetAspectRatioMode(mode core.Qt__AspectRatioMode)
- func (ptr *QGraphicsVideoItem) SetOffset(offset core.QPointF_ITF)
- func (p *QGraphicsVideoItem) SetPointer(ptr unsafe.Pointer)
- func (ptr *QGraphicsVideoItem) SetSize(size core.QSizeF_ITF)
- type QGraphicsVideoItem_ITF
- type QVideoWidget
- func (ptr *QVideoWidget) AspectRatioMode() core.Qt__AspectRatioMode
- func (ptr *QVideoWidget) Brightness() int
- func (ptr *QVideoWidget) ConnectBrightnessChanged(f func(brightness int))
- func (ptr *QVideoWidget) ConnectContrastChanged(f func(contrast int))
- func (ptr *QVideoWidget) ConnectFullScreenChanged(f func(fullScreen bool))
- func (ptr *QVideoWidget) ConnectHideEvent(f func(event *gui.QHideEvent))
- func (ptr *QVideoWidget) ConnectHueChanged(f func(hue int))
- func (ptr *QVideoWidget) ConnectMoveEvent(f func(event *gui.QMoveEvent))
- func (ptr *QVideoWidget) ConnectPaintEvent(f func(event *gui.QPaintEvent))
- func (ptr *QVideoWidget) ConnectResizeEvent(f func(event *gui.QResizeEvent))
- func (ptr *QVideoWidget) ConnectSaturationChanged(f func(saturation int))
- func (ptr *QVideoWidget) ConnectShowEvent(f func(event *gui.QShowEvent))
- func (ptr *QVideoWidget) Contrast() int
- func (ptr *QVideoWidget) DestroyQVideoWidget()
- func (ptr *QVideoWidget) DisconnectBrightnessChanged()
- func (ptr *QVideoWidget) DisconnectContrastChanged()
- func (ptr *QVideoWidget) DisconnectFullScreenChanged()
- func (ptr *QVideoWidget) DisconnectHideEvent()
- func (ptr *QVideoWidget) DisconnectHueChanged()
- func (ptr *QVideoWidget) DisconnectMoveEvent()
- func (ptr *QVideoWidget) DisconnectPaintEvent()
- func (ptr *QVideoWidget) DisconnectResizeEvent()
- func (ptr *QVideoWidget) DisconnectSaturationChanged()
- func (ptr *QVideoWidget) DisconnectShowEvent()
- func (ptr *QVideoWidget) Hue() int
- func (ptr *QVideoWidget) IsFullScreen() bool
- func (ptr *QVideoWidget) MediaObject() *multimedia.QMediaObject
- func (p *QVideoWidget) Pointer() unsafe.Pointer
- func (ptr *QVideoWidget) QVideoWidget_PTR() *QVideoWidget
- func (ptr *QVideoWidget) Saturation() int
- func (ptr *QVideoWidget) SetAspectRatioMode(mode core.Qt__AspectRatioMode)
- func (ptr *QVideoWidget) SetBrightness(brightness int)
- func (ptr *QVideoWidget) SetContrast(contrast int)
- func (ptr *QVideoWidget) SetFullScreen(fullScreen bool)
- func (ptr *QVideoWidget) SetHue(hue int)
- func (p *QVideoWidget) SetPointer(ptr unsafe.Pointer)
- func (ptr *QVideoWidget) SetSaturation(saturation int)
- func (ptr *QVideoWidget) SizeHint() *core.QSize
- type QVideoWidgetControl
- func (ptr *QVideoWidgetControl) AspectRatioMode() core.Qt__AspectRatioMode
- func (ptr *QVideoWidgetControl) Brightness() int
- func (ptr *QVideoWidgetControl) ConnectBrightnessChanged(f func(brightness int))
- func (ptr *QVideoWidgetControl) ConnectContrastChanged(f func(contrast int))
- func (ptr *QVideoWidgetControl) ConnectFullScreenChanged(f func(fullScreen bool))
- func (ptr *QVideoWidgetControl) ConnectHueChanged(f func(hue int))
- func (ptr *QVideoWidgetControl) ConnectSaturationChanged(f func(saturation int))
- func (ptr *QVideoWidgetControl) Contrast() int
- func (ptr *QVideoWidgetControl) DestroyQVideoWidgetControl()
- func (ptr *QVideoWidgetControl) DisconnectBrightnessChanged()
- func (ptr *QVideoWidgetControl) DisconnectContrastChanged()
- func (ptr *QVideoWidgetControl) DisconnectFullScreenChanged()
- func (ptr *QVideoWidgetControl) DisconnectHueChanged()
- func (ptr *QVideoWidgetControl) DisconnectSaturationChanged()
- func (ptr *QVideoWidgetControl) Hue() int
- func (ptr *QVideoWidgetControl) IsFullScreen() bool
- func (ptr *QVideoWidgetControl) QVideoWidgetControl_PTR() *QVideoWidgetControl
- func (ptr *QVideoWidgetControl) Saturation() int
- func (ptr *QVideoWidgetControl) SetAspectRatioMode(mode core.Qt__AspectRatioMode)
- func (ptr *QVideoWidgetControl) SetBrightness(brightness int)
- func (ptr *QVideoWidgetControl) SetContrast(contrast int)
- func (ptr *QVideoWidgetControl) SetFullScreen(fullScreen bool)
- func (ptr *QVideoWidgetControl) SetHue(hue int)
- func (ptr *QVideoWidgetControl) SetSaturation(saturation int)
- func (ptr *QVideoWidgetControl) VideoWidget() *widgets.QWidget
- type QVideoWidgetControl_ITF
- type QVideoWidget_ITF
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PointerFromQCameraViewfinder ¶
func PointerFromQCameraViewfinder(ptr QCameraViewfinder_ITF) unsafe.Pointer
func PointerFromQGraphicsVideoItem ¶
func PointerFromQGraphicsVideoItem(ptr QGraphicsVideoItem_ITF) unsafe.Pointer
func PointerFromQVideoWidget ¶
func PointerFromQVideoWidget(ptr QVideoWidget_ITF) unsafe.Pointer
func PointerFromQVideoWidgetControl ¶
func PointerFromQVideoWidgetControl(ptr QVideoWidgetControl_ITF) unsafe.Pointer
Types ¶
type QCameraViewfinder ¶
type QCameraViewfinder struct {
QVideoWidget
}
func NewQCameraViewfinder ¶
func NewQCameraViewfinder(parent widgets.QWidget_ITF) *QCameraViewfinder
func NewQCameraViewfinderFromPointer ¶
func NewQCameraViewfinderFromPointer(ptr unsafe.Pointer) *QCameraViewfinder
func (*QCameraViewfinder) DestroyQCameraViewfinder ¶
func (ptr *QCameraViewfinder) DestroyQCameraViewfinder()
func (*QCameraViewfinder) MediaObject ¶
func (ptr *QCameraViewfinder) MediaObject() *multimedia.QMediaObject
func (*QCameraViewfinder) QCameraViewfinder_PTR ¶
func (ptr *QCameraViewfinder) QCameraViewfinder_PTR() *QCameraViewfinder
type QCameraViewfinder_ITF ¶
type QCameraViewfinder_ITF interface { QVideoWidget_ITF QCameraViewfinder_PTR() *QCameraViewfinder }
type QGraphicsVideoItem ¶
type QGraphicsVideoItem struct { multimedia.QMediaBindableInterface widgets.QGraphicsObject }
func NewQGraphicsVideoItem ¶
func NewQGraphicsVideoItem(parent widgets.QGraphicsItem_ITF) *QGraphicsVideoItem
func NewQGraphicsVideoItemFromPointer ¶
func NewQGraphicsVideoItemFromPointer(ptr unsafe.Pointer) *QGraphicsVideoItem
func (*QGraphicsVideoItem) AspectRatioMode ¶
func (ptr *QGraphicsVideoItem) AspectRatioMode() core.Qt__AspectRatioMode
func (*QGraphicsVideoItem) ConnectPaint ¶
func (ptr *QGraphicsVideoItem) ConnectPaint(f func(painter *gui.QPainter, option *widgets.QStyleOptionGraphicsItem, widget *widgets.QWidget))
func (*QGraphicsVideoItem) DestroyQGraphicsVideoItem ¶
func (ptr *QGraphicsVideoItem) DestroyQGraphicsVideoItem()
func (*QGraphicsVideoItem) DisconnectPaint ¶
func (ptr *QGraphicsVideoItem) DisconnectPaint()
func (*QGraphicsVideoItem) MediaObject ¶
func (ptr *QGraphicsVideoItem) MediaObject() *multimedia.QMediaObject
func (*QGraphicsVideoItem) Pointer ¶
func (p *QGraphicsVideoItem) Pointer() unsafe.Pointer
func (*QGraphicsVideoItem) QGraphicsVideoItem_PTR ¶
func (ptr *QGraphicsVideoItem) QGraphicsVideoItem_PTR() *QGraphicsVideoItem
func (*QGraphicsVideoItem) SetAspectRatioMode ¶
func (ptr *QGraphicsVideoItem) SetAspectRatioMode(mode core.Qt__AspectRatioMode)
func (*QGraphicsVideoItem) SetOffset ¶
func (ptr *QGraphicsVideoItem) SetOffset(offset core.QPointF_ITF)
func (*QGraphicsVideoItem) SetPointer ¶
func (p *QGraphicsVideoItem) SetPointer(ptr unsafe.Pointer)
func (*QGraphicsVideoItem) SetSize ¶
func (ptr *QGraphicsVideoItem) SetSize(size core.QSizeF_ITF)
type QGraphicsVideoItem_ITF ¶
type QGraphicsVideoItem_ITF interface { multimedia.QMediaBindableInterface_ITF widgets.QGraphicsObject_ITF QGraphicsVideoItem_PTR() *QGraphicsVideoItem }
type QVideoWidget ¶
type QVideoWidget struct { multimedia.QMediaBindableInterface widgets.QWidget }
func NewQVideoWidget ¶
func NewQVideoWidget(parent widgets.QWidget_ITF) *QVideoWidget
func NewQVideoWidgetFromPointer ¶
func NewQVideoWidgetFromPointer(ptr unsafe.Pointer) *QVideoWidget
func (*QVideoWidget) AspectRatioMode ¶
func (ptr *QVideoWidget) AspectRatioMode() core.Qt__AspectRatioMode
func (*QVideoWidget) Brightness ¶
func (ptr *QVideoWidget) Brightness() int
func (*QVideoWidget) ConnectBrightnessChanged ¶
func (ptr *QVideoWidget) ConnectBrightnessChanged(f func(brightness int))
func (*QVideoWidget) ConnectContrastChanged ¶
func (ptr *QVideoWidget) ConnectContrastChanged(f func(contrast int))
func (*QVideoWidget) ConnectFullScreenChanged ¶
func (ptr *QVideoWidget) ConnectFullScreenChanged(f func(fullScreen bool))
func (*QVideoWidget) ConnectHideEvent ¶
func (ptr *QVideoWidget) ConnectHideEvent(f func(event *gui.QHideEvent))
func (*QVideoWidget) ConnectHueChanged ¶
func (ptr *QVideoWidget) ConnectHueChanged(f func(hue int))
func (*QVideoWidget) ConnectMoveEvent ¶
func (ptr *QVideoWidget) ConnectMoveEvent(f func(event *gui.QMoveEvent))
func (*QVideoWidget) ConnectPaintEvent ¶
func (ptr *QVideoWidget) ConnectPaintEvent(f func(event *gui.QPaintEvent))
func (*QVideoWidget) ConnectResizeEvent ¶
func (ptr *QVideoWidget) ConnectResizeEvent(f func(event *gui.QResizeEvent))
func (*QVideoWidget) ConnectSaturationChanged ¶
func (ptr *QVideoWidget) ConnectSaturationChanged(f func(saturation int))
func (*QVideoWidget) ConnectShowEvent ¶
func (ptr *QVideoWidget) ConnectShowEvent(f func(event *gui.QShowEvent))
func (*QVideoWidget) Contrast ¶
func (ptr *QVideoWidget) Contrast() int
func (*QVideoWidget) DestroyQVideoWidget ¶
func (ptr *QVideoWidget) DestroyQVideoWidget()
func (*QVideoWidget) DisconnectBrightnessChanged ¶
func (ptr *QVideoWidget) DisconnectBrightnessChanged()
func (*QVideoWidget) DisconnectContrastChanged ¶
func (ptr *QVideoWidget) DisconnectContrastChanged()
func (*QVideoWidget) DisconnectFullScreenChanged ¶
func (ptr *QVideoWidget) DisconnectFullScreenChanged()
func (*QVideoWidget) DisconnectHideEvent ¶
func (ptr *QVideoWidget) DisconnectHideEvent()
func (*QVideoWidget) DisconnectHueChanged ¶
func (ptr *QVideoWidget) DisconnectHueChanged()
func (*QVideoWidget) DisconnectMoveEvent ¶
func (ptr *QVideoWidget) DisconnectMoveEvent()
func (*QVideoWidget) DisconnectPaintEvent ¶
func (ptr *QVideoWidget) DisconnectPaintEvent()
func (*QVideoWidget) DisconnectResizeEvent ¶
func (ptr *QVideoWidget) DisconnectResizeEvent()
func (*QVideoWidget) DisconnectSaturationChanged ¶
func (ptr *QVideoWidget) DisconnectSaturationChanged()
func (*QVideoWidget) DisconnectShowEvent ¶
func (ptr *QVideoWidget) DisconnectShowEvent()
func (*QVideoWidget) Hue ¶
func (ptr *QVideoWidget) Hue() int
func (*QVideoWidget) IsFullScreen ¶
func (ptr *QVideoWidget) IsFullScreen() bool
func (*QVideoWidget) MediaObject ¶
func (ptr *QVideoWidget) MediaObject() *multimedia.QMediaObject
func (*QVideoWidget) Pointer ¶
func (p *QVideoWidget) Pointer() unsafe.Pointer
func (*QVideoWidget) QVideoWidget_PTR ¶
func (ptr *QVideoWidget) QVideoWidget_PTR() *QVideoWidget
func (*QVideoWidget) Saturation ¶
func (ptr *QVideoWidget) Saturation() int
func (*QVideoWidget) SetAspectRatioMode ¶
func (ptr *QVideoWidget) SetAspectRatioMode(mode core.Qt__AspectRatioMode)
func (*QVideoWidget) SetBrightness ¶
func (ptr *QVideoWidget) SetBrightness(brightness int)
func (*QVideoWidget) SetContrast ¶
func (ptr *QVideoWidget) SetContrast(contrast int)
func (*QVideoWidget) SetFullScreen ¶
func (ptr *QVideoWidget) SetFullScreen(fullScreen bool)
func (*QVideoWidget) SetHue ¶
func (ptr *QVideoWidget) SetHue(hue int)
func (*QVideoWidget) SetPointer ¶
func (p *QVideoWidget) SetPointer(ptr unsafe.Pointer)
func (*QVideoWidget) SetSaturation ¶
func (ptr *QVideoWidget) SetSaturation(saturation int)
func (*QVideoWidget) SizeHint ¶
func (ptr *QVideoWidget) SizeHint() *core.QSize
type QVideoWidgetControl ¶
type QVideoWidgetControl struct {
multimedia.QMediaControl
}
func NewQVideoWidgetControlFromPointer ¶
func NewQVideoWidgetControlFromPointer(ptr unsafe.Pointer) *QVideoWidgetControl
func (*QVideoWidgetControl) AspectRatioMode ¶
func (ptr *QVideoWidgetControl) AspectRatioMode() core.Qt__AspectRatioMode
func (*QVideoWidgetControl) Brightness ¶
func (ptr *QVideoWidgetControl) Brightness() int
func (*QVideoWidgetControl) ConnectBrightnessChanged ¶
func (ptr *QVideoWidgetControl) ConnectBrightnessChanged(f func(brightness int))
func (*QVideoWidgetControl) ConnectContrastChanged ¶
func (ptr *QVideoWidgetControl) ConnectContrastChanged(f func(contrast int))
func (*QVideoWidgetControl) ConnectFullScreenChanged ¶
func (ptr *QVideoWidgetControl) ConnectFullScreenChanged(f func(fullScreen bool))
func (*QVideoWidgetControl) ConnectHueChanged ¶
func (ptr *QVideoWidgetControl) ConnectHueChanged(f func(hue int))
func (*QVideoWidgetControl) ConnectSaturationChanged ¶
func (ptr *QVideoWidgetControl) ConnectSaturationChanged(f func(saturation int))
func (*QVideoWidgetControl) Contrast ¶
func (ptr *QVideoWidgetControl) Contrast() int
func (*QVideoWidgetControl) DestroyQVideoWidgetControl ¶
func (ptr *QVideoWidgetControl) DestroyQVideoWidgetControl()
func (*QVideoWidgetControl) DisconnectBrightnessChanged ¶
func (ptr *QVideoWidgetControl) DisconnectBrightnessChanged()
func (*QVideoWidgetControl) DisconnectContrastChanged ¶
func (ptr *QVideoWidgetControl) DisconnectContrastChanged()
func (*QVideoWidgetControl) DisconnectFullScreenChanged ¶
func (ptr *QVideoWidgetControl) DisconnectFullScreenChanged()
func (*QVideoWidgetControl) DisconnectHueChanged ¶
func (ptr *QVideoWidgetControl) DisconnectHueChanged()
func (*QVideoWidgetControl) DisconnectSaturationChanged ¶
func (ptr *QVideoWidgetControl) DisconnectSaturationChanged()
func (*QVideoWidgetControl) Hue ¶
func (ptr *QVideoWidgetControl) Hue() int
func (*QVideoWidgetControl) IsFullScreen ¶
func (ptr *QVideoWidgetControl) IsFullScreen() bool
func (*QVideoWidgetControl) QVideoWidgetControl_PTR ¶
func (ptr *QVideoWidgetControl) QVideoWidgetControl_PTR() *QVideoWidgetControl
func (*QVideoWidgetControl) Saturation ¶
func (ptr *QVideoWidgetControl) Saturation() int
func (*QVideoWidgetControl) SetAspectRatioMode ¶
func (ptr *QVideoWidgetControl) SetAspectRatioMode(mode core.Qt__AspectRatioMode)
func (*QVideoWidgetControl) SetBrightness ¶
func (ptr *QVideoWidgetControl) SetBrightness(brightness int)
func (*QVideoWidgetControl) SetContrast ¶
func (ptr *QVideoWidgetControl) SetContrast(contrast int)
func (*QVideoWidgetControl) SetFullScreen ¶
func (ptr *QVideoWidgetControl) SetFullScreen(fullScreen bool)
func (*QVideoWidgetControl) SetHue ¶
func (ptr *QVideoWidgetControl) SetHue(hue int)
func (*QVideoWidgetControl) SetSaturation ¶
func (ptr *QVideoWidgetControl) SetSaturation(saturation int)
func (*QVideoWidgetControl) VideoWidget ¶
func (ptr *QVideoWidgetControl) VideoWidget() *widgets.QWidget
type QVideoWidgetControl_ITF ¶
type QVideoWidgetControl_ITF interface { multimedia.QMediaControl_ITF QVideoWidgetControl_PTR() *QVideoWidgetControl }
type QVideoWidget_ITF ¶
type QVideoWidget_ITF interface { multimedia.QMediaBindableInterface_ITF widgets.QWidget_ITF QVideoWidget_PTR() *QVideoWidget }
Click to show internal directories.
Click to hide internal directories.