Packages that use io.qt.internal.PropertyFlags
-
Uses of io.qt.internal.PropertyFlags in io.qt.internal
Methods in io.qt.internal that return io.qt.internal.PropertyFlags in in
final io.qt.internal.PropertyFlags []
PropertyAttributes.flags()
Returns an array of flag objects represented by this PropertyAttributes.
static io.qt.internal.PropertyFlags
PropertyFlags.resolve(int value)
Returns the corresponding enum entry for the given value.
static io.qt.internal.PropertyFlags
PropertyFlags.valueOf(String name)
static io.qt.internal.PropertyFlags[]
PropertyFlags.values()
Methods in io.qt.internal with parameters of type io.qt.internal.PropertyFlags in in
final io.qt.internal.PropertyAttributes
PropertyAttributes.combined(io.qt.internal.PropertyFlags e)
Combines this flags with enum entry.
final io.qt.internal.PropertyAttributes
PropertyAttributes.setFlag(io.qt.internal.PropertyFlags e)
final io.qt.internal.PropertyAttributes
PropertyAttributes.setFlag(io.qt.internal.PropertyFlags e,
boolean on)
Sets or clears the flag flag
Constructors in io.qt.internal with parameters of type io.qt.internal.PropertyFlags in in
PropertyAttributes(io.qt.internal.PropertyFlags ... args)
Creates a new PropertyAttributes where the flags in args
are set.