-
Methods in io.qt.internal that return EnumFlags
Modifier and Type |
Method |
Description |
EnumFlags[] |
EnumAttributes.flags() |
Returns an array of flag objects represented by this QFlags.
|
static EnumFlags |
EnumFlags.resolve(int value) |
Returns the corresponding enum entry for the given value.
|
static EnumFlags |
EnumFlags.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static EnumFlags[] |
EnumFlags.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|