java.lang.Object
io.qt.QtObject
io.qt.multimedia.QVideoFrame.PaintOptions
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QVideoFrame
Java wrapper for Qt class QVideoFrame::PaintOptions
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQVideoFrame::PaintOptions::PaintFlag
static final class
QFlags
type for enumQVideoFrame.PaintOptions.PaintFlag
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal Qt.AspectRatioMode
SeeQVideoFrame::PaintOptions::
aspectRatioMode final QColor
SeeQVideoFrame::PaintOptions::
backgroundColor clone()
Creates and returns a copy of this object.boolean
Seeoperator==(QVideoFrame::PaintOptions,
QVideoFrame::PaintOptions) final Qt.AspectRatioMode
Kotlin property getter.final QColor
Kotlin property getter.Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QVideoFrame::PaintOptions)
.SeeQVideoFrame::PaintOptions::
paintFlags final void
setAspectRatioMode
(Qt.AspectRatioMode aspectRatioMode) SeeQVideoFrame::PaintOptions::
aspectRatioMode final void
setBackgroundColor
(QColor backgroundColor) SeeQVideoFrame::PaintOptions::
backgroundColor final void
setPaintFlags
(QVideoFrame.PaintOptions.PaintFlag ... paintFlags) Overloaded function forsetPaintFlags(io.qt.multimedia.QVideoFrame.PaintOptions.PaintFlags)
.final void
setPaintFlags
(QVideoFrame.PaintOptions.PaintFlags paintFlags) SeeQVideoFrame::PaintOptions::
paintFlags Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
PaintOptions
public PaintOptions()See
QVideoFrame::PaintOptions::
PaintOptions()
-
-
Method Details
-
setAspectRatioMode
See
QVideoFrame::PaintOptions::
aspectRatioMode -
aspectRatioMode
See
QVideoFrame::PaintOptions::
aspectRatioMode -
setBackgroundColor
See
QVideoFrame::PaintOptions::
backgroundColor -
backgroundColor
See
QVideoFrame::PaintOptions::
backgroundColor -
setPaintFlags
See
QVideoFrame::PaintOptions::
paintFlags -
paintFlags
See
QVideoFrame::PaintOptions::
paintFlags -
equals
See
operator==(QVideoFrame::PaintOptions,
QVideoFrame::PaintOptions) -
hashCode
Returns the objects's hash code computed byqHash(QVideoFrame::PaintOptions)
. -
clone
Creates and returns a copy of this object.
-
getAspectRatioMode
Kotlin property getter. In Java use
aspectRatioMode()
instead. -
getBackgroundColor
Kotlin property getter. In Java use
backgroundColor()
instead. -
setPaintFlags
Overloaded function for
setPaintFlags(io.qt.multimedia.QVideoFrame.PaintOptions.PaintFlags)
. -
getPaintFlags
Kotlin property getter. In Java use
paintFlags()
instead.
-