- All Superinterfaces:
QtAbstractEnumerator
,QtAbstractFlagEnumerator
,QtShortEnumerator
- All Known Implementing Classes:
QTextLayout.GlyphRunRetrievalFlag
The QtByteFlagEnumerator interface servers as a base for all 16 Bit enums available as QFlags.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault short
value()
This function should return an integer value for the enum values of the enumeration that implements this interface.Methods inherited from interface io.qt.QtAbstractEnumerator
getDeclaringClass, name, ordinal
Methods inherited from interface io.qt.QtAbstractFlagEnumerator
asFlags
-
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
-