Uses of Annotation Type
io.qt.NativeAccess

Packages that use NativeAccess
Package
Description
 
 
 
 
 
 
  • Uses of NativeAccess in io.qt

    Methods in io.qt with annotations of type NativeAccess
    Modifier and Type
    Method
    Description
    static boolean
    QtUtilities.initializePackage(Class<?> cls)
     
    final void
    QFlags.setValue(int value)
    Sets the value of this QFlags.
    final int
    QFlags.value()
    Returns the value of this QFlags.
    default byte
    QtByteEnumerator.value()
    This function should return a byte value for the enum values of the enumeration that implements this interface.
    default int
    QtEnumerator.value()
    This function should return an integer value for the enum values of the enumeration that implements this interface.
    default long
    QtLongEnumerator.value()
    This function should return a long value for the enum values of the enumeration that implements this interface.
    default short
    QtShortEnumerator.value()
    This function should return a short value for the enum values of the enumeration that implements this interface.
    Constructors in io.qt with annotations of type NativeAccess
    Modifier
    Constructor
    Description
     
    QThreadAffinityException(String message, QObject object, QThread expectedThread, QThread currentThread)
    Creates a new QThreadAffinityException with the given message, object and thread.
  • Uses of NativeAccess in io.qt.concurrent

    Methods in io.qt.concurrent with annotations of type NativeAccess
    Modifier and Type
    Method
    Description
    void
    QtConcurrent.MapFunctor.map(T object)
    This function is called for each item in the Collection.
    QtConcurrent.MappedFunctor.map(T object)
    This method is called for each object in a collection.
    QtConcurrent.ReduceFunctor.reduce(U result, T intermediate)
    Performs a reduce operation on intermediate.
  • Uses of NativeAccess in io.qt.core

    Fields in io.qt.core with annotations of type NativeAccess
    Modifier and Type
    Field
    Description
    QPair.first
    First value of the pair.
    QPair.second
    Second value of the pair.
    Constructors in io.qt.core with annotations of type NativeAccess
    Modifier
    Constructor
    Description
    protected
    QLinkedList(io.qt.QtObject.QPrivateConstructor p)
    Constructor for internal use only.
    protected
    QList(io.qt.QtObject.QPrivateConstructor p)
    Constructor for internal use only.
     
    QPair(T t, S s)
    Constructs a pair.
    protected
    QVector(io.qt.QtObject.QPrivateConstructor p)
    Constructor for internal use only.
  • Uses of NativeAccess in io.qt.gui

    Fields in io.qt.gui with annotations of type NativeAccess
    Modifier and Type
    Field
    Description
    int
    QValidator.QValidationData.position
     
    QValidator.QValidationData.string
     
    Constructors in io.qt.gui with annotations of type NativeAccess
    Modifier
    Constructor
    Description
     
    QValidationData(String input, int pos)
     
  • Uses of NativeAccess in io.qt.sql

    Constructors in io.qt.sql with annotations of type NativeAccess
    Modifier
    Constructor
    Description
    protected
    QSqlRelationalDelegate(io.qt.QtObject.QPrivateConstructor p)
    Constructor for internal use only.
  • Uses of NativeAccess in io.qt.xml

    Fields in io.qt.xml with annotations of type NativeAccess
    Modifier and Type
    Field
    Description
    final boolean
    QXmlEntityResolver.ResolvedEntity.error
     
    QXmlEntityResolver.ResolvedEntity.inputSource
     
    Constructors in io.qt.xml with annotations of type NativeAccess
    Modifier
    Constructor
    Description
     
    ResolvedEntity(boolean error, QXmlInputSource inputSource)