Uses of Class
io.qt.internal.MetaObjectFlag
Package | Description |
---|---|
io.qt.internal |
-
Uses of MetaObjectFlag in io.qt.internal
Methods in io.qt.internal that return MetaObjectFlag Modifier and Type Method Description 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
MetaObjectFlag. valueOf(String name)
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 MetaObjectFlag Modifier and Type Method Description MetaObjectFlags
MetaObjectFlag. combined(MetaObjectFlag e)
Combines this entry with other enum entry.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 Constructor Description MetaObjectFlags(MetaObjectFlag... args)