Safe Haskell | None |
---|---|
Language | Haskell2010 |
Graphics.UI.Qtah.Widgets.QGraphicsSceneEvent
Contents
Documentation
class QGraphicsSceneEventValue a where Source #
Minimal complete definition
Methods
withQGraphicsSceneEventPtr :: a -> (QGraphicsSceneEventConst -> IO b) -> IO b Source #
Instances
QGraphicsSceneEventConstPtr a => QGraphicsSceneEventValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QGraphicsSceneEvent Methods withQGraphicsSceneEventPtr :: a -> (QGraphicsSceneEventConst -> IO b) -> IO b Source # |
class QEventConstPtr this => QGraphicsSceneEventConstPtr this where Source #
Minimal complete definition
Methods
toQGraphicsSceneEventConst :: this -> QGraphicsSceneEventConst Source #
Instances
class (QGraphicsSceneEventConstPtr this, QEventPtr this) => QGraphicsSceneEventPtr this where Source #
Minimal complete definition
Methods
toQGraphicsSceneEvent :: this -> QGraphicsSceneEvent Source #
data QGraphicsSceneEventConst Source #
Instances
data QGraphicsSceneEvent Source #
Instances
castConst :: QGraphicsSceneEventConstPtr this => this -> QGraphicsSceneEventConst Source #
cast :: QGraphicsSceneEventPtr this => this -> QGraphicsSceneEvent Source #
downCastConst :: QGraphicsSceneEventSuperConst a => a -> QGraphicsSceneEventConst Source #
downCast :: QGraphicsSceneEventSuper a => a -> QGraphicsSceneEvent Source #
Orphan instances
SceneEvent QGraphicsSceneEvent Source # | |
Methods onSceneEvent :: QGraphicsItemPtr this => this -> (QGraphicsSceneEvent -> IO Bool) -> IO SceneEventRegistration Source # | |
Event QGraphicsSceneEvent Source # | |
Methods onEvent :: QObjectPtr this => this -> (QGraphicsSceneEvent -> IO Bool) -> IO EventRegistration Source # |