Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates > by-pkgid > f171b9b27b527f95603e88add5c7e1b6 > files > 200

qtwayland5-doc-5.12.6-1.mga7.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qwaylandxdgshellv5.cpp -->
  <title>QWaylandXdgSurfaceV5 Class | Qt Wayland Compositor 5.12.6</title>
  <link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
  <script type="text/javascript">
    document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");
    // loading style sheet breaks anchors that were jumped to before
    // so force jumping to anchor again
    setTimeout(function() {
        var anchor = location.hash;
        // need to jump to different anchor first (e.g. none)
        location.hash = "#";
        setTimeout(function() {
            location.hash = anchor;
        }, 0);
    }, 0);
  </script>
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="main">
    <div class="main-rounded">
      <div class="navigationbar">
        <table><tr>
<td >Qt 5.12</td><td ><a href="qtwaylandcompositor-index.html">Qt Wayland Compositor</a></td><td ><a href="qtwaylandcompositor-module.html">C++ Classes</a></td><td >QWaylandXdgSurfaceV5</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right"><a href="qtwaylandcompositor-index.html">Qt 5.12.6 Reference Documentation</a></td>
        </tr></table>
      </div>
    </div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#public-types">Public Types</a></li>
<li class="level1"><a href="#properties">Properties</a></li>
<li class="level1"><a href="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#signals">Signals</a></li>
<li class="level1"><a href="#static-public-members">Static Public Members</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">QWaylandXdgSurfaceV5 Class</h1>
<!-- $$$QWaylandXdgSurfaceV5-brief -->
<p>The <a href="qwaylandxdgsurfacev5.html">QWaylandXdgSurfaceV5</a> class provides desktop-style compositor-specific features to an xdg surface. <a href="#details">More...</a></p>
<!-- @@@QWaylandXdgSurfaceV5 -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign">   <span class="preprocessor">#include &lt;QWaylandXdgSurfaceV5&gt;</span>
</td></tr><tr><td class="memItemLeft rightAlign topAlign"> qmake:</td><td class="memItemRight bottomAlign"> QT += waylandcompositor</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Since:</td><td class="memItemRight bottomAlign">  Qt 5.8</td></tr></table></div><p><b>This class is obsolete.</b> It is provided to keep old source code working. We strongly advise against using it in new code.</p>
<ul>
<li><a href="qwaylandxdgsurfacev5-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-types"></a>
<h2 id="public-types">Public Types</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> enum </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#ResizeEdge-enum">ResizeEdge</a></b> { NoneEdge, TopEdge, BottomEdge, LeftEdge, ..., BottomRightEdge }</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> enum </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#State-enum">State</a></b> { MaximizedState, FullscreenState, ResizingState, ActivatedState }</td></tr>
</table></div>
<a name="properties"></a>
<h2 id="properties">Properties</h2>
<div class="table"><table class="propsummary">
<tr><td class="topAlign"><ul>
<li class="fn"><b><a href="qwaylandxdgsurfacev5.html#activated-prop">activated</a></b> : const bool</li>
<li class="fn"><b><a href="qwaylandxdgsurfacev5.html#appId-prop">appId</a></b> : const QString</li>
<li class="fn"><b><a href="qwaylandxdgsurfacev5.html#fullscreen-prop">fullscreen</a></b> : const bool</li>
<li class="fn"><b><a href="qwaylandxdgsurfacev5.html#maximized-prop">maximized</a></b> : const bool</li>
<li class="fn"><b><a href="qwaylandxdgsurfacev5.html#parentSurface-prop">parentSurface</a></b> : QWaylandXdgSurfaceV5* const</li>
<li class="fn"><b><a href="qwaylandxdgsurfacev5.html#resizing-prop">resizing</a></b> : const bool</li>
</ul></td><td class="topAlign"><ul>
<li class="fn"><b><a href="qwaylandxdgsurfacev5.html#shell-prop">shell</a></b> : QWaylandXdgShellV5* const</li>
<li class="fn"><b><a href="qwaylandxdgsurfacev5.html#states-prop">states</a></b> : const QList&lt;int&gt;</li>
<li class="fn"><b><a href="qwaylandxdgsurfacev5.html#surface-prop">surface</a></b> : QWaylandSurface* const</li>
<li class="fn"><b><a href="qwaylandxdgsurfacev5.html#title-prop">title</a></b> : const QString</li>
<li class="fn"><b><a href="qwaylandxdgsurfacev5.html#windowGeometry-prop">windowGeometry</a></b> : const QRect</li>
</ul>
</td></tr>
</table></div>
<a name="public-functions"></a>
<h2 id="public-functions">Public Functions</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#QWaylandXdgSurfaceV5">QWaylandXdgSurfaceV5</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#QWaylandXdgSurfaceV5-1">QWaylandXdgSurfaceV5</a></b>(QWaylandXdgShellV5 *<i>xdgShell</i>, QWaylandSurface *<i>surface</i>, const QWaylandResource &amp;<i>res</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#activated-prop">activated</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#appId-prop">appId</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QWaylandQuickShellIntegration *</td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#createIntegration">createIntegration</a></b>(QWaylandQuickShellSurfaceItem *<i>item</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QQmlListProperty&lt;QObject&gt; </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#data">data</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#fullscreen-prop">fullscreen</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#initialize">initialize</a></b>(QWaylandXdgShellV5 *<i>xdgShell</i>, QWaylandSurface *<i>surface</i>, const QWaylandResource &amp;<i>resource</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#maximized-prop">maximized</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QWaylandXdgSurfaceV5 *</td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#parentSurface-prop">parentSurface</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#resizing-prop">resizing</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#sendClose">sendClose</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> uint </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#sendConfigure">sendConfigure</a></b>(const QSize &amp;<i>size</i>, const QVector&lt;uint&gt; &amp;<i>states</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> uint </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#sendConfigure-1">sendConfigure</a></b>(const QSize &amp;<i>size</i>, const QVector&lt;QWaylandXdgSurfaceV5::State&gt; &amp;<i>states</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> uint </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#sendFullscreen">sendFullscreen</a></b>(const QSize &amp;<i>size</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> uint </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#sendMaximized">sendMaximized</a></b>(const QSize &amp;<i>size</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> uint </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#sendResizing">sendResizing</a></b>(const QSize &amp;<i>maxSize</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> uint </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#sendUnmaximized">sendUnmaximized</a></b>(const QSize &amp;<i>size</i> = QSize(0, 0))</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QWaylandXdgShellV5 *</td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#shell-prop">shell</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QSize </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#sizeForResize">sizeForResize</a></b>(const QSizeF &amp;<i>size</i>, const QPointF &amp;<i>delta</i>, QWaylandXdgSurfaceV5::ResizeEdge <i>edge</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QVector&lt;uint&gt; </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#states">states</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QWaylandSurface *</td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#surface-prop">surface</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#title-prop">title</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QRect </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#windowGeometry-prop">windowGeometry</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> Qt::WindowType </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#windowType">windowType</a></b>() const</td></tr>
</table></div>
<a name="signals"></a>
<h2 id="signals">Signals</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#ackConfigure">ackConfigure</a></b>(uint <i>serial</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#activated-prop">activatedChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#appId-prop">appIdChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#fullscreen-prop">fullscreenChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#maximized-prop">maximizedChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#parentSurface-prop">parentSurfaceChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#resizing-prop">resizingChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#setFullscreen">setFullscreen</a></b>(QWaylandOutput *<i>output</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#setMaximized">setMaximized</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#setMinimized">setMinimized</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#setTopLevel">setTopLevel</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#setTransient">setTransient</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#shell-prop">shellChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#showWindowMenu">showWindowMenu</a></b>(QWaylandSeat *<i>seat</i>, const QPoint &amp;<i>localSurfacePosition</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#startMove">startMove</a></b>(QWaylandSeat *<i>seat</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#startResize">startResize</a></b>(QWaylandSeat *<i>seat</i>, QWaylandXdgSurfaceV5::ResizeEdge <i>edges</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#states-prop">statesChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#surface-prop">surfaceChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#title-prop">titleChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#unsetFullscreen">unsetFullscreen</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#unsetMaximized">unsetMaximized</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#windowGeometry-prop">windowGeometryChanged</a></b>()</td></tr>
</table></div>
<a name="static-public-members"></a>
<h2 id="static-public-members">Static Public Members</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#appendFunction">appendFunction</a></b>(QQmlListProperty&lt;QObject&gt; *<i>list</i>, QObject *<i>object</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QObject *</td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#atFunction">atFunction</a></b>(QQmlListProperty&lt;QObject&gt; *<i>list</i>, int <i>index</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#clearFunction">clearFunction</a></b>(QQmlListProperty&lt;QObject&gt; *<i>list</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#countFunction">countFunction</a></b>(QQmlListProperty&lt;QObject&gt; *<i>list</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QWaylandXdgSurfaceV5 *</td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#fromResource">fromResource</a></b>(::wl_resource *<i>resource</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const struct wl_interface *</td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#interface">interface</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QByteArray </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#interfaceName">interfaceName</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QWaylandSurfaceRole *</td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#role">role</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QMetaObject </td><td class="memItemRight bottomAlign"><b><a href="qwaylandxdgsurfacev5.html#staticMetaObject-var">staticMetaObject</a></b></td></tr>
</table></div>
<a name="details"></a>
<!-- $$$QWaylandXdgSurfaceV5-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>The <a href="qwaylandxdgsurfacev5.html">QWaylandXdgSurfaceV5</a> class provides desktop-style compositor-specific features to an xdg surface.</p>
<p>This class is part of the <a href="qwaylandxdgshellv5.html">QWaylandXdgShellV5</a> extension and provides a way to extend the functionality of an existing <a href="qwaylandsurface.html">QWaylandSurface</a> with features specific to desktop-style compositors, such as resizing and moving the surface.</p>
<p>It corresponds to the Wayland interface xdg_surface.</p>
</div>
<!-- @@@QWaylandXdgSurfaceV5 -->
<div class="types">
<h2>Member Type Documentation</h2>
<!-- $$$ResizeEdge$$$NoneEdge$$$TopEdge$$$BottomEdge$$$LeftEdge$$$TopLeftEdge$$$BottomLeftEdge$$$RightEdge$$$TopRightEdge$$$BottomRightEdge -->
<h3 class="fn" id="ResizeEdge-enum"><a name="ResizeEdge-enum"></a>enum QWaylandXdgSurfaceV5::<span class="name">ResizeEdge</span></h3>
<!-- @@@ResizeEdge -->
<!-- $$$State$$$MaximizedState$$$FullscreenState$$$ResizingState$$$ActivatedState -->
<h3 class="fn" id="State-enum"><a name="State-enum"></a>enum QWaylandXdgSurfaceV5::<span class="name">State</span></h3>
<!-- @@@State -->
</div>
<div class="prop">
<h2>Property Documentation</h2>
<!-- $$$activated-prop$$$activated$$$activatedChanged -->
<h3 class="fn" id="activated-prop"><a name="activated-prop"></a><span class="name">activated</span> : const <span class="type">bool</span></h3>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> bool </td><td class="memItemRight bottomAlign"><span class="name"><b>activated</b></span>() const</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>activatedChanged</b></span>()</td></tr>
</table></div>
<!-- @@@activated -->
<!-- $$$appId-prop$$$appId$$$appIdChanged -->
<h3 class="fn" id="appId-prop"><a name="appId-prop"></a><span class="name">appId</span> : const <span class="type">QString</span></h3>
<p>This property holds the app id of the <a href="qwaylandxdgsurfacev5.html" class="obsolete">QWaylandXdgSurfaceV5</a>.</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> QString </td><td class="memItemRight bottomAlign"><span class="name"><b>appId</b></span>() const</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>appIdChanged</b></span>()</td></tr>
</table></div>
<!-- @@@appId -->
<!-- $$$fullscreen-prop$$$fullscreen$$$fullscreenChanged -->
<h3 class="fn" id="fullscreen-prop"><a name="fullscreen-prop"></a><span class="name">fullscreen</span> : const <span class="type">bool</span></h3>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> bool </td><td class="memItemRight bottomAlign"><span class="name"><b>fullscreen</b></span>() const</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>fullscreenChanged</b></span>()</td></tr>
</table></div>
<!-- @@@fullscreen -->
<!-- $$$maximized-prop$$$maximized$$$maximizedChanged -->
<h3 class="fn" id="maximized-prop"><a name="maximized-prop"></a><span class="name">maximized</span> : const <span class="type">bool</span></h3>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> bool </td><td class="memItemRight bottomAlign"><span class="name"><b>maximized</b></span>() const</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>maximizedChanged</b></span>()</td></tr>
</table></div>
<!-- @@@maximized -->
<!-- $$$parentSurface-prop$$$parentSurface$$$parentSurfaceChanged -->
<h3 class="fn" id="parentSurface-prop"><a name="parentSurface-prop"></a><span class="name">parentSurface</span> : <span class="type"><a href="qwaylandxdgsurfacev5.html#QWaylandXdgSurfaceV5">QWaylandXdgSurfaceV5</a></span>* const</h3>
<p>This property holds the XdgSurfaceV5 parent of this XdgSurfaceV5. When a parent surface is set, the parentSurfaceChanged() signal is guaranteed to be emitted before <a href="qwaylandxdgsurfacev5.html#setTopLevel">setTopLevel</a>() and <a href="qwaylandxdgsurfacev5.html#setTransient">setTransient</a>().</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> QWaylandXdgSurfaceV5 *</td><td class="memItemRight bottomAlign"><span class="name"><b>parentSurface</b></span>() const</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>parentSurfaceChanged</b></span>()</td></tr>
</table></div>
<p><b>See also </b><a href="qwaylandxdgsurfacev5.html#setTopLevel">QWaylandXdgSurfaceV5::setTopLevel</a>() and <a href="qwaylandxdgsurfacev5.html#setTransient">QWaylandXdgSurfaceV5::setTransient</a>().</p>
<!-- @@@parentSurface -->
<!-- $$$resizing-prop$$$resizing$$$resizingChanged -->
<h3 class="fn" id="resizing-prop"><a name="resizing-prop"></a><span class="name">resizing</span> : const <span class="type">bool</span></h3>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> bool </td><td class="memItemRight bottomAlign"><span class="name"><b>resizing</b></span>() const</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>resizingChanged</b></span>()</td></tr>
</table></div>
<!-- @@@resizing -->
<!-- $$$shell-prop$$$shell$$$shellChanged -->
<h3 class="fn" id="shell-prop"><a name="shell-prop"></a><span class="name">shell</span> : <span class="type"><a href="qwaylandxdgshellv5.html">QWaylandXdgShellV5</a></span>* const</h3>
<p>This property holds the shell associated with this <a href="qwaylandxdgsurfacev5.html" class="obsolete">QWaylandXdgSurfaceV5</a>.</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> QWaylandXdgShellV5 *</td><td class="memItemRight bottomAlign"><span class="name"><b>shell</b></span>() const</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>shellChanged</b></span>()</td></tr>
</table></div>
<!-- @@@shell -->
<!-- $$$states-prop$$$statesChanged -->
<h3 class="fn" id="states-prop"><a name="states-prop"></a><span class="name">states</span> : const <span class="type">QList</span>&lt;<span class="type">int</span>&gt;</h3>
<p>This property holds the last states the client acknowledged for this <a href="qwaylandxdgsurfacev5.html" class="obsolete">QWaylandXdgSurfaceV5</a>.</p>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>statesChanged</b></span>()</td></tr>
</table></div>
<!-- @@@states -->
<!-- $$$surface-prop$$$surface$$$surfaceChanged -->
<h3 class="fn" id="surface-prop"><a name="surface-prop"></a><span class="name">surface</span> : <span class="type"><a href="qwaylandsurface.html">QWaylandSurface</a></span>* const</h3>
<p>This property holds the surface associated with this <a href="qwaylandxdgsurfacev5.html" class="obsolete">QWaylandXdgSurfaceV5</a>.</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> QWaylandSurface *</td><td class="memItemRight bottomAlign"><span class="name"><b>surface</b></span>() const</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>surfaceChanged</b></span>()</td></tr>
</table></div>
<!-- @@@surface -->
<!-- $$$title-prop$$$title$$$titleChanged -->
<h3 class="fn" id="title-prop"><a name="title-prop"></a><span class="name">title</span> : const <span class="type">QString</span></h3>
<p>This property holds the title of the <a href="qwaylandxdgsurfacev5.html" class="obsolete">QWaylandXdgSurfaceV5</a>.</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> QString </td><td class="memItemRight bottomAlign"><span class="name"><b>title</b></span>() const</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>titleChanged</b></span>()</td></tr>
</table></div>
<!-- @@@title -->
<!-- $$$windowGeometry-prop$$$windowGeometry$$$windowGeometryChanged -->
<h3 class="fn" id="windowGeometry-prop"><a name="windowGeometry-prop"></a><span class="name">windowGeometry</span> : const <span class="type">QRect</span></h3>
<p>This property holds the window geometry of the <a href="qwaylandxdgsurfacev5.html" class="obsolete">QWaylandXdgSurfaceV5</a>. The window geometry describes the window's visible bounds from the user's perspective. The geometry includes title bars and borders if drawn by the client, but excludes drop shadows. It is meant to be used for aligning and tiling windows.</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> QRect </td><td class="memItemRight bottomAlign"><span class="name"><b>windowGeometry</b></span>() const</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>windowGeometryChanged</b></span>()</td></tr>
</table></div>
<!-- @@@windowGeometry -->
</div>
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$QWaylandXdgSurfaceV5[overload1]$$$QWaylandXdgSurfaceV5 -->
<h3 class="fn" id="QWaylandXdgSurfaceV5"><a name="QWaylandXdgSurfaceV5"></a>QWaylandXdgSurfaceV5::<span class="name">QWaylandXdgSurfaceV5</span>()</h3>
<p>Constructs a <a href="qwaylandxdgsurfacev5.html" class="obsolete">QWaylandXdgSurfaceV5</a>.</p>
<!-- @@@QWaylandXdgSurfaceV5 -->
<!-- $$$QWaylandXdgSurfaceV5$$$QWaylandXdgSurfaceV5QWaylandXdgShellV5*QWaylandSurface*constQWaylandResource& -->
<h3 class="fn" id="QWaylandXdgSurfaceV5-1"><a name="QWaylandXdgSurfaceV5-1"></a>QWaylandXdgSurfaceV5::<span class="name">QWaylandXdgSurfaceV5</span>(<span class="type"><a href="qwaylandxdgshellv5.html">QWaylandXdgShellV5</a></span> *<i>xdgShell</i>, <span class="type"><a href="qwaylandsurface.html">QWaylandSurface</a></span> *<i>surface</i>, const <span class="type">QWaylandResource</span> &amp;<i>res</i>)</h3>
<p>Constructs a <a href="qwaylandxdgsurfacev5.html" class="obsolete">QWaylandXdgSurfaceV5</a> for <i>surface</i> and initializes it with the given <i>xdgShell</i>, <i>surface</i>, and resource <i>res</i>.</p>
<!-- @@@QWaylandXdgSurfaceV5 -->
<!-- $$$ackConfigure[overload1]$$$ackConfigureuint -->
<h3 class="fn" id="ackConfigure"><a name="ackConfigure"></a><code>[signal] </code><span class="type">void</span> QWaylandXdgSurfaceV5::<span class="name">ackConfigure</span>(<span class="type">uint</span> <i>serial</i>)</h3>
<p>This signal is emitted when the client has received configure events up to and including the configure event with serial <i>serial</i> and will draw its surface accordingly in the next committed buffer.</p>
<!-- @@@ackConfigure -->
<!-- $$$appendFunction[overload1]$$$appendFunctionQQmlListProperty<QObject>*QObject* -->
<h3 class="fn" id="appendFunction"><a name="appendFunction"></a><code>[static] </code><span class="type">void</span> QWaylandXdgSurfaceV5::<span class="name">appendFunction</span>(<span class="type">QQmlListProperty</span>&lt;<span class="type">QObject</span>&gt; *<i>list</i>, <span class="type">QObject</span> *<i>object</i>)</h3>
<!-- @@@appendFunction -->
<!-- $$$atFunction[overload1]$$$atFunctionQQmlListProperty<QObject>*int -->
<h3 class="fn" id="atFunction"><a name="atFunction"></a><code>[static] </code><span class="type">QObject</span> *QWaylandXdgSurfaceV5::<span class="name">atFunction</span>(<span class="type">QQmlListProperty</span>&lt;<span class="type">QObject</span>&gt; *<i>list</i>, <span class="type">int</span> <i>index</i>)</h3>
<!-- @@@atFunction -->
<!-- $$$clearFunction[overload1]$$$clearFunctionQQmlListProperty<QObject>* -->
<h3 class="fn" id="clearFunction"><a name="clearFunction"></a><code>[static] </code><span class="type">void</span> QWaylandXdgSurfaceV5::<span class="name">clearFunction</span>(<span class="type">QQmlListProperty</span>&lt;<span class="type">QObject</span>&gt; *<i>list</i>)</h3>
<!-- @@@clearFunction -->
<!-- $$$countFunction[overload1]$$$countFunctionQQmlListProperty<QObject>* -->
<h3 class="fn" id="countFunction"><a name="countFunction"></a><code>[static] </code><span class="type">int</span> QWaylandXdgSurfaceV5::<span class="name">countFunction</span>(<span class="type">QQmlListProperty</span>&lt;<span class="type">QObject</span>&gt; *<i>list</i>)</h3>
<!-- @@@countFunction -->
<!-- $$$createIntegration[overload1]$$$createIntegrationQWaylandQuickShellSurfaceItem* -->
<h3 class="fn" id="createIntegration"><a name="createIntegration"></a><span class="type">QWaylandQuickShellIntegration</span> *QWaylandXdgSurfaceV5::<span class="name">createIntegration</span>(<span class="type"><a href="qwaylandquickshellsurfaceitem.html">QWaylandQuickShellSurfaceItem</a></span> *<i>item</i>)</h3>
<!-- @@@createIntegration -->
<!-- $$$data[overload1]$$$data -->
<h3 class="fn" id="data"><a name="data"></a><span class="type">QQmlListProperty</span>&lt;<span class="type">QObject</span>&gt; QWaylandXdgSurfaceV5::<span class="name">data</span>()</h3>
<!-- @@@data -->
<!-- $$$fromResource[overload1]$$$fromResource::wl_resource* -->
<h3 class="fn" id="fromResource"><a name="fromResource"></a><code>[static] </code><span class="type"><a href="qwaylandxdgsurfacev5.html#QWaylandXdgSurfaceV5">QWaylandXdgSurfaceV5</a></span> *QWaylandXdgSurfaceV5::<span class="name">fromResource</span>(<span class="type">::wl_resource</span> *<i>resource</i>)</h3>
<p>Returns the <a href="qwaylandxdgsurfacev5.html" class="obsolete">QWaylandXdgSurfaceV5</a> corresponding to the <i>resource</i>.</p>
<!-- @@@fromResource -->
<!-- $$$initialize[overload1]$$$initializeQWaylandXdgShellV5*QWaylandSurface*constQWaylandResource& -->
<h3 class="fn" id="initialize"><a name="initialize"></a><span class="type">void</span> QWaylandXdgSurfaceV5::<span class="name">initialize</span>(<span class="type"><a href="qwaylandxdgshellv5.html">QWaylandXdgShellV5</a></span> *<i>xdgShell</i>, <span class="type"><a href="qwaylandsurface.html">QWaylandSurface</a></span> *<i>surface</i>, const <span class="type">QWaylandResource</span> &amp;<i>resource</i>)</h3>
<p>Initializes the <a href="qwaylandxdgsurfacev5.html" class="obsolete">QWaylandXdgSurfaceV5</a>, associating it with the given <i>xdgShell</i>, <i>surface</i> and <i>resource</i>.</p>
<p><b>Note: </b>This function can be invoked via the meta-object system and from QML. See Q_INVOKABLE.</p>
<!-- @@@initialize -->
<!-- $$$interface[overload1]$$$interface -->
<h3 class="fn" id="interface"><a name="interface"></a><code>[static] </code>const <span class="type">struct</span> <span class="type">wl_interface</span> *QWaylandXdgSurfaceV5::<span class="name">interface</span>()</h3>
<p>Returns the Wayland interface for the <a href="qwaylandxdgsurfacev5.html" class="obsolete">QWaylandXdgSurfaceV5</a>.</p>
<!-- @@@interface -->
<!-- $$$interfaceName[overload1]$$$interfaceName -->
<h3 class="fn" id="interfaceName"><a name="interfaceName"></a><code>[static] </code><span class="type">QByteArray</span> QWaylandXdgSurfaceV5::<span class="name">interfaceName</span>()</h3>
<!-- @@@interfaceName -->
<!-- $$$role[overload1]$$$role -->
<h3 class="fn" id="role"><a name="role"></a><code>[static] </code><span class="type">QWaylandSurfaceRole</span> *QWaylandXdgSurfaceV5::<span class="name">role</span>()</h3>
<p>Returns the surface role for the <a href="qwaylandxdgsurfacev5.html" class="obsolete">QWaylandXdgSurfaceV5</a>.</p>
<!-- @@@role -->
<!-- $$$sendClose[overload1]$$$sendClose -->
<h3 class="fn" id="sendClose"><a name="sendClose"></a><span class="type">void</span> QWaylandXdgSurfaceV5::<span class="name">sendClose</span>()</h3>
<p>Sends a close event to the client.</p>
<p><b>Note: </b>This function can be invoked via the meta-object system and from QML. See Q_INVOKABLE.</p>
<!-- @@@sendClose -->
<!-- $$$sendConfigure[overload1]$$$sendConfigureconstQSize&constQVector<uint>& -->
<h3 class="fn" id="sendConfigure"><a name="sendConfigure"></a><span class="type">uint</span> QWaylandXdgSurfaceV5::<span class="name">sendConfigure</span>(const <span class="type">QSize</span> &amp;<i>size</i>, const <span class="type">QVector</span>&lt;<span class="type">uint</span>&gt; &amp;<i>states</i>)</h3>
<p>Sends a configure event to the client. Parameter <i>size</i> contains the pixel size of the surface. Known <i>states</i> are enumerated in <a href="qwaylandxdgsurfacev5.html#State-enum">QWaylandXdgSurfaceV5::State</a>.</p>
<p><b>Note: </b>This function can be invoked via the meta-object system and from QML. See Q_INVOKABLE.</p>
<!-- @@@sendConfigure -->
<!-- $$$sendConfigure$$$sendConfigureconstQSize&constQVector<QWaylandXdgSurfaceV5::State>& -->
<h3 class="fn" id="sendConfigure-1"><a name="sendConfigure-1"></a><span class="type">uint</span> QWaylandXdgSurfaceV5::<span class="name">sendConfigure</span>(const <span class="type">QSize</span> &amp;<i>size</i>, const <span class="type">QVector</span>&lt;<span class="type"><a href="qwaylandxdgsurfacev5.html#State-enum">QWaylandXdgSurfaceV5::State</a></span>&gt; &amp;<i>states</i>)</h3>
<p><b>Note: </b>This function can be invoked via the meta-object system and from QML. See Q_INVOKABLE.</p>
<!-- @@@sendConfigure -->
<!-- $$$sendFullscreen[overload1]$$$sendFullscreenconstQSize& -->
<h3 class="fn" id="sendFullscreen"><a name="sendFullscreen"></a><span class="type">uint</span> QWaylandXdgSurfaceV5::<span class="name">sendFullscreen</span>(const <span class="type">QSize</span> &amp;<i>size</i>)</h3>
<p><b>Note: </b>This function can be invoked via the meta-object system and from QML. See Q_INVOKABLE.</p>
<!-- @@@sendFullscreen -->
<!-- $$$sendMaximized[overload1]$$$sendMaximizedconstQSize& -->
<h3 class="fn" id="sendMaximized"><a name="sendMaximized"></a><span class="type">uint</span> QWaylandXdgSurfaceV5::<span class="name">sendMaximized</span>(const <span class="type">QSize</span> &amp;<i>size</i>)</h3>
<p><b>Note: </b>This function can be invoked via the meta-object system and from QML. See Q_INVOKABLE.</p>
<!-- @@@sendMaximized -->
<!-- $$$sendResizing[overload1]$$$sendResizingconstQSize& -->
<h3 class="fn" id="sendResizing"><a name="sendResizing"></a><span class="type">uint</span> QWaylandXdgSurfaceV5::<span class="name">sendResizing</span>(const <span class="type">QSize</span> &amp;<i>maxSize</i>)</h3>
<p><b>Note: </b>This function can be invoked via the meta-object system and from QML. See Q_INVOKABLE.</p>
<!-- @@@sendResizing -->
<!-- $$$sendUnmaximized[overload1]$$$sendUnmaximizedconstQSize& -->
<h3 class="fn" id="sendUnmaximized"><a name="sendUnmaximized"></a><span class="type">uint</span> QWaylandXdgSurfaceV5::<span class="name">sendUnmaximized</span>(const <span class="type">QSize</span> &amp;<i>size</i> = QSize(0, 0))</h3>
<p><b>Note: </b>This function can be invoked via the meta-object system and from QML. See Q_INVOKABLE.</p>
<!-- @@@sendUnmaximized -->
<!-- $$$setFullscreen[overload1]$$$setFullscreenQWaylandOutput* -->
<h3 class="fn" id="setFullscreen"><a name="setFullscreen"></a><code>[signal] </code><span class="type">void</span> QWaylandXdgSurfaceV5::<span class="name">setFullscreen</span>(<span class="type"><a href="qwaylandoutput.html">QWaylandOutput</a></span> *<i>output</i>)</h3>
<p>This signal is emitted when the client wants the <code>xdg_surface</code> to be in full screen mode. The client may specify an <i>output</i> it wishes the <code>xdg_surface</code> to be shown on.</p>
<p><b>See also </b><a href="qwaylandxdgsurfacev5.html#fullscreen-prop">fullscreen</a>().</p>
<!-- @@@setFullscreen -->
<!-- $$$setMaximized[overload1]$$$setMaximized -->
<h3 class="fn" id="setMaximized"><a name="setMaximized"></a><code>[signal] </code><span class="type">void</span> QWaylandXdgSurfaceV5::<span class="name">setMaximized</span>()</h3>
<p>This signal is emitted when the client wants the <code>xdg_surface</code> to be maximized.</p>
<p><b>See also </b><a href="qwaylandxdgsurfacev5.html#maximized-prop">maximized</a>().</p>
<!-- @@@setMaximized -->
<!-- $$$setMinimized[overload1]$$$setMinimized -->
<h3 class="fn" id="setMinimized"><a name="setMinimized"></a><code>[signal] </code><span class="type">void</span> QWaylandXdgSurfaceV5::<span class="name">setMinimized</span>()</h3>
<p>This signal is emitted when the client wants the <code>xdg_surface</code> to be minimized.</p>
<!-- @@@setMinimized -->
<!-- $$$setTopLevel[overload1]$$$setTopLevel -->
<h3 class="fn" id="setTopLevel"><a name="setTopLevel"></a><code>[signal] </code><span class="type">void</span> QWaylandXdgSurfaceV5::<span class="name">setTopLevel</span>()</h3>
<!-- @@@setTopLevel -->
<!-- $$$setTransient[overload1]$$$setTransient -->
<h3 class="fn" id="setTransient"><a name="setTransient"></a><code>[signal] </code><span class="type">void</span> QWaylandXdgSurfaceV5::<span class="name">setTransient</span>()</h3>
<!-- @@@setTransient -->
<!-- $$$showWindowMenu[overload1]$$$showWindowMenuQWaylandSeat*constQPoint& -->
<h3 class="fn" id="showWindowMenu"><a name="showWindowMenu"></a><code>[signal] </code><span class="type">void</span> QWaylandXdgSurfaceV5::<span class="name">showWindowMenu</span>(<span class="type"><a href="qwaylandseat.html">QWaylandSeat</a></span> *<i>seat</i>, const <span class="type">QPoint</span> &amp;<i>localSurfacePosition</i>)</h3>
<p>This signal is emitted when the client wants to show a context menu at <i>localSurfacePosition</i>, using the Wayland seat <i>seat</i>. It's typically emitted in response to the user right-clicking the window decorations.</p>
<!-- @@@showWindowMenu -->
<!-- $$$sizeForResize[overload1]$$$sizeForResizeconstQSizeF&constQPointF&QWaylandXdgSurfaceV5::ResizeEdge -->
<h3 class="fn" id="sizeForResize"><a name="sizeForResize"></a><span class="type">QSize</span> QWaylandXdgSurfaceV5::<span class="name">sizeForResize</span>(const <span class="type">QSizeF</span> &amp;<i>size</i>, const <span class="type">QPointF</span> &amp;<i>delta</i>, <span class="type"><a href="qwaylandxdgsurfacev5.html#ResizeEdge-enum">QWaylandXdgSurfaceV5::ResizeEdge</a></span> <i>edge</i>)</h3>
<p><b>Note: </b>This function can be invoked via the meta-object system and from QML. See Q_INVOKABLE.</p>
<!-- @@@sizeForResize -->
<!-- $$$startMove[overload1]$$$startMoveQWaylandSeat* -->
<h3 class="fn" id="startMove"><a name="startMove"></a><code>[signal] </code><span class="type">void</span> QWaylandXdgSurfaceV5::<span class="name">startMove</span>(<span class="type"><a href="qwaylandseat.html">QWaylandSeat</a></span> *<i>seat</i>)</h3>
<p>This signal is emitted when the client wants to start an interactive move of the <a href="qwaylandxdgsurfacev5.html" class="obsolete">QWaylandXdgSurfaceV5</a>, typically in response to the window decorations being dragged by <i>seat</i>.</p>
<!-- @@@startMove -->
<!-- $$$startResize[overload1]$$$startResizeQWaylandSeat*QWaylandXdgSurfaceV5::ResizeEdge -->
<h3 class="fn" id="startResize"><a name="startResize"></a><code>[signal] </code><span class="type">void</span> QWaylandXdgSurfaceV5::<span class="name">startResize</span>(<span class="type"><a href="qwaylandseat.html">QWaylandSeat</a></span> *<i>seat</i>, <span class="type"><a href="qwaylandxdgsurfacev5.html#ResizeEdge-enum">QWaylandXdgSurfaceV5::ResizeEdge</a></span> <i>edges</i>)</h3>
<p>This signal is emitted when the client wants to start an interactive resize of the <a href="qwaylandxdgsurfacev5.html" class="obsolete">QWaylandXdgSurfaceV5</a>, typically in response to the window decorations being dragged by <i>seat</i> on the window borders given by <i>edges</i>.</p>
<!-- @@@startResize -->
<!-- $$$states[overload1]$$$states -->
<h3 class="fn" id="states"><a name="states"></a><span class="type">QVector</span>&lt;<span class="type">uint</span>&gt; QWaylandXdgSurfaceV5::<span class="name">states</span>() const</h3>
<!-- @@@states -->
<!-- $$$unsetFullscreen[overload1]$$$unsetFullscreen -->
<h3 class="fn" id="unsetFullscreen"><a name="unsetFullscreen"></a><code>[signal] </code><span class="type">void</span> QWaylandXdgSurfaceV5::<span class="name">unsetFullscreen</span>()</h3>
<p>This signal is emitted when the client doesn't want the <code>xdg_surface</code> to be in full screen mode anymore.</p>
<!-- @@@unsetFullscreen -->
<!-- $$$unsetMaximized[overload1]$$$unsetMaximized -->
<h3 class="fn" id="unsetMaximized"><a name="unsetMaximized"></a><code>[signal] </code><span class="type">void</span> QWaylandXdgSurfaceV5::<span class="name">unsetMaximized</span>()</h3>
<p>This signal is emitted when the client doesn't want the <code>xdg_surface</code> to be maximized anymore.</p>
<!-- @@@unsetMaximized -->
<!-- $$$windowType[overload1]$$$windowType -->
<h3 class="fn" id="windowType"><a name="windowType"></a><span class="type">Qt::WindowType</span> QWaylandXdgSurfaceV5::<span class="name">windowType</span>() const</h3>
<!-- @@@windowType -->
</div>
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2019 The Qt Company Ltd.
   Documentation contributions included herein are the copyrights of
   their respective owners.<br/>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br/>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>