Module qtjambi
Package io.qt

Interface QtByteFlagEnumerator

All Superinterfaces:
QtAbstractEnumerator, QtAbstractFlagEnumerator, QtByteEnumerator
All Known Implementing Classes:
QEventPoint.State

public interface QtByteFlagEnumerator extends QtByteEnumerator, QtAbstractFlagEnumerator
The QtByteFlagEnumerator interface servers as a base for all 8 Bit enums available as QFlags.
See Also:
  • 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 interface QtByteEnumerator