Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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.

◆ QtQmlStatus() [2/2]

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

Definition at line 38 of file QtQmlStatus.java.

Member Function Documentation

◆ fromInt()

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

Definition at line 40 of file QtQmlStatus.java.

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.QtQmlComponent.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: