Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
org.qtproject.qt.android.QtTextureView Class Reference
+ Inheritance diagram for org.qtproject.qt.android.QtTextureView:
+ Collaboration diagram for org.qtproject.qt.android.QtTextureView:

Public Member Functions

 QtTextureView (Context context, QtSurfaceInterface surfaceCallback, boolean isOpaque)
 
void onSurfaceTextureAvailable (SurfaceTexture surfaceTexture, int width, int height)
 
void onSurfaceTextureSizeChanged (SurfaceTexture surfaceTexture, int width, int height)
 
boolean onSurfaceTextureDestroyed (SurfaceTexture surfaceTexture)
 
void onSurfaceTextureUpdated (SurfaceTexture surfaceTexture)
 

Detailed Description

Definition at line 14 of file QtTextureView.java.

Constructor & Destructor Documentation

◆ QtTextureView()

org.qtproject.qt.android.QtTextureView.QtTextureView ( Context context,
QtSurfaceInterface surfaceCallback,
boolean isOpaque )
inline

Definition at line 20 of file QtTextureView.java.

References context.

Member Function Documentation

◆ onSurfaceTextureAvailable()

void org.qtproject.qt.android.QtTextureView.onSurfaceTextureAvailable ( SurfaceTexture surfaceTexture,
int width,
int height )
inline

Definition at line 32 of file QtTextureView.java.

References org.qtproject.qt.android.QtSurfaceInterface.onSurfaceChanged().

+ Here is the call graph for this function:

◆ onSurfaceTextureDestroyed()

boolean org.qtproject.qt.android.QtTextureView.onSurfaceTextureDestroyed ( SurfaceTexture surfaceTexture)
inline

Definition at line 44 of file QtTextureView.java.

References org.qtproject.qt.android.QtSurfaceInterface.onSurfaceChanged().

+ Here is the call graph for this function:

◆ onSurfaceTextureSizeChanged()

void org.qtproject.qt.android.QtTextureView.onSurfaceTextureSizeChanged ( SurfaceTexture surfaceTexture,
int width,
int height )
inline

Definition at line 38 of file QtTextureView.java.

References org.qtproject.qt.android.QtSurfaceInterface.onSurfaceChanged().

+ Here is the call graph for this function:

◆ onSurfaceTextureUpdated()

void org.qtproject.qt.android.QtTextureView.onSurfaceTextureUpdated ( SurfaceTexture surfaceTexture)
inline

Definition at line 50 of file QtTextureView.java.


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