![]() |
Qt 6.x
The Qt SDK
|
#include <qwaylandextendedsurface_p.h>
Public Member Functions | |
QWaylandExtendedSurface (QWaylandWindow *window) | |
~QWaylandExtendedSurface () override | |
void | setContentOrientationMask (Qt::ScreenOrientations mask) |
void | updateGenericProperty (const QString &name, const QVariant &value) |
Qt::WindowFlags | setWindowFlags (Qt::WindowFlags flags) |
Private Member Functions | |
void | extended_surface_onscreen_visibility (int32_t visibility) override |
void | extended_surface_set_generic_property (const QString &name, wl_array *value) override |
void | extended_surface_close () override |
Definition at line 34 of file qwaylandextendedsurface_p.h.
QtWaylandClient::QWaylandExtendedSurface::QWaylandExtendedSurface | ( | QWaylandWindow * | window | ) |
Definition at line 20 of file qwaylandextendedsurface.cpp.
|
override |
Definition at line 26 of file qwaylandextendedsurface.cpp.
|
overrideprivate |
Definition at line 72 of file qwaylandextendedsurface.cpp.
References QWindowSystemInterface::handleCloseEvent(), and QPlatformWindow::window().
|
overrideprivate |
Definition at line 56 of file qwaylandextendedsurface.cpp.
References QPlatformWindow::window().
|
overrideprivate |
Definition at line 61 of file qwaylandextendedsurface.cpp.
References QByteArray::fromRawData(), and QtWaylandClient::QWaylandWindow::setProperty().
void QtWaylandClient::QWaylandExtendedSurface::setContentOrientationMask | ( | Qt::ScreenOrientations | mask | ) |
Definition at line 40 of file qwaylandextendedsurface.cpp.
References Qt::InvertedLandscapeOrientation, Qt::InvertedPortraitOrientation, Qt::LandscapeOrientation, Qt::PortraitOrientation, and Qt::PrimaryOrientation.
Referenced by QtWaylandClient::QWaylandWlShellSurface::setContentOrientationMask().
Qt::WindowFlags QtWaylandClient::QWaylandExtendedSurface::setWindowFlags | ( | Qt::WindowFlags | flags | ) |
Definition at line 77 of file qwaylandextendedsurface.cpp.
References Qt::BypassWindowManagerHint, Qt::WindowOverridesSystemGestures, and Qt::WindowStaysOnTopHint.
Referenced by QtWaylandClient::QWaylandWlShellSurface::setWindowFlags().
void QtWaylandClient::QWaylandExtendedSurface::updateGenericProperty | ( | const QString & | name, |
const QVariant & | value | ||
) |
Definition at line 31 of file qwaylandextendedsurface.cpp.
References QIODeviceBase::WriteOnly.
Referenced by QtWaylandClient::QWaylandWlShellSurface::sendProperty().