Uses of Class
io.qt.widgets.QGraphicsItem.GraphicsItemFlag
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QGraphicsItem.GraphicsItemFlag in io.qt.widgets
Methods in io.qt.widgets that return QGraphicsItem.GraphicsItemFlag Modifier and Type Method Description QGraphicsItem.GraphicsItemFlag[]
QGraphicsItem.GraphicsItemFlags. flags()
Returns an array of flag objects represented by this GraphicsItemFlags.static QGraphicsItem.GraphicsItemFlag
QGraphicsItem.GraphicsItemFlag. resolve(int value)
Returns the corresponding enum entry for the given value.static QGraphicsItem.GraphicsItemFlag
QGraphicsItem.GraphicsItemFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static QGraphicsItem.GraphicsItemFlag[]
QGraphicsItem.GraphicsItemFlag. 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 QGraphicsItem.GraphicsItemFlag Constructor Description GraphicsItemFlags(QGraphicsItem.GraphicsItemFlag... args)
Creates a new GraphicsItemFlags where the flags inargs
are set.