| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.Qtah.Gui.QShowEvent
Contents
Documentation
class QShowEventValue a where Source #
Minimal complete definition
Methods
withQShowEventPtr :: a -> (QShowEventConst -> IO b) -> IO b Source #
Instances
| QShowEventConstPtr a => QShowEventValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QShowEvent Methods withQShowEventPtr :: a -> (QShowEventConst -> IO b) -> IO b Source # | |
class QEventConstPtr this => QShowEventConstPtr this where Source #
Minimal complete definition
Methods
toQShowEventConst :: this -> QShowEventConst Source #
Instances
| QShowEventConstPtr QShowEvent Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QShowEvent Methods | |
| QShowEventConstPtr QShowEventConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QShowEvent Methods toQShowEventConst :: QShowEventConst -> QShowEventConst Source # | |
class (QShowEventConstPtr this, QEventPtr this) => QShowEventPtr this where Source #
Minimal complete definition
Methods
toQShowEvent :: this -> QShowEvent Source #
Instances
| QShowEventPtr QShowEvent Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QShowEvent Methods toQShowEvent :: QShowEvent -> QShowEvent Source # | |
data QShowEventConst Source #
Instances
data QShowEvent Source #
Instances
castConst :: QShowEventConstPtr this => this -> QShowEventConst Source #
cast :: QShowEventPtr this => this -> QShowEvent Source #
downCastConst :: QShowEventSuperConst a => a -> QShowEventConst Source #
downCast :: QShowEventSuper a => a -> QShowEvent Source #
new :: IO QShowEvent Source #
Orphan instances
| SceneEvent QShowEvent Source # | |
Methods onSceneEvent :: QGraphicsItemPtr this => this -> (QShowEvent -> IO Bool) -> IO SceneEventRegistration Source # | |
| Event QShowEvent Source # | |
Methods onEvent :: QObjectPtr this => this -> (QShowEvent -> IO Bool) -> IO EventRegistration Source # | |