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 의 기능을 확장하여 크기를 조정하고 식별할 수 있는 방법을 제공합니다.

Wayland ivi_surface 인터페이스에 해당합니다.

속성 문서

iviId : int [read-only]

이 프로퍼티는 이 IviSurface 의 아이비 아이디를 보유합니다.


surface : WaylandSurface [read-only]

이 프로퍼티는 이 IviSurface 와 연관된 표면을 보유합니다.


메서드 문서

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

IviSurface 를 초기화하여 주어진 iviApplication, surface, iviId, resource 와 연결합니다.


int sendConfigure(size size)

주어진 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.