![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwasmwindowtreenode.h>
Public Member Functions | |
QWasmWindowTreeNode () | |
virtual | ~QWasmWindowTreeNode () |
virtual emscripten::val | containerElement ()=0 |
virtual QWasmWindowTreeNode * | parentNode ()=0 |
Protected Member Functions | |
virtual void | onParentChanged (QWasmWindowTreeNode *previous, QWasmWindowTreeNode *current, typename QWasmWindowStack< Window >::PositionPreference positionPreference) |
virtual Window * | asWasmWindow () |
virtual void | onSubtreeChanged (QWasmWindowTreeNodeChangeType changeType, QWasmWindowTreeNode *parent, Window *child) |
virtual void | setWindowZOrder (Window *window, int z) |
void | onPositionPreferenceChanged (typename QWasmWindowStack< Window >::PositionPreference positionPreference) |
void | setAsActiveNode () |
void | bringToTop () |
void | sendToBottom () |
const QWasmWindowStack< Window > & | childStack () const |
QWasmWindowStack< Window > & | childStack () |
Window * | activeChild () const |
uint64_t | getActiveIndex () const |
Additional Inherited Members | |
Static Protected Attributes inherited from QWasmWindowTreeNodeBase | |
static uint64_t | s_nextActiveIndex = 0 |
Definition at line 29 of file qwasmwindowtreenode.h.
QWasmWindowTreeNode< Window >::QWasmWindowTreeNode | ( | ) |
|
virtual |
|
inlineprotected |
Definition at line 53 of file qwasmwindowtreenode.h.
|
protectedvirtual |
Reimplemented in QWasmWindow.
|
protected |
|
inlineprotected |
Definition at line 52 of file qwasmwindowtreenode.h.
|
inlineprotected |
Definition at line 51 of file qwasmwindowtreenode.h.
|
pure virtual |
Implemented in QWasmScreen, and QWasmWindow.
|
inlineprotected |
Definition at line 55 of file qwasmwindowtreenode.h.
|
protectedvirtual |
|
protected |
|
protectedvirtual |
|
pure virtual |
Implemented in QWasmScreen, and QWasmWindow.
|
protected |
|
protected |
|
protectedvirtual |