Sophie

Sophie

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

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" />
<!-- qwaylandshellsurface.cpp -->
  <title>QWaylandShellSurface 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 >QWaylandShellSurface</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="#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="#protected-functions">Protected Functions</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">QWaylandShellSurface Class</h1>
<!-- $$$QWaylandShellSurface-brief -->
<p>The <a href="qwaylandshellsurface.html">QWaylandShellSurface</a> class is a common interface for surface roles specified by shell extensions. <a href="#details">More...</a></p>
<!-- @@@QWaylandShellSurface -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign">   <span class="preprocessor">#include &lt;QWaylandShellSurface&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><tr><td class="memItemLeft rightAlign topAlign"> Inherits:</td><td class="memItemRight bottomAlign"> QWaylandCompositorExtension</td></tr></table></div><ul>
<li><a href="qwaylandshellsurface-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="properties"></a>
<h2 id="properties">Properties</h2>
<ul>
<li class="fn"><b><a href="qwaylandshellsurface.html#windowType-prop">windowType</a></b> : const Qt::WindowType</li>
</ul>
<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="qwaylandshellsurface.html#QWaylandShellSurface">QWaylandShellSurface</a></b>(QWaylandObject *<i>waylandObject</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual QWaylandQuickShellIntegration *</td><td class="memItemRight bottomAlign"><b><a href="qwaylandshellsurface.html#createIntegration">createIntegration</a></b>(QWaylandQuickShellSurfaceItem *<i>item</i>) = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual Qt::WindowType </td><td class="memItemRight bottomAlign"><b><a href="qwaylandshellsurface.html#windowType-prop">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="qwaylandshellsurface.html#windowType-prop">windowTypeChanged</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"> const QMetaObject </td><td class="memItemRight bottomAlign"><b><a href="qwaylandshellsurface.html#staticMetaObject-var">staticMetaObject</a></b></td></tr>
</table></div>
<a name="protected-functions"></a>
<h2 id="protected-functions">Protected Functions</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qwaylandshellsurface.html#QWaylandShellSurface-1">QWaylandShellSurface</a></b>(QWaylandCompositorExtensionPrivate &amp;<i>dd</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qwaylandshellsurface.html#QWaylandShellSurface-2">QWaylandShellSurface</a></b>(QWaylandObject *<i>container</i>, QWaylandCompositorExtensionPrivate &amp;<i>dd</i>)</td></tr>
</table></div>
<a name="details"></a>
<!-- $$$QWaylandShellSurface-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>The <a href="qwaylandshellsurface.html">QWaylandShellSurface</a> class is a common interface for surface roles specified by shell extensions.</p>
<p>This interface represents a Wayland surface role given by a Wayland protocol extension that defines how the <a href="qwaylandsurface.html">QWaylandSurface</a> should map onto the screen.</p>
</div>
<p><b>See also </b><a href="qwaylandsurface.html">QWaylandSurface</a>, <a href="qwaylandwlshellsurface.html">QWaylandWlShellSurface</a>, <a href="qwaylandxdgsurfacev5.html">QWaylandXdgSurfaceV5</a>, and <a href="qwaylandivisurface.html">QWaylandIviSurface</a>.</p>
<!-- @@@QWaylandShellSurface -->
<div class="prop">
<h2>Property Documentation</h2>
<!-- $$$windowType-prop$$$windowType$$$windowTypeChanged -->
<h3 class="fn" id="windowType-prop"><a name="windowType-prop"></a><span class="name">windowType</span> : const <span class="type">Qt::WindowType</span></h3>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> virtual Qt::WindowType </td><td class="memItemRight bottomAlign"><span class="name"><b>windowType</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>windowTypeChanged</b></span>()</td></tr>
</table></div>
<!-- @@@windowType -->
</div>
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$QWaylandShellSurface[overload1]$$$QWaylandShellSurfaceQWaylandObject* -->
<h3 class="fn" id="QWaylandShellSurface"><a name="QWaylandShellSurface"></a>QWaylandShellSurface::<span class="name">QWaylandShellSurface</span>(<span class="type"><a href="qwaylandobject.html#QWaylandObject">QWaylandObject</a></span> *<i>waylandObject</i>)</h3>
<p>Default constructs an instance of QWaylandShellSurface.</p><!-- @@@QWaylandShellSurface -->
<!-- $$$QWaylandShellSurface$$$QWaylandShellSurfaceQWaylandCompositorExtensionPrivate& -->
<h3 class="fn" id="QWaylandShellSurface-1"><a name="QWaylandShellSurface-1"></a><code>[protected] </code>QWaylandShellSurface::<span class="name">QWaylandShellSurface</span>(<span class="type">QWaylandCompositorExtensionPrivate</span> &amp;<i>dd</i>)</h3>
<p>Default constructs an instance of QWaylandShellSurface.</p><!-- @@@QWaylandShellSurface -->
<!-- $$$QWaylandShellSurface$$$QWaylandShellSurfaceQWaylandObject*QWaylandCompositorExtensionPrivate& -->
<h3 class="fn" id="QWaylandShellSurface-2"><a name="QWaylandShellSurface-2"></a><code>[protected] </code>QWaylandShellSurface::<span class="name">QWaylandShellSurface</span>(<span class="type"><a href="qwaylandobject.html#QWaylandObject">QWaylandObject</a></span> *<i>container</i>, <span class="type">QWaylandCompositorExtensionPrivate</span> &amp;<i>dd</i>)</h3>
<p>Default constructs an instance of QWaylandShellSurface.</p><!-- @@@QWaylandShellSurface -->
<!-- $$$createIntegration[overload1]$$$createIntegrationQWaylandQuickShellSurfaceItem* -->
<h3 class="fn" id="createIntegration"><a name="createIntegration"></a><code>[pure virtual] </code><span class="type">QWaylandQuickShellIntegration</span> *QWaylandShellSurface::<span class="name">createIntegration</span>(<span class="type"><a href="qwaylandquickshellsurfaceitem.html">QWaylandQuickShellSurfaceItem</a></span> *<i>item</i>)</h3>
<p>Creates a QWaylandQuickShellIntegration for this QWaylandQuickShellSurface. It's called automatically when <a href="qwaylandquickshellsurfaceitem.html#shellSurface-prop">QWaylandQuickShellSurfaceItem::shellSurface</a> is assigned.</p>
<p><b>See also </b><a href="qwaylandquickshellsurfaceitem.html">QWaylandQuickShellSurfaceItem</a>.</p>
<!-- @@@createIntegration -->
</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>