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
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)

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.

References window().

Here is the call graph for this function:

◆ 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.


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