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