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