- 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
-
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.final boolean
equals
(QVideoFrame.PaintOptions value2) Seeoperator==(QVideoFrame::PaintOptions,
QVideoFrame::PaintOptions) boolean
Seeoperator==(QVideoFrame::PaintOptions,
QVideoFrame::PaintOptions) 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
(Qt.GlobalColor backgroundColor) Overloaded function forsetBackgroundColor(io.qt.gui.QColor)
.final void
setBackgroundColor
(QColor backgroundColor) SeeQVideoFrame::PaintOptions::
backgroundColor final void
setBackgroundColor
(QRgba64 backgroundColor) Overloaded function forsetBackgroundColor(io.qt.gui.QColor)
.final void
setBackgroundColor
(String backgroundColor) Overloaded function forsetBackgroundColor(io.qt.gui.QColor)
.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
-
equals
See
operator==(QVideoFrame::PaintOptions,
QVideoFrame::PaintOptions) -
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.
-
setBackgroundColor
Overloaded function for
setBackgroundColor(io.qt.gui.QColor)
. -
setBackgroundColor
Overloaded function for
setBackgroundColor(io.qt.gui.QColor)
. -
setBackgroundColor
Overloaded function for
setBackgroundColor(io.qt.gui.QColor)
. -
setPaintFlags
Overloaded function for
setPaintFlags(io.qt.multimedia.QVideoFrame.PaintOptions.PaintFlags)
.
-