Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
org.qtproject.qt.android.QtServiceDelegate Class Reference
+ Collaboration diagram for org.qtproject.qt.android.QtServiceDelegate:

Public Member Functions

boolean loadApplication (Service service, ClassLoader classLoader, Bundle loaderParams)
 
boolean startApplication ()
 
void onDestroy ()
 
IBinder onBind (Intent intent)
 

Detailed Description

Definition at line 53 of file QtServiceDelegate.java.

Member Function Documentation

◆ loadApplication()

boolean org.qtproject.qt.android.QtServiceDelegate.loadApplication ( Service  service,
ClassLoader  classLoader,
Bundle  loaderParams 
)
inline

◆ onBind()

IBinder org.qtproject.qt.android.QtServiceDelegate.onBind ( Intent  intent)
inline

Definition at line 158 of file QtServiceDelegate.java.

References org.qtproject.qt.android.QtNative.onBind().

+ Here is the call graph for this function:

◆ onDestroy()

void org.qtproject.qt.android.QtServiceDelegate.onDestroy ( )
inline

Definition at line 149 of file QtServiceDelegate.java.

References org.qtproject.qt.android.QtThread.exit(), org.qtproject.qt.android.QtNative.m_qtThread, org.qtproject.qt.android.QtNative.quitQtCoreApplication(), org.qtproject.qt.android.QtNative.setService(), and org.qtproject.qt.android.QtNative.terminateQt().

+ Here is the call graph for this function:

◆ startApplication()

boolean org.qtproject.qt.android.QtServiceDelegate.startApplication ( )
inline

Definition at line 136 of file QtServiceDelegate.java.

References e, org.qtproject.qt.android.QtNativeLibrariesDir.nativeLibrariesDir(), and org.qtproject.qt.android.QtNative.startApplication().

Referenced by org.qtproject.qt.android.bindings.QtService.startApplication().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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