java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QOpenGLVersionStatus
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QOpenGLVersionStatus extends QtObject implements Cloneable
Java wrapper for Qt class QOpenGLVersionStatus
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QOpenGLVersionStatus.OpenGLStatus
Java wrapper for Qt enum QOpenGLVersionStatus::OpenGLStatus -
Constructor Summary
Constructors Modifier Constructor Description QOpenGLVersionStatus()
QOpenGLVersionStatus(int majorVersion, int minorVersion, QOpenGLVersionStatus.OpenGLStatus functionStatus)
protected
QOpenGLVersionStatus(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QOpenGLVersionStatus
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
void
setStatus(QOpenGLVersionStatus.OpenGLStatus status)
void
setVersion(QPair<Integer,Integer> version)
QOpenGLVersionStatus.OpenGLStatus
status()
QPair<Integer,Integer>
version()
-
Constructor Details
-
QOpenGLVersionStatus
public QOpenGLVersionStatus() -
QOpenGLVersionStatus
public QOpenGLVersionStatus(int majorVersion, int minorVersion, QOpenGLVersionStatus.OpenGLStatus functionStatus) -
QOpenGLVersionStatus
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setStatus
-
status
-
setVersion
-
version
-
equals
Description copied from class:QtObject
Used 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
-