Uses of Enum
io.qt.core.QMetaType.TypeFlag
Packages that use QMetaType.TypeFlag
-
Uses of QMetaType.TypeFlag in io.qt.core
Methods in io.qt.core that return QMetaType.TypeFlagModifier and TypeMethodDescriptionfinal QMetaType.TypeFlag[]QMetaType.TypeFlags.flags()Returns an array of flag objects represented by this TypeFlags.static QMetaType.TypeFlagQMetaType.TypeFlag.resolve(int value) Returns the corresponding enum entry for the given value.static QMetaType.TypeFlagReturns the enum constant of this type with the specified name.static QMetaType.TypeFlag[]QMetaType.TypeFlag.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QMetaType.TypeFlagModifier and TypeMethodDescriptionQMetaType.TypeFlag.combined(QMetaType.TypeFlag e) Combines this entry with other enum entry.final QMetaType.TypeFlagsQMetaType.TypeFlags.combined(QMetaType.TypeFlag e) Combines this flags with enum entry.static QMetaType.TypeFlagsQMetaType.TypeFlag.flags(QMetaType.TypeFlag... values) Creates a newQMetaType.TypeFlagsfrom the entries.final QMetaType.TypeFlagsQMetaType.TypeFlags.setFlag(QMetaType.TypeFlag e) Sets the flagefinal QMetaType.TypeFlagsQMetaType.TypeFlags.setFlag(QMetaType.TypeFlag e, boolean on) Sets or clears the flagflagConstructors in io.qt.core with parameters of type QMetaType.TypeFlagModifierConstructorDescriptionTypeFlags(QMetaType.TypeFlag... args) Creates a new TypeFlags where the flags inargsare set.