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