Uses of Enum
io.qt.internal.PropertyFlags
Packages that use PropertyFlags
-
Uses of PropertyFlags in io.qt.internal
Methods in io.qt.internal that return PropertyFlagsModifier and TypeMethodDescriptionfinal PropertyFlags[]
PropertyAttributes.flags()
Returns an array of flag objects represented by this QFlags.static PropertyFlags
PropertyFlags.resolve
(int value) Returns the corresponding enum entry for the given value.static PropertyFlags
Returns the enum constant of this type with the specified name.static PropertyFlags[]
PropertyFlags.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.internal with parameters of type PropertyFlagsModifier and TypeMethodDescriptionfinal PropertyAttributes
PropertyAttributes.combined
(PropertyFlags e) Combines this flags with enum entry.PropertyFlags.combined
(PropertyFlags e) Combines this entry with other enum entry.static PropertyAttributes
PropertyFlags.flags
(PropertyFlags... values) Creates a newPropertyAttributes
from the entries.Constructors in io.qt.internal with parameters of type PropertyFlags