Function sinspekto::LoadSinspektoQmlTypes¶
Defined in File SinspektoQml.hpp
Function Documentation¶
-
void sinspekto::LoadSinspektoQmlTypes()¶
Loads all sinspekto qml types.
This function registers sinspekto’s QML-enabled elements so that they are loadable in QML scripts. The name mapping from class name to qml element is one-to-one, so for instance
DdsBitSubscriberis namedDdsBitSubscriberin QML. In yourqmlfile, you need to addimport fkin.Dds 1.0to import the sinspekto QML elements, see the minimal example.