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 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 the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.final Qt.AspectRatioMode
Kotlin property getter.final QColor
Kotlin property getter.Kotlin property getter.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
-
getAspectRatioMode
Kotlin property getter. In Java use
aspectRatioMode()
instead. -
aspectRatioMode
-
setBackgroundColor
-
getBackgroundColor
Kotlin property getter. In Java use
backgroundColor()
instead. -
backgroundColor
-
setPaintFlags
Overloaded function for
setPaintFlags(io.qt.multimedia.QVideoFrame.PaintOptions.PaintFlags)
. -
setPaintFlags
-
getPaintFlags
Kotlin property getter. In Java use
paintFlags()
instead. -
paintFlags
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-