Uses of Interface
io.qt.QtLongEnumerator
Package | Description |
---|---|
io.qt | |
io.qt.core | |
io.qt.internal |
-
Uses of QtLongEnumerator in io.qt
Methods in io.qt with type parameters of type QtLongEnumerator Modifier and Type Method Description static <E extends QtLongEnumerator>
Comparator<E>QtLongEnumerator. comparator()
Creates a comparator for enumeration valuesMethods in io.qt that return types with arguments of type QtLongEnumerator Modifier and Type Method Description Class<? extends QtLongEnumerator>
QtLongEnumerator. getDeclaringClass()
-
Uses of QtLongEnumerator in io.qt.core
Classes in io.qt.core that implement QtLongEnumerator Modifier and Type Class Description class
QCborTag
Java wrapper for Qt enum QCborTagstatic class
QMetaType.GenericLongEnumerator
Methods in io.qt.core that return types with arguments of type QtLongEnumerator Modifier and Type Method Description Class<? extends QtLongEnumerator>
QMetaType.GenericLongEnumerator. getDeclaringClass()
-
Uses of QtLongEnumerator in io.qt.internal
Methods in io.qt.internal with type parameters of type QtLongEnumerator Modifier and Type Method Description static <E extends Enum<E> & QtLongEnumerator>
EQtJambiInternal. resolveEnum(Class<E> cl, long value)
static <E extends Enum<E> & QtLongEnumerator>
EQtJambiInternal. resolveEnum(Class<E> cl, long value, String name)