Index

A C D E G I L M N O Q R S V 
All Classes and Interfaces|All Packages

A

attachView(QtQuickView) - Method in class org.qtproject.qt.android.QtQuickViewContent
Attaches this to a QtQuickView instance.
attributes() - Method in class org.qtproject.qt.android.QtQuickViewContent
Implement this to return more information about the QML Component.

C

connectSignalListener(String, Class<?>[], Object) - Method in class org.qtproject.qt.android.QtQuickView
Connects a SignalListener to a signal of the QML root object.
connectSignalListener(String, Class<?>[], Object) - Method in class org.qtproject.qt.android.QtQuickViewContent
Connects a SignalListener to a signal of the QML component if it has already been attached and loaded by a QtQuickView instance.
connectSignalListener(String, Class<T>, QtSignalListener<T>) - Method in class org.qtproject.qt.android.QtQuickView
Connects a SignalListener to a signal of the QML root object.
connectSignalListener(String, Class<T>, QtSignalListener<T>) - Method in class org.qtproject.qt.android.QtQuickViewContent
Connects a SignalListener to a signal of the QML component if it has already been attached and loaded by a QtQuickView instance.
createWindow(long) - Method in class org.qtproject.qt.android.QtQuickView
 

D

detachView() - Method in class org.qtproject.qt.android.QtQuickViewContent
Detaches this from the QtQuickView to which it has previously been attached.
disconnectSignalListener(int) - Method in class org.qtproject.qt.android.QtQuickView
Disconnects a SignalListener with a given id obtained from QtQuickView.connectSignalListener(String, Class, QtSignalListener) or QtQuickView.connectSignalListener(String, Class[], Object) call, from listening to a signal.
disconnectSignalListener(int) - Method in class org.qtproject.qt.android.QtQuickViewContent
Disconnects a SignalListener with a given id obtained from QtQuickView.connectSignalListener(String, Class, QtSignalListener) or QtQuickView.connectSignalListener(String, Class[], Object) call, from listening to a signal.

E

ERROR - Enum constant in enum class org.qtproject.qt.android.QtQmlStatus
One or more errors has occurred during loading the QML component.

G

getFilePath() - Method in class org.qtproject.qt.android.QtQuickViewContent
Implement this to return the qrc (Qt Resource) path of this QML component.
getLibraryName() - Method in class org.qtproject.qt.android.QtQuickViewContent
Implement this to return the library name that this component belongs to.
getModuleName() - Method in class org.qtproject.qt.android.QtQuickViewContent
Implement this to return the module name that this component belongs to.
getProperty(String) - Method in class org.qtproject.qt.android.QtQuickView
Gets the value of an existing property of the QML root object.
getProperty(String) - Method in class org.qtproject.qt.android.QtQuickViewContent
Gets the value of an existing property of the QML component if it has already been attached and loaded by a QtQuickView instance.
getQuickView() - Method in class org.qtproject.qt.android.QtQuickViewContent
Gets the QtQuickView instance that has loaded this component.
getStatus() - Method in class org.qtproject.qt.android.QtQuickView
Gets the status of the QML component.

I

isViewAttached() - Method in class org.qtproject.qt.android.QtQuickViewContent
Checks if this is currently attached to a QtQuickView instance

L

loadContent(T) - Method in class org.qtproject.qt.android.QtQuickView
Loads QML content represented by a QtQuickViewContent.
loadContent(T, String[]) - Method in class org.qtproject.qt.android.QtQuickView
Loads a QML content represented by a QtQuickViewContent.
LOADING - Enum constant in enum class org.qtproject.qt.android.QtQmlStatus
The QML component is getting loaded from network.

M

m_parentWindowReference - Variable in class org.qtproject.qt.android.QtQuickView
 
m_viewInterface - Variable in class org.qtproject.qt.android.QtQuickView
 
m_window - Variable in class org.qtproject.qt.android.QtQuickView
 
m_windowListener - Variable in class org.qtproject.qt.android.QtQuickView
 
m_windowReference - Variable in class org.qtproject.qt.android.QtQuickView
 

N

NULL - Enum constant in enum class org.qtproject.qt.android.QtQmlStatus
Not loaded.

O

onAppStateDetailsChanged(QtNative.ApplicationStateDetails) - Method in class org.qtproject.qt.android.QtQuickView
 
onAttachedToWindow() - Method in class org.qtproject.qt.android.QtQuickView
 
onDetachedFromWindow() - Method in class org.qtproject.qt.android.QtQuickView
 
onLayout(boolean, int, int, int, int) - Method in class org.qtproject.qt.android.QtQuickView
 
onMeasure(int, int) - Method in class org.qtproject.qt.android.QtQuickView
 
onNativePluginIntegrationReadyChanged(boolean) - Method in class org.qtproject.qt.android.QtQuickView
 
onStatusChanged(QtQmlStatus) - Method in interface org.qtproject.qt.android.QtQmlStatusChangeListener
Called on the Android UI thread when the QML component status has changed.
onStatusChanged(QtQmlStatus, QtQuickViewContent) - Method in interface org.qtproject.qt.android.QtQmlStatusChangeListener
Called on the Android UI thread when the QML component status has changed.
org.qtproject.qt.android - package org.qtproject.qt.android
 

Q

QtQmlStatus - Enum Class in org.qtproject.qt.android
QtQmlStatus represents the QML component loading status.
QtQmlStatusChangeListener - Interface in org.qtproject.qt.android
A callback that notifies clients about the status of QML component loading.
QtQuickView - Class in org.qtproject.qt.android
The QtQuickView class lets you easily add QML content to your Android app as a View.
QtQuickView(Context) - Constructor for class org.qtproject.qt.android.QtQuickView
Creates a QtQuickView that can later load and view a QML component by calling QtQuickView.loadContent(QtQuickViewContent, String[])
QtQuickView(Context, String, String) - Constructor for class org.qtproject.qt.android.QtQuickView
Creates a QtQuickView to load and view a QML component.
QtQuickView(Context, String, String, String[]) - Constructor for class org.qtproject.qt.android.QtQuickView
Creates a QtQuickView to load and view a QML component.
QtQuickViewContent - Class in org.qtproject.qt.android
The QtQuickViewContent represents a QML component that can be loaded by a QtQuickView instance.
QtQuickViewContent() - Constructor for class org.qtproject.qt.android.QtQuickViewContent
 

R

READY - Enum constant in enum class org.qtproject.qt.android.QtQmlStatus
Loaded and ready.

S

setProperty(String, Object) - Method in class org.qtproject.qt.android.QtQuickView
Sets the value of an existing property on the QML root object.
setProperty(String, Object) - Method in class org.qtproject.qt.android.QtQuickViewContent
Sets the value of an existing property on the QML component if it has already been attached and loaded by a QtQuickView instance.
setStatusChangeListener(QtQmlStatusChangeListener) - Method in class org.qtproject.qt.android.QtQuickView
Sets a QtQmlStatusChangeListener to listen to status changes.
setStatusChangeListener(QtQmlStatusChangeListener) - Method in class org.qtproject.qt.android.QtQuickViewContent
Sets a StatusChangeListener to listen to status changes.

V

valueOf(String) - Static method in enum class org.qtproject.qt.android.QtQmlStatus
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.qtproject.qt.android.QtQmlStatus
Returns an array containing the constants of this enum class, in the order they are declared.
A C D E G I L M N O Q R S V 
All Classes and Interfaces|All Packages