Uses of Enum
io.qt.internal.MethodFlags
Packages that use MethodFlags
-
Uses of MethodFlags in io.qt.internal
Methods in io.qt.internal that return MethodFlagsModifier and TypeMethodDescriptionfinal MethodFlags[]
MethodAttributes.flags()
Returns an array of flag objects represented by this QFlags.static MethodFlags
MethodFlags.resolve
(int value) Returns the corresponding enum entry for the given value.static MethodFlags
Returns the enum constant of this type with the specified name.static MethodFlags[]
MethodFlags.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 MethodFlagsModifier and TypeMethodDescriptionfinal MethodAttributes
MethodAttributes.combined
(MethodFlags e) Combines this flags with enum entry.MethodFlags.combined
(MethodFlags e) Combines this entry with other enum entry.static MethodAttributes
MethodFlags.flags
(MethodFlags... values) Creates a newMethodAttributes
from the entries.Constructors in io.qt.internal with parameters of type MethodFlags