java.lang.Object
io.qt.internal.QtJambiObject
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 enum QVideoFrame::PaintOptions::PaintFlagstatic final class
QFlags type for enumQVideoFrame.PaintOptions.PaintFlag
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal Qt.AspectRatioMode
final QColor
clone()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
final void
setAspectRatioMode
(Qt.AspectRatioMode aspectRatioMode) final void
setBackgroundColor
(QColor backgroundColor) final void
setPaintFlags
(QVideoFrame.PaintOptions.PaintFlag... paintFlags) Overloaded function forsetPaintFlags(io.qt.multimedia.QVideoFrame.PaintOptions.PaintFlags)
.final void
setPaintFlags
(QVideoFrame.PaintOptions.PaintFlags paintFlags) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
PaintOptions
public PaintOptions() -
PaintOptions
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setAspectRatioMode
-
aspectRatioMode
-
setBackgroundColor
-
backgroundColor
-
setPaintFlags
Overloaded function for
setPaintFlags(io.qt.multimedia.QVideoFrame.PaintOptions.PaintFlags)
. -
setPaintFlags
-
paintFlags
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-