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.QtEmbeddedViewInterface Interface Reference
+ Inheritance diagram for org.qtproject.qt.android.QtEmbeddedViewInterface:
+ Collaboration diagram for org.qtproject.qt.android.QtEmbeddedViewInterface:

Public Member Functions

void startQtApplication (String appParams, String mainLib)
 
void setView (QtView view)
 
void queueLoadWindow ()
 

Detailed Description

QtEmbeddedViewInterface is intended to encapsulate the needs of QtView, so that the Activity and Service implementations of these functions may be split clearly, and the interface can be stored and used conveniently in QtView.

Definition at line 11 of file QtEmbeddedViewInterface.java.

Member Function Documentation

◆ queueLoadWindow()

void org.qtproject.qt.android.QtEmbeddedViewInterface.queueLoadWindow ( )

◆ setView()

void org.qtproject.qt.android.QtEmbeddedViewInterface.setView ( QtView view)

◆ startQtApplication()

void org.qtproject.qt.android.QtEmbeddedViewInterface.startQtApplication ( String appParams,
String mainLib )

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