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
Resizer Class Reference

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

Detailed Description

Definition at line 100 of file qwasmwindownonclientarea.h.

Member Typedef Documentation

◆ ClickCallback

using Resizer::ClickCallback = std::function<void()>

Definition at line 155 of file qwasmwindownonclientarea.h.

Constructor & Destructor Documentation

◆ Resizer()

Resizer::Resizer ( QWasmWindow * window,
emscripten::val parentElement )

◆ ~Resizer()

Resizer::~Resizer ( )
default

Member Function Documentation

◆ getResizeConstraints()

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:

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