![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwasmwindownonclientarea.h>
Public Member Functions | |
| TitleBar (QWasmWindow *window, emscripten::val parentElement) | |
| ~TitleBar () | |
| void | setTitle (const QString &title) |
| void | setRestoreVisible (bool visible) |
| void | setMaximizeVisible (bool visible) |
| void | setCloseVisible (bool visible) |
| void | setIcon (std::string_view imageData, std::string_view format) |
| void | setWidth (int width) |
| QRectF | geometry () const |
Definition at line 184 of file qwasmwindownonclientarea.h.
| TitleBar::TitleBar | ( | QWasmWindow * | window, |
| emscripten::val | parentElement ) |
Definition at line 260 of file qwasmwindownonclientarea.cpp.
References TitleBar().
Referenced by TitleBar().
| TitleBar::~TitleBar | ( | ) |
Definition at line 340 of file qwasmwindownonclientarea.cpp.
| QRectF TitleBar::geometry | ( | ) | const |
Definition at line 375 of file qwasmwindownonclientarea.cpp.
| void TitleBar::setCloseVisible | ( | bool | visible | ) |
Definition at line 360 of file qwasmwindownonclientarea.cpp.
| void TitleBar::setIcon | ( | std::string_view | imageData, |
| std::string_view | format ) |
Definition at line 365 of file qwasmwindownonclientarea.cpp.
| void TitleBar::setMaximizeVisible | ( | bool | visible | ) |
Definition at line 355 of file qwasmwindownonclientarea.cpp.
| void TitleBar::setRestoreVisible | ( | bool | visible | ) |
Definition at line 350 of file qwasmwindownonclientarea.cpp.
Definition at line 345 of file qwasmwindownonclientarea.cpp.
| void TitleBar::setWidth | ( | int | width | ) |
Definition at line 370 of file qwasmwindownonclientarea.cpp.