ApplicationIPCInterface QML Type

The definition of an IPC interface between the application manager and applications. More...

Import Statement: import QtApplicationManager.SystemUI 2.0

Properties

Detailed Description

Using ApplicationIPCInterface items, you can define an IPC interface between the System UI and your applications. The actual interface consists of all the properties, signals, and functions that you define within this item. However, it's also possible to use this item to wrap an existing QtObject or even QObject instances by setting the serviceObject property. This way, you can expose all properties, signals, and functions of the serviceObject instead of the ones in this item.

For an in-depth explanation on how to set up these IPC interfaces, see ApplicationIPCManager::registerInterface().

Property Documentation

serviceObject : QtObject

This property holds the pointer to the object which is exposed via IPC. By default, this property returns the ApplicationIPCInterface object itself. However, you can set this property to wrap existing objects in order to expose them as IPC interfaces to applications.


© 2019 Luxoft Sweden AB. 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.