Uses of Enum
io.qt.widgets.QGraphicsScene.SceneLayer
Packages that use QGraphicsScene.SceneLayer
-
Uses of QGraphicsScene.SceneLayer in io.qt.widgets
Methods in io.qt.widgets that return QGraphicsScene.SceneLayerModifier and TypeMethodDescriptionfinal QGraphicsScene.SceneLayer []QGraphicsScene.SceneLayers.flags()Returns an array of flag objects represented by this SceneLayers.static QGraphicsScene.SceneLayerQGraphicsScene.SceneLayer.resolve(int value) Returns the corresponding enum entry for the given value.static QGraphicsScene.SceneLayerReturns 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.Methods in io.qt.widgets with parameters of type QGraphicsScene.SceneLayerModifier and TypeMethodDescriptionQGraphicsScene.SceneLayer.cleared(QGraphicsScene.SceneLayer e) Excludes other enum entry from a flag of this entry.QGraphicsScene.SceneLayer.combined(QGraphicsScene.SceneLayer e) Combines this entry with other enum entry.QGraphicsScene.SceneLayers.combined(QGraphicsScene.SceneLayer e) Combines this flags with enum entry.static QGraphicsScene.SceneLayersQGraphicsScene.SceneLayer.flags(QGraphicsScene.SceneLayer ... values) Creates a newQGraphicsScene.SceneLayersfrom the entries.final voidQGraphicsScene.invalidate(double x, double y, double w, double h, QGraphicsScene.SceneLayer ... layers) Overloaded function forQGraphicsScene.invalidate(double, double, double, double, io.qt.widgets.QGraphicsScene.SceneLayers).final voidQGraphicsScene.invalidate(QRectF rect, QGraphicsScene.SceneLayer ... layers) Overloaded function forQGraphicsScene.invalidate(io.qt.core.QRectF, io.qt.widgets.QGraphicsScene.SceneLayers).final voidQGraphicsScene.invalidate(QRect rect, QGraphicsScene.SceneLayer ... layers) Overloaded function forQGraphicsScene.invalidate(io.qt.core.QRectF, io.qt.widgets.QGraphicsScene.SceneLayers).final voidQGraphicsView.invalidateScene(QRectF rect, QGraphicsScene.SceneLayer ... layers) Overloaded function forQGraphicsView.invalidateScene(io.qt.core.QRectF, io.qt.widgets.QGraphicsScene.SceneLayers).final voidQGraphicsView.invalidateScene(QRect rect, QGraphicsScene.SceneLayer ... layers) Overloaded function forQGraphicsView.invalidateScene(io.qt.core.QRectF, io.qt.widgets.QGraphicsScene.SceneLayers).QGraphicsScene.SceneLayers.setFlag(QGraphicsScene.SceneLayer e) Sets the flageQGraphicsScene.SceneLayers.setFlag(QGraphicsScene.SceneLayer e, boolean on) Sets or clears the flagflagConstructors in io.qt.widgets with parameters of type QGraphicsScene.SceneLayerModifierConstructorDescriptionSceneLayers(QGraphicsScene.SceneLayer ... args) Creates a new SceneLayers where the flags inargsare set.