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