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.QtWindowInterface Interface Reference
+ Inheritance diagram for org.qtproject.qt.android.QtWindowInterface:
+ Collaboration diagram for org.qtproject.qt.android.QtWindowInterface:

Public Member Functions

default void addTopLevelWindow (final QtWindow window)
 
default void removeTopLevelWindow (final int id)
 
default void bringChildToFront (final int id)
 
default void bringChildToBack (int id)
 
default void setSystemUiVisibility (int systemUiVisibility)
 

Detailed Description

Definition at line 5 of file QtWindowInterface.java.

Member Function Documentation

◆ addTopLevelWindow()

default void org.qtproject.qt.android.QtWindowInterface.addTopLevelWindow ( final QtWindow window)
inline

Definition at line 6 of file QtWindowInterface.java.

◆ bringChildToBack()

default void org.qtproject.qt.android.QtWindowInterface.bringChildToBack ( int id)
inline

Definition at line 9 of file QtWindowInterface.java.

◆ bringChildToFront()

default void org.qtproject.qt.android.QtWindowInterface.bringChildToFront ( final int id)
inline

Definition at line 8 of file QtWindowInterface.java.

◆ removeTopLevelWindow()

default void org.qtproject.qt.android.QtWindowInterface.removeTopLevelWindow ( final int id)
inline

Definition at line 7 of file QtWindowInterface.java.

◆ setSystemUiVisibility()

default void org.qtproject.qt.android.QtWindowInterface.setSystemUiVisibility ( int systemUiVisibility)
inline

Definition at line 10 of file QtWindowInterface.java.


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