Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Graphics.UI.Qtah.Signal
Description
General routines for managing Qt signals.
Documentation
data Signal object handler Source #
A signal that can be connected to an instance of the object
(C++) class,
and when invoked will call a function of the given handler
type.
Constructors
Signal | |
Fields
|