- 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 enumQVideoFrame::PaintOptions::PaintFlagstatic final classQFlagstype for enumQVideoFrame.PaintOptions.PaintFlag -
Constructor Summary
ConstructorsConstructorDescriptionSeeQVideoFrame::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.AspectRatioModeSeeQVideoFrame::PaintOptions::aspectRatioMode final QColorSeeQVideoFrame::PaintOptions::backgroundColor clone()Creates and returns a copy of this object.final booleanequals(QVideoFrame.PaintOptions value2) Seeoperator==(QVideoFrame::PaintOptions,QVideoFrame::PaintOptions) booleanSeeoperator==(QVideoFrame::PaintOptions,QVideoFrame::PaintOptions) inthashCode()Returns the objects's hash code computed byqHash(QVideoFrame::PaintOptions).SeeQVideoFrame::PaintOptions::paintFlags final voidsetAspectRatioMode(Qt.AspectRatioMode aspectRatioMode) SeeQVideoFrame::PaintOptions::aspectRatioMode final voidsetBackgroundColor(Qt.GlobalColor backgroundColor) Overloaded function forsetBackgroundColor(io.qt.gui.QColor).final voidsetBackgroundColor(QColor backgroundColor) SeeQVideoFrame::PaintOptions::backgroundColor final voidsetBackgroundColor(QRgba64 backgroundColor) Overloaded function forsetBackgroundColor(io.qt.gui.QColor).final voidsetBackgroundColor(String backgroundColor) Overloaded function forsetBackgroundColor(io.qt.gui.QColor).final voidsetPaintFlags(QVideoFrame.PaintOptions.PaintFlag ... paintFlags) Overloaded function forsetPaintFlags(io.qt.multimedia.QVideoFrame.PaintOptions.PaintFlags).final voidsetPaintFlags(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) -
PaintOptions
public PaintOptions(QColor backgroundColor, Qt.AspectRatioMode aspectRatioMode, QVideoFrame.PaintOptions.PaintFlags paintFlags) See
QVideoFrame::PaintOptions::PaintOptions{QColor, Qt::AspectRatioMode, QVideoFrame::PaintOptions::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) -
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.
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).
-