Safe Haskell | None |
---|---|
Language | Haskell2010 |
Graphics.UI.Qtah.Gui.QExposeEvent
Contents
Documentation
class QExposeEventValue a where Source #
Minimal complete definition
Methods
withQExposeEventPtr :: a -> (QExposeEventConst -> IO b) -> IO b Source #
Instances
QExposeEventConstPtr a => QExposeEventValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QExposeEvent Methods withQExposeEventPtr :: a -> (QExposeEventConst -> IO b) -> IO b Source # |
class QEventConstPtr this => QExposeEventConstPtr this where Source #
Minimal complete definition
Methods
toQExposeEventConst :: this -> QExposeEventConst Source #
Instances
class (QExposeEventConstPtr this, QEventPtr this) => QExposeEventPtr this where Source #
Minimal complete definition
Methods
toQExposeEvent :: this -> QExposeEvent Source #
Instances
QExposeEventPtr QExposeEvent Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QExposeEvent Methods |
data QExposeEventConst Source #
Instances
data QExposeEvent Source #
Instances
castConst :: QExposeEventConstPtr this => this -> QExposeEventConst Source #
cast :: QExposeEventPtr this => this -> QExposeEvent Source #
downCastConst :: QExposeEventSuperConst a => a -> QExposeEventConst Source #
downCast :: QExposeEventSuper a => a -> QExposeEvent Source #
new :: QRegionValue arg'1 => arg'1 -> IO QExposeEvent Source #
Orphan instances
SceneEvent QExposeEvent Source # | |
Methods onSceneEvent :: QGraphicsItemPtr this => this -> (QExposeEvent -> IO Bool) -> IO SceneEventRegistration Source # | |
Event QExposeEvent Source # | |
Methods onEvent :: QObjectPtr this => this -> (QExposeEvent -> IO Bool) -> IO EventRegistration Source # |