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.TypeFlag
QMetaType.TypeFlag.resolve
(int value) Returns the corresponding enum entry for the given value.static QMetaType.TypeFlag
Returns 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.cleared
(QMetaType.TypeFlag e) Excludes other enum entry from a flag of this entry.QMetaType.TypeFlag.combined
(QMetaType.TypeFlag e) Combines this entry with other enum entry.final QMetaType.TypeFlags
QMetaType.TypeFlags.combined
(QMetaType.TypeFlag e) Combines this flags with enum entry.static QMetaType.TypeFlags
QMetaType.TypeFlag.flags
(QMetaType.TypeFlag ... values) Creates a newQMetaType.TypeFlags
from the entries.final QMetaType.TypeFlags
QMetaType.TypeFlags.setFlag
(QMetaType.TypeFlag e) Sets the flage
final QMetaType.TypeFlags
QMetaType.TypeFlags.setFlag
(QMetaType.TypeFlag e, boolean on) Sets or clears the flagflag
Constructors in io.qt.core with parameters of type QMetaType.TypeFlagModifierConstructorDescriptionTypeFlags
(QMetaType.TypeFlag ... args) Creates a new TypeFlags where the flags inargs
are set.