Uses of Class
io.qt.widgets.QGraphicsScene.SceneLayer
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QGraphicsScene.SceneLayer in io.qt.widgets
Methods in io.qt.widgets that return QGraphicsScene.SceneLayer Modifier and Type Method Description QGraphicsScene.SceneLayer[]
QGraphicsScene.SceneLayers. flags()
Returns an array of flag objects represented by this SceneLayers.static QGraphicsScene.SceneLayer
QGraphicsScene.SceneLayer. resolve(int value)
Returns the corresponding enum entry for the given value.static QGraphicsScene.SceneLayer
QGraphicsScene.SceneLayer. valueOf(String name)
Returns the enum constant of this type with the specified name.static QGraphicsScene.SceneLayer[]
QGraphicsScene.SceneLayer. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.widgets with parameters of type QGraphicsScene.SceneLayer Constructor Description SceneLayers(QGraphicsScene.SceneLayer... args)
Creates a new SceneLayers where the flags inargs
are set.