- 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
ConstructorDescriptionSeeQVideoFrame::PaintOptions::
PaintOptions() PaintOptions
(Qt.GlobalColor backgroundColor, Qt.AspectRatioMode aspectRatioMode, QVideoFrame.PaintOptions.PaintFlag ... paintFlags) PaintOptions
(Qt.GlobalColor backgroundColor, Qt.AspectRatioMode aspectRatioMode, QVideoFrame.PaintOptions.PaintFlags paintFlags) PaintOptions
(QColor backgroundColor, Qt.AspectRatioMode aspectRatioMode, QVideoFrame.PaintOptions.PaintFlag ... paintFlags) PaintOptions
(QColor backgroundColor, Qt.AspectRatioMode aspectRatioMode, QVideoFrame.PaintOptions.PaintFlags paintFlags) SeeQVideoFrame::PaintOptions::
PaintOptions{QColor, Qt::AspectRatioMode, QVideoFrame::PaintOptions::PaintFlags} PaintOptions
(QRgba64 backgroundColor, Qt.AspectRatioMode aspectRatioMode, QVideoFrame.PaintOptions.PaintFlag ... paintFlags) PaintOptions
(QRgba64 backgroundColor, Qt.AspectRatioMode aspectRatioMode, QVideoFrame.PaintOptions.PaintFlags paintFlags) SeeQVideoFrame::PaintOptions::
PaintOptions(QVideoFrame::PaintOptions) PaintOptions
(String backgroundColor, Qt.AspectRatioMode aspectRatioMode, QVideoFrame.PaintOptions.PaintFlag ... paintFlags) PaintOptions
(String backgroundColor, Qt.AspectRatioMode aspectRatioMode, QVideoFrame.PaintOptions.PaintFlags paintFlags) -
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() -
PaintOptions
See
QVideoFrame::PaintOptions::
PaintOptions(QVideoFrame::PaintOptions) - Parameters:
other
-
-
PaintOptions
public PaintOptions(QColor backgroundColor, Qt.AspectRatioMode aspectRatioMode, QVideoFrame.PaintOptions.PaintFlags paintFlags) See
QVideoFrame::PaintOptions::
PaintOptions{QColor, Qt::AspectRatioMode, QVideoFrame::PaintOptions::PaintFlags} - Parameters:
backgroundColor
-aspectRatioMode
-paintFlags
-
-
PaintOptions
public PaintOptions(Qt.GlobalColor backgroundColor, Qt.AspectRatioMode aspectRatioMode, QVideoFrame.PaintOptions.PaintFlags paintFlags) -
PaintOptions
public PaintOptions(QRgba64 backgroundColor, Qt.AspectRatioMode aspectRatioMode, QVideoFrame.PaintOptions.PaintFlags paintFlags) -
PaintOptions
public PaintOptions(String backgroundColor, Qt.AspectRatioMode aspectRatioMode, QVideoFrame.PaintOptions.PaintFlags paintFlags) -
PaintOptions
public PaintOptions(QColor backgroundColor, Qt.AspectRatioMode aspectRatioMode, QVideoFrame.PaintOptions.PaintFlag ... paintFlags) -
PaintOptions
public PaintOptions(Qt.GlobalColor backgroundColor, Qt.AspectRatioMode aspectRatioMode, QVideoFrame.PaintOptions.PaintFlag ... paintFlags) -
PaintOptions
public PaintOptions(QRgba64 backgroundColor, Qt.AspectRatioMode aspectRatioMode, QVideoFrame.PaintOptions.PaintFlag ... paintFlags) -
PaintOptions
public PaintOptions(String backgroundColor, Qt.AspectRatioMode aspectRatioMode, QVideoFrame.PaintOptions.PaintFlag ... paintFlags)
-
-
Method Details
-
equals
See
operator==(QVideoFrame::PaintOptions,
QVideoFrame::PaintOptions) - Parameters:
value2
-- Returns:
-
setAspectRatioMode
See
QVideoFrame::PaintOptions::
aspectRatioMode - Parameters:
aspectRatioMode
-
-
aspectRatioMode
See
QVideoFrame::PaintOptions::
aspectRatioMode - Returns:
-
setBackgroundColor
See
QVideoFrame::PaintOptions::
backgroundColor - Parameters:
backgroundColor
-
-
backgroundColor
See
QVideoFrame::PaintOptions::
backgroundColor - Returns:
-
setPaintFlags
See
QVideoFrame::PaintOptions::
paintFlags - Parameters:
paintFlags
-
-
paintFlags
See
QVideoFrame::PaintOptions::
paintFlags - Returns:
-
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.
See
QVideoFrame::PaintOptions::
PaintOptions(QVideoFrame::PaintOptions) -
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)
.
-