automotive-message-broker  0.13
 All Classes Files Functions Variables Pages
Classes
bluemonkey.idl File Reference

Go to the source code of this file.

Classes

interface  Navigator
 Entry point for bluemonkey. More...
 
interface  Bluemonkey
 Bluemonkey interface Bluemonkey provides AMB plugin-like interfaces and allows the loading of other modules, timers, and QObject creation. Typical usage is such: More...
 
interface  PropertyInterface
 PropertyInterface represents an interface to an AMB Property. More...
 
interface  Signal
 Signal represents an way to connect to Qt signals and get a javascript callback. More...
 

Variables

automotive-message-broker Bluemonkey interface documentation

the bluemonkey script engine is powered by Qt QML's javascript engine. It supports QObject types as well as ECMA script (javascript). All QObject properties, slots, and signals are available in javascript.

Version
0.13
See also
Qt's QMetaObject system for additional details
callback ChangedCallback = void(any value)
 
callback HistoryCallback = void(PropertyInterface[] data)