keera-hails-mvc-model-lightmodel-0.7.0: Rapid Gtk Application Development - Reactive Protected Light Models

Safe HaskellSafe
LanguageHaskell2010

Hails.MVC.Model.THFields

Description

This module uses Template Haskell to declare reactive fields for a given model field and type that access the ProtectedModel in the IO Monad and the reactive model.

Copyright : (C) Keera Studios Ltd, 2013 License : BSD3 Maintainer : support@keera.co.uk

Synopsis

Documentation

protectedField :: String -> Q Type -> String -> String -> Q [Dec] Source #

Creates a setter and a getter that works at ProtectedModel level inside the IO Monad

reactiveField :: String -> Q Type -> Q [Dec] Source #

Creates a setter and a getter that works at ReactiveModel level.