Uses of Class
io.qt.internal.PropertyAttributes
Packages that use io.qt.internal.PropertyAttributes
-
Uses of io.qt.internal.PropertyAttributes in io.qt.internal
Methods in io.qt.internal that return io.qt.internal.PropertyAttributes in inModifier and TypeMethodDescriptionio.qt.internal.PropertyAttributes
PropertyFlags.asFlags()
Create a QFlags of the enum entry.io.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.clone()
Clones the flagsfinal 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
Methods in io.qt.internal with parameters of type io.qt.internal.PropertyAttributes in inModifier and TypeMethodDescriptionfinal int
PropertyAttributes.compareTo
(io.qt.internal.PropertyAttributes other) Compares this flag with the specified flag for order.