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