Module qtjambi
Package io.qt

Interface QtLongFlagEnumerator

All Superinterfaces:
QtAbstractEnumerator, QtAbstractFlagEnumerator, QtLongEnumerator

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