Uses of Enum
io.qt.core.Qt.AspectRatioMode
Package
Description
-
Uses of Qt.AspectRatioMode in io.qt.core
Modifier and TypeMethodDescriptionstatic Qt.AspectRatioMode
Qt.AspectRatioMode.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.AspectRatioMode
Returns the enum constant of this type with the specified name.static Qt.AspectRatioMode[]
Qt.AspectRatioMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal void
QSize.scale
(int w, int h, Qt.AspectRatioMode mode) final void
QSize.scale
(QSize s, Qt.AspectRatioMode mode) final void
QSizeF.scale
(double w, double h, Qt.AspectRatioMode mode) final void
QSizeF.scale
(QSizeF s, Qt.AspectRatioMode mode) final void
QSizeF.scale
(QSize s, Qt.AspectRatioMode mode) Overloaded function forQSizeF.scale(io.qt.core.QSizeF, io.qt.core.Qt.AspectRatioMode)
.final QSize
QSize.scaled
(int w, int h, Qt.AspectRatioMode mode) final QSize
QSize.scaled
(QSize s, Qt.AspectRatioMode mode) final QSizeF
QSizeF.scaled
(double w, double h, Qt.AspectRatioMode mode) final QSizeF
QSizeF.scaled
(QSizeF s, Qt.AspectRatioMode mode) final QSizeF
QSizeF.scaled
(QSize s, Qt.AspectRatioMode mode) Overloaded function forQSizeF.scaled(io.qt.core.QSizeF, io.qt.core.Qt.AspectRatioMode)
. -
Uses of Qt.AspectRatioMode in io.qt.gui
Modifier and TypeMethodDescriptionfinal QImage
QImage.scaled
(int w, int h, Qt.AspectRatioMode aspectMode) Overloaded function forQImage.scaled(int, int, io.qt.core.Qt.AspectRatioMode, io.qt.core.Qt.TransformationMode)
withmode = io.qt.core.Qt.TransformationMode.FastTransformation
.final QImage
QImage.scaled
(int w, int h, Qt.AspectRatioMode aspectMode, Qt.TransformationMode mode) final QImage
QImage.scaled
(QSize s, Qt.AspectRatioMode aspectMode) Overloaded function forQImage.scaled(io.qt.core.QSize, io.qt.core.Qt.AspectRatioMode, io.qt.core.Qt.TransformationMode)
withmode = io.qt.core.Qt.TransformationMode.FastTransformation
.final QImage
QImage.scaled
(QSize s, Qt.AspectRatioMode aspectMode, Qt.TransformationMode mode) final QPixmap
QPixmap.scaled
(int w, int h, Qt.AspectRatioMode aspectMode) Overloaded function forQPixmap.scaled(int, int, io.qt.core.Qt.AspectRatioMode, io.qt.core.Qt.TransformationMode)
withmode = io.qt.core.Qt.TransformationMode.FastTransformation
.final QPixmap
QPixmap.scaled
(int w, int h, Qt.AspectRatioMode aspectMode, Qt.TransformationMode mode) final QPixmap
QPixmap.scaled
(QSize s, Qt.AspectRatioMode aspectMode) Overloaded function forQPixmap.scaled(io.qt.core.QSize, io.qt.core.Qt.AspectRatioMode, io.qt.core.Qt.TransformationMode)
withmode = io.qt.core.Qt.TransformationMode.FastTransformation
.final QPixmap
QPixmap.scaled
(QSize s, Qt.AspectRatioMode aspectMode, Qt.TransformationMode mode) -
Uses of Qt.AspectRatioMode in io.qt.multimedia
Modifier and TypeMethodDescriptionfinal Qt.AspectRatioMode
QVideoFrame.PaintOptions.aspectRatioMode()
SeeQVideoFrame::PaintOptions::
aspectRatioMode Modifier and TypeMethodDescriptionfinal void
QVideoFrame.PaintOptions.setAspectRatioMode
(Qt.AspectRatioMode aspectRatioMode) SeeQVideoFrame::PaintOptions::
aspectRatioMode -
Uses of Qt.AspectRatioMode in io.qt.multimedia.widgets
Modifier and TypeMethodDescriptionfinal Qt.AspectRatioMode
QGraphicsVideoItem.aspectRatioMode()
final Qt.AspectRatioMode
QVideoWidget.aspectRatioMode()
Modifier and TypeMethodDescriptionfinal void
QGraphicsVideoItem.setAspectRatioMode
(Qt.AspectRatioMode mode) final void
QVideoWidget.setAspectRatioMode
(Qt.AspectRatioMode mode) -
Uses of Qt.AspectRatioMode in io.qt.svg
Modifier and TypeMethodDescriptionfinal void
QSvgRenderer.setAspectRatioMode
(Qt.AspectRatioMode mode) -
Uses of Qt.AspectRatioMode in io.qt.widgets
Modifier and TypeMethodDescriptionfinal void
QGraphicsView.fitInView
(double x, double y, double w, double h, Qt.AspectRatioMode aspectRadioMode) final void
QGraphicsView.fitInView
(QRectF rect, Qt.AspectRatioMode aspectRadioMode) final void
QGraphicsView.fitInView
(QRect rect, Qt.AspectRatioMode aspectRadioMode) Overloaded function forQGraphicsView.fitInView(io.qt.core.QRectF, io.qt.core.Qt.AspectRatioMode)
.final void
QGraphicsView.fitInView
(QGraphicsItem item, Qt.AspectRatioMode aspectRadioMode) final void
QGraphicsScene.render
(QPainter painter, QRectF target, QRectF source, Qt.AspectRatioMode aspectRatioMode) final void
QGraphicsScene.render
(QPainter painter, QRectF target, QRect source, Qt.AspectRatioMode aspectRatioMode) final void
QGraphicsScene.render
(QPainter painter, QRect target, QRectF source, Qt.AspectRatioMode aspectRatioMode) final void
QGraphicsScene.render
(QPainter painter, QRect target, QRect source, Qt.AspectRatioMode aspectRatioMode) final void
QGraphicsView.render
(QPainter painter, QRectF target, QRect source, Qt.AspectRatioMode aspectRatioMode) final void
QGraphicsView.render
(QPainter painter, QRect target, QRect source, Qt.AspectRatioMode aspectRatioMode)