Uses of Class
io.qt.qt3d.render.QSetFence.HandleType
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QSetFence.HandleType in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QSetFence.HandleType Modifier and Type Field Description QObject.Signal1<QSetFence.HandleType>
QSetFence. handleTypeChanged
Methods in io.qt.qt3d.render that return QSetFence.HandleType Modifier and Type Method Description QSetFence.HandleType
QSetFence. handleType()
static QSetFence.HandleType
QSetFence.HandleType. resolve(int value)
Returns the corresponding enum entry for the given value.static QSetFence.HandleType
QSetFence.HandleType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSetFence.HandleType[]
QSetFence.HandleType. values()
Returns an array containing the constants of this enum type, in the order they are declared.