Uses of Class
io.qt.internal.MethodAttributes
Packages that use io.qt.internal.MethodAttributes
-
Uses of io.qt.internal.MethodAttributes in io.qt.internal
Methods in io.qt.internal that return io.qt.internal.MethodAttributes in inModifier and TypeMethodDescriptionio.qt.internal.MethodAttributes
MethodFlags.asFlags()
Create a QFlags of the enum entry.io.qt.internal.MethodAttributes
MethodFlags.cleared
(io.qt.internal.MethodFlags e) Excludes other enum entry from a flag of this entry.final io.qt.internal.MethodAttributes
MethodAttributes.clone()
Clones the flagsfinal io.qt.internal.MethodAttributes
MethodAttributes.combined
(io.qt.internal.MethodFlags e) Combines this flags with enum entry.io.qt.internal.MethodAttributes
MethodFlags.combined
(io.qt.internal.MethodFlags e) Combines this entry with other enum entry.static io.qt.internal.MethodAttributes
MethodFlags.flags
(io.qt.internal.MethodFlags ... values) Creates a newMethodAttributes
from the entries.final io.qt.internal.MethodAttributes
MethodAttributes.setFlag
(io.qt.internal.MethodFlags e) Sets the flage
final io.qt.internal.MethodAttributes
MethodAttributes.setFlag
(io.qt.internal.MethodFlags e, boolean on) Sets or clears the flagflag
Methods in io.qt.internal with parameters of type io.qt.internal.MethodAttributes in inModifier and TypeMethodDescriptionfinal int
MethodAttributes.compareTo
(io.qt.internal.MethodAttributes other) Compares this flag with the specified flag for order.