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 にサーフェスのサイズを変更するように指示する。


© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. 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.