![]() |
Qt 6.x
The Qt SDK
|
#include <qwasmwindownonclientarea.h>
Collaboration diagram for Resizer:Classes | |
| class | ResizerElement |
Public Types | |
| using | ClickCallback = std::function< void()> |
Public Member Functions | |
| Resizer (QWasmWindow *window, emscripten::val parentElement) | |
| ~Resizer () | |
| ResizeConstraints | getResizeConstraints () |
Definition at line 100 of file qwasmwindownonclientarea.h.
| using Resizer::ClickCallback = std::function<void()> |
Definition at line 155 of file qwasmwindownonclientarea.h.
| Resizer::Resizer | ( | QWasmWindow * | window, |
| emscripten::val | parentElement | ||
| ) |
Definition at line 159 of file qwasmwindownonclientarea.cpp.
References Qt::BottomEdge, Qt::LeftEdge, Q_ASSERT_X, Q_FUNC_INFO, Qt::RightEdge, and Qt::TopEdge.
|
default |
| ResizeConstraints Resizer::getResizeConstraints | ( | ) |
Definition at line 181 of file qwasmwindownonclientarea.cpp.
References QWasmWindowTreeNode::containerElement(), QWasmWindow::parentNode(), window(), and QWasmWindow::window().
Here is the call graph for this function: