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