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 TypeMethodDescriptionfinal 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) 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.