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