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
QtNative.java
Go to the documentation of this file.
1
// Copyright (C) 2017 BogDan Vatra <bogdan@kde.org>
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.extras;
5
6
import
android.os.IBinder;
7
import
android.os.Parcel;
8
9
class
QtNative {
10
// Binder
11
static
native
boolean
onTransact(
long
id
,
int
code, Parcel
data
, Parcel
reply
,
int
flags
);
12
13
14
// ServiceConnection
15
static
native
void
onServiceConnected(
long
id
,
String
name
, IBinder service);
16
static
native
void
onServiceDisconnected(
long
id
,
String
name
);
17
}
data
GLint GLsizei GLsizei GLenum GLenum GLsizei void * data
[0]
Definition
qopengles2ext.h:206
flags
GLbitfield flags
Definition
qopengles2ext.h:1026
MimerColumnTypes::String
@ String
Definition
qsql_mimer.cpp:42
name
EGLImageKHR EGLint * name
Definition
drmeglserverbufferintegration.h:34
reply
QNetworkReply * reply
[0]
Definition
src_network_access_qhttpmultipart.cpp:26
qtbase
src
android
jar
src
org
qtproject
qt
android
extras
QtNative.java
Generated on
for Qt by
1.14.0