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.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 addView (QtView view)
void removeView (QtView view)

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

◆ addView()

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

References view.

◆ removeView()

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

References view.

◆ startQtApplication()

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

References String.


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