- All Superinterfaces:
QtAbstractEnumerator
,QtAbstractFlagEnumerator
,QtByteEnumerator
public interface QtByteFlagEnumerator extends QtByteEnumerator, QtAbstractFlagEnumerator
The QtByteFlagEnumerator interface servers as a base for all qint8 enums available as QFlags.
- See Also:
QFlags
-
Method Summary
Modifier and Type Method Description default byte
value()
This function should return an integer value for the enum values of the enumeration that implements this interface.
-
Method Details
-
value
default byte value()This function should return an integer value for the enum values of the enumeration that implements this interface.- Specified by:
value
in interfaceQtByteEnumerator
-