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

Public Member Functions

 QtSurface (Context context, int id, boolean onTop, int imageDepth)
 
void surfaceCreated (SurfaceHolder holder)
 
void surfaceChanged (SurfaceHolder holder, int format, int width, int height)
 
void surfaceDestroyed (SurfaceHolder holder)
 
boolean onTouchEvent (MotionEvent event)
 
boolean onTrackballEvent (MotionEvent event)
 
boolean onGenericMotionEvent (MotionEvent event)
 

Detailed Description

Definition at line 18 of file QtSurface.java.

Constructor & Destructor Documentation

◆ QtSurface()

org.qtproject.qt.android.QtSurface.QtSurface ( Context  context,
int  id,
boolean  onTop,
int  imageDepth 
)
inline

Definition at line 23 of file QtSurface.java.

References context, and setId().

+ Here is the call graph for this function:

Member Function Documentation

◆ onGenericMotionEvent()

boolean org.qtproject.qt.android.QtSurface.onGenericMotionEvent ( MotionEvent  event)
inline

Definition at line 86 of file QtSurface.java.

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

+ Here is the call graph for this function:

◆ onTouchEvent()

boolean org.qtproject.qt.android.QtSurface.onTouchEvent ( MotionEvent  event)
inline

Definition at line 66 of file QtSurface.java.

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

+ Here is the call graph for this function:

◆ onTrackballEvent()

boolean org.qtproject.qt.android.QtSurface.onTrackballEvent ( MotionEvent  event)
inline

Definition at line 79 of file QtSurface.java.

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

+ Here is the call graph for this function:

◆ surfaceChanged()

void org.qtproject.qt.android.QtSurface.surfaceChanged ( SurfaceHolder  holder,
int  format,
int  width,
int  height 
)
inline

Definition at line 51 of file QtSurface.java.

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

+ Here is the call graph for this function:

◆ surfaceCreated()

void org.qtproject.qt.android.QtSurface.surfaceCreated ( SurfaceHolder  holder)
inline

Definition at line 46 of file QtSurface.java.

◆ surfaceDestroyed()

void org.qtproject.qt.android.QtSurface.surfaceDestroyed ( SurfaceHolder  holder)
inline

Definition at line 60 of file QtSurface.java.

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

+ Here is the call graph for this function:

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