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