Module qtjambi
Package io.qt

Interface QtShortFlagEnumerator

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:
  • 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 interface QtShortEnumerator