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
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QVideoFrame::PaintOptions::PaintFlagstatic final classQFlags type for enumQVideoFrame.PaintOptions.PaintFlagNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal Qt.AspectRatioModefinal QColorclone()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.inthashCode()final voidsetAspectRatioMode(Qt.AspectRatioMode aspectRatioMode) final voidsetBackgroundColor(QColor backgroundColor) final voidsetPaintFlags(QVideoFrame.PaintOptions.PaintFlag... paintFlags) Overloaded function forsetPaintFlags(io.qt.multimedia.QVideoFrame.PaintOptions.PaintFlags).final voidsetPaintFlags(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:io.qt.QtObjectUsed 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
-