java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiScissor
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Specifies a scissor rectangle
Java wrapper for Qt class QRhiScissor
- Since:
- This class was introduced in Qt 6.6.
-
Constructor Summary
ConstructorDescriptionQRhiScissor
(int x, int y, int w, int h) QRhiScissor
(QRhiScissor other) SeeQRhiScissor::
QRhiScissor(QRhiScissor) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final boolean
boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QRhiScissor)
.final int []
scissor()
final void
setScissor
(int x, int y, int w, int h) toString()
Seeoperator<<(QDebug,
QRhiScissor) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QRhiScissor
public QRhiScissor() -
QRhiScissor
See
QRhiScissor::
QRhiScissor(QRhiScissor) - Parameters:
other
-
-
QRhiScissor
public QRhiScissor(int x, int y, int w, int h) - Parameters:
x
-y
-w
-h
-
-
-
Method Details
-
equals
- Parameters:
b
-- Returns:
-
scissor
- Returns:
-
setScissor
- Parameters:
x
-y
-w
-h
-
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QRhiScissor)
. -
toString
See
operator<<(QDebug,
QRhiScissor) -
clone
Creates and returns a copy of this object.
See
QRhiScissor::
QRhiScissor(QRhiScissor)
-