Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
org.qtproject.qt.android.QtQmlStatus Enum Reference
Collaboration diagram for org.qtproject.qt.android.QtQmlStatus:

Public Member Functions

 QtQmlStatus (int value)
 QtQmlStatus ()

Static Public Member Functions

static QtQmlStatus fromInt (int value) throws IllegalArgumentException

Public Attributes

 NULL =(0)
 READY =(1)
 LOADING =(2)
 ERROR =(3)

Detailed Description

QtQmlStatus represents the QML component loading status.

Definition at line 11 of file QtQmlStatus.java.

Constructor & Destructor Documentation

◆ QtQmlStatus() [1/2]

org.qtproject.qt.android.QtQmlStatus.QtQmlStatus ( int value)
inline

Definition at line 36 of file QtQmlStatus.java.

Referenced by fromInt().

Here is the caller graph for this function:

◆ QtQmlStatus() [2/2]

org.qtproject.qt.android.QtQmlStatus.QtQmlStatus ( )
inline

Definition at line 38 of file QtQmlStatus.java.

Member Function Documentation

◆ fromInt()

QtQmlStatus org.qtproject.qt.android.QtQmlStatus.fromInt ( int value) throws IllegalArgumentException
inlinestatic

Definition at line 40 of file QtQmlStatus.java.

References QtQmlStatus().

Here is the call graph for this function:

Member Data Documentation

◆ ERROR

org.qtproject.qt.android.QtQmlStatus.ERROR =(3)

One or more errors has occurred during loading the QML component.

Definition at line 32 of file QtQmlStatus.java.

◆ LOADING

org.qtproject.qt.android.QtQmlStatus.LOADING =(2)

The QML component is getting loaded from network.

Definition at line 27 of file QtQmlStatus.java.

◆ NULL

org.qtproject.qt.android.QtQmlStatus.NULL =(0)

Not loaded.

Definition at line 15 of file QtQmlStatus.java.

Referenced by org.qtproject.qt.android.QtQuickViewContent.detachView().

◆ READY

org.qtproject.qt.android.QtQmlStatus.READY =(1)

Loaded and ready. Invoking methods that operate on a QML component would succeed only if the current status is ready.

Definition at line 22 of file QtQmlStatus.java.


The documentation for this enum was generated from the following file: