Uses of Enum
io.qt.internal.PropertyFlags
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 inModifier and TypeMethodDescriptionfinal 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 inModifier and TypeMethodDescriptionio.qt.internal.PropertyAttributes
PropertyFlags.cleared
(io.qt.internal.PropertyFlags e) Excludes other enum entry from a flag of this entry.final io.qt.internal.PropertyAttributes
PropertyAttributes.combined
(io.qt.internal.PropertyFlags e) Combines this flags with enum entry.io.qt.internal.PropertyAttributes
PropertyFlags.combined
(io.qt.internal.PropertyFlags e) Combines this entry with other enum entry.static io.qt.internal.PropertyAttributes
PropertyFlags.flags
(io.qt.internal.PropertyFlags ... values) Creates a newPropertyAttributes
from the entries.final io.qt.internal.PropertyAttributes
PropertyAttributes.setFlag
(io.qt.internal.PropertyFlags e) Sets the flage
final io.qt.internal.PropertyAttributes
PropertyAttributes.setFlag
(io.qt.internal.PropertyFlags e, boolean on) Sets or clears the flagflag
Constructors in io.qt.internal with parameters of type io.qt.internal.PropertyFlags in inModifierConstructorDescriptionPropertyAttributes
(io.qt.internal.PropertyFlags ... args) Creates a new PropertyAttributes where the flags inargs
are set.