ApplicationIPCInterface QML Type
The definition of an IPC interface between the ApplicationManager and applications. More...
Import Statement: | import QtApplicationManager.SystemUI 2.0 |
Properties
- serviceObject : QtObject
Detailed Description
Using ApplicationIPCInterface items, you can define an IPC interface between your System-UI and your applications. The actual interface will be all the properties, signals and functions defined within this item. It is however also possible to use this item to wrap already existing QtObject or even QObject instances by setting the serviceObject property: this will expose all properties, signals and functions of the serviceObject instead of the one's in this item.
Please see the ApplicationIPCManager::registerInterface for an in-depth explanation on how these IPC interfaces are set up.
Property Documentation
serviceObject : QtObject |
This property holds the pointer to the object which is exposed on the IPC. By default this will return the ApplicationIPCInterface object itself, but setting this property can be used to wrap already 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.