WaylandSurface QML Type

Represents a rectangular area on an output device. 更多...

import 語句: import QtWayland.Compositor
在 C++: QWaylandSurface

特性

信號

方法

詳細描述

This type encapsulates a rectangular area of pixels that is displayed on an output device. It corresponds to the interface wl_surface in the Wayland protocol.

特性文檔編製

bufferScale : size [read-only]

此特性保持 WaylandSurface 's buffer scale. The buffer scale lets a client supply higher resolution buffer data for use on high resolution outputs.

bufferSize : size [read-only]

This property holds the size of the current buffer of this WaylandSurface in pixels, not in surface coordinates.

For the size in surface coordinates, use destinationSize 代替。

另請參閱 destinationSize and bufferScale .

client : WaylandClient [read-only]

This property holds the client using this WaylandSurface .

contentOrientation : enum [read-only]

This property holds the orientation of the WaylandSurface 's contents.

另請參閱 WaylandOutput.transform .

cursorSurface : bool

This property holds whether the WaylandSurface is a cursor surface.

destinationSize : size [read-only]

This property holds the size of this WaylandSurface in surface coordinates.

另請參閱 bufferScale and bufferSize .

hasContent : bool [read-only]

This property holds whether the WaylandSurface has content.

inhibitsIdle : bool [read-only]

This property holds whether this surface is intended to inhibit the idle behavior of the compositor such as screen blanking, locking and screen saving.

另請參閱 IdleInhibitManagerV1 .

isOpaque : bool [read-only, since 6.4]

This property holds whether the surface is fully opaque, as reported by the client through the set_opaque_region request.

該特性在 Qt 6.4 引入。

origin : enum [read-only]

This property holds the origin of the WaylandSurface 's buffer, or WaylandSurface .OriginTopLeft if the surface has no buffer.

It can have the following values:

  • WaylandSurface .OriginTopLeft The origin is the top left corner of the buffer.
  • WaylandSurface .OriginBottomLeft The origin is the bottom left corner of the buffer.

sourceGeometry : rect [read-only]

This property describes the portion of the attached Wayland buffer that should be drawn on the screen. The coordinates are from the corner of the buffer and are scaled by bufferScale .

另請參閱 bufferScale , bufferSize ,和 destinationSize .

useTextureAlpha : bool

This property specifies whether the surface should use texture alpha.

信號文檔編製

childAdded ( WaylandSurface child )

This signal is emitted when a wl_subsurface, child , has been added to the surface.

注意: 相應處理程序是 onChildAdded .

void dragStarted ( WaylandDrag drag )

This signal is emitted when a drag has started from this surface.

注意: 相應處理程序是 onDragStarted .

surfaceDestroyed ()

This signal is emitted when the corresponding wl_surface is destroyed.

注意: 相應處理程序是 onSurfaceDestroyed .

方法文檔編製

void destroy ()

銷毀 WaylandSurface .

void initialize ( WaylandCompositor compositor , WaylandClient client , int id , int version )

初始化 WaylandSurface 采用給定 compositor and client ,和采用給定 id and version .

bool isDestroyed ()

返迴 true WaylandSurface has been destroyed. Otherwise returns false .