hsqml-0.1.1: Haskell binding for Qt Quick

Safe HaskellNone

Graphics.QML.Marshal

Description

Type classs and instances for marshalling values between Haskell and QML.

Synopsis

Documentation

class MarshalIn a whereSource

The class MarshalIn allows QML values to be converted into Haskell values.

data InMarshaller a Source

Encapsulates the functionality to needed to implement an instance of MarshalIn so that such instances can be defined without access to implementation details.

class MarshalIn a => MarshalOut a Source

The class MarshalOut allows Haskell values to be converted into QML values.