Sophie

Sophie

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

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" />
<!-- qtwaylandcompositor-qmltypes.qdoc -->
  <title>Qt Wayland Compositor QML Types | 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 >Qt Wayland Compositor QML Types</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="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Qt Wayland Compositor QML Types</h1>
<span class="subtitle"></span>
<!-- $$$QtWayland.Compositor-description -->
<div class="descr"> <a name="details"></a>
<p>The Qt Wayland module provides QML types that can be used to create custom display servers supporting the Wayland protocol.</p>
<p>The QML types can be imported into your application using the following import statement:</p>
<pre class="cpp">

  import <span class="type">QtWayland</span><span class="operator">.</span>Compositor <span class="number">1.3</span>

</pre>
<p>To link against the module, add this line to your qmake <code>.pro</code> file:</p>
<pre class="cpp">

  QT <span class="operator">+</span><span class="operator">=</span> waylandcompositor

</pre>
<p>For more information about using these types in your application, see the <a href="qtwaylandcompositor-index.html">Qt Wayland Compositor</a> documentation.</p>
</div>
<!-- @@@QtWayland.Compositor -->
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-iviapplication.html">IviApplication</a></p></td><td class="tblDescr"><p>Provides a shell extension for embedded-style user interfaces</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-ivisurface.html">IviSurface</a></p></td><td class="tblDescr"><p>Provides a simple way to identify and resize a surface</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-shellsurface.html">ShellSurface</a></p></td><td class="tblDescr"><p>Provides a common interface for surface roles specified by shell extensions</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-shellsurfaceitem.html">ShellSurfaceItem</a></p></td><td class="tblDescr"><p>A Qt Quick item type for displaying and interacting with a ShellSurface</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-waylandclient.html">WaylandClient</a></p></td><td class="tblDescr"><p>Represents a client connecting to the WaylandCompositor</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-waylandcompositor.html">WaylandCompositor</a></p></td><td class="tblDescr"><p>Manages the Wayland display server</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-waylandhardwarelayer.html">WaylandHardwareLayer</a></p></td><td class="tblDescr"><p>Makes a parent WaylandQuickItem use hardware layers for rendering</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-waylandoutput.html">WaylandOutput</a></p></td><td class="tblDescr"><p>Provides access to a displayable area managed by the compositor</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-waylandquickitem.html">WaylandQuickItem</a></p></td><td class="tblDescr"><p>Provides a Qt Quick item that represents a WaylandView</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-waylandseat.html">WaylandSeat</a></p></td><td class="tblDescr"><p>Provides access to keyboard, mouse, and touch input</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-waylandsurface.html">WaylandSurface</a></p></td><td class="tblDescr"><p>Represents a rectangular area on an output device</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-waylandview.html">WaylandView</a></p></td><td class="tblDescr"><p>Represents a view of a surface on an output</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-wlshell.html">WlShell</a></p></td><td class="tblDescr"><p>Provides an extension for desktop-style user interfaces</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-wlshellsurface.html">WlShellSurface</a></p></td><td class="tblDescr"><p>Provides a wl_shell_surface that offers desktop-style compositor-specific features to a surface</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-xdgdecorationmanagerv1.html">XdgDecorationManagerV1</a></p></td><td class="tblDescr"><p>Provides an extension for negotiation of server-side and client-side window decorations</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-xdgpopup.html">XdgPopup</a></p></td><td class="tblDescr"><p>Represents the popup specific parts of and xdg surface</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-xdgpopupv6.html">XdgPopupV6</a></p></td><td class="tblDescr"><p>Represents the popup specific parts of and xdg surface</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-xdgshell.html">XdgShell</a></p></td><td class="tblDescr"><p>Provides an extension for desktop-style user interfaces</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-xdgshellv6.html">XdgShellV6</a></p></td><td class="tblDescr"><p>Provides an extension for desktop-style user interfaces</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-xdgsurface.html">XdgSurface</a></p></td><td class="tblDescr"><p>Desktop-style compositor-specific features to an xdg surface</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-xdgsurfacev6.html">XdgSurfaceV6</a></p></td><td class="tblDescr"><p>Desktop-style compositor-specific features to an xdg surface</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-xdgtoplevel.html">XdgToplevel</a></p></td><td class="tblDescr"><p>Represents the toplevel window specific parts of an xdg surface</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtwayland-compositor-xdgtoplevelv6.html">XdgToplevelV6</a></p></td><td class="tblDescr"><p>Represents the toplevel window specific parts of an xdg surface</p></td></tr>
</table></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>