IviSurface QML Type

サーフェスを識別し、サイズを変更する簡単な方法を提供します。詳細...

Import Statement: import QtWayland.Compositor.IviApplication
In C++: QWaylandIviSurface

プロパティ

メソッド

  • void initialize(IviApplication iviApplication, WaylandSurface surface, int iviId, WaylandResource resource)
  • int sendConfigure(size size)

詳細な説明

この型はIviApplication 拡張の一部であり、既存のWaylandSurface の機能を拡張し、サイズを変更したり識別したりする方法を提供する。

Waylandivi_surface インターフェースに対応する。

プロパティ Documentation

iviId : int [read-only]

このプロパティは、このIviSurface の ivi id id を保持します。


surface : WaylandSurface [read-only]

このプロパティは、このIviSurface に関連付けられた表面を保持する。


メソッド ドキュメント

void initialize(IviApplication iviApplication, WaylandSurface surface, int iviId, WaylandResource resource)

IviSurface を初期化し、与えられたiviApplicationsurfaceiviIdresource と関連付けます。


int sendConfigure(size size)

クライアントに configure イベントを送信し、与えられたsize にサーフェスのサイズを変更するように指示します。


本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。