Safe Haskell | None |
---|---|
Language | Haskell2010 |
Graphics.UI.Qtah.Core.QTimerEvent
Contents
Documentation
class QTimerEventValue a where Source #
Minimal complete definition
Methods
withQTimerEventPtr :: a -> (QTimerEventConst -> IO b) -> IO b Source #
Instances
QTimerEventConstPtr a => QTimerEventValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QTimerEvent Methods withQTimerEventPtr :: a -> (QTimerEventConst -> IO b) -> IO b Source # |
class QEventConstPtr this => QTimerEventConstPtr this where Source #
Minimal complete definition
Methods
toQTimerEventConst :: this -> QTimerEventConst Source #
Instances
class (QTimerEventConstPtr this, QEventPtr this) => QTimerEventPtr this where Source #
Minimal complete definition
Methods
toQTimerEvent :: this -> QTimerEvent Source #
Instances
QTimerEventPtr QTimerEvent Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QTimerEvent Methods |
data QTimerEventConst Source #
Instances
data QTimerEvent Source #
Instances
castConst :: QTimerEventConstPtr this => this -> QTimerEventConst Source #
cast :: QTimerEventPtr this => this -> QTimerEvent Source #
downCastConst :: QTimerEventSuperConst a => a -> QTimerEventConst Source #
downCast :: QTimerEventSuper a => a -> QTimerEvent Source #
Orphan instances
SceneEvent QTimerEvent Source # | |
Methods onSceneEvent :: QGraphicsItemPtr this => this -> (QTimerEvent -> IO Bool) -> IO SceneEventRegistration Source # | |
Event QTimerEvent Source # | |
Methods onEvent :: QObjectPtr this => this -> (QTimerEvent -> IO Bool) -> IO EventRegistration Source # |