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
QtEmbeddedViewInterface.java
Go to the documentation of this file.
1
// Copyright (C) 2024 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4
package
org.qtproject.qt.android;
5
11
interface
QtEmbeddedViewInterface
{
12
void
startQtApplication
(
String
appParams,
String
mainLib);
13
void
addView
(QtView
view
);
14
void
removeView
(QtView
view
);
15
}
org.qtproject.qt.android.QtEmbeddedViewInterface
Definition
QtEmbeddedViewInterface.java:11
org.qtproject.qt.android.QtEmbeddedViewInterface.removeView
void removeView(QtView view)
org.qtproject.qt.android.QtEmbeddedViewInterface.addView
void addView(QtView view)
org.qtproject.qt.android.QtEmbeddedViewInterface.startQtApplication
void startQtApplication(String appParams, String mainLib)
MimerColumnTypes::String
@ String
Definition
qsql_mimer.cpp:42
view
QQuickView * view
[0]
Definition
src_plugins_platforms_qnx_qqnxwindow.cpp:5
qtbase
src
android
jar
src
org
qtproject
qt
android
QtEmbeddedViewInterface.java
Generated on
for Qt by
1.14.0