Safe Haskell | None |
---|---|
Language | Haskell2010 |
Graphics.UI.Qtah.Gui.QInputEvent
Contents
Documentation
class QInputEventValue a where Source #
Minimal complete definition
Methods
withQInputEventPtr :: a -> (QInputEventConst -> IO b) -> IO b Source #
Instances
QInputEventConstPtr a => QInputEventValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QInputEvent Methods withQInputEventPtr :: a -> (QInputEventConst -> IO b) -> IO b Source # |
class QEventConstPtr this => QInputEventConstPtr this where Source #
Minimal complete definition
Methods
toQInputEventConst :: this -> QInputEventConst Source #
Instances
class (QInputEventConstPtr this, QEventPtr this) => QInputEventPtr this where Source #
Minimal complete definition
Methods
toQInputEvent :: this -> QInputEvent Source #
Instances
QInputEventPtr QInputEvent Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QInputEvent Methods | |
QInputEventPtr QHoverEvent Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QHoverEvent Methods | |
QInputEventPtr QMouseEvent Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QMouseEvent Methods | |
QInputEventPtr QWheelEvent Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent Methods | |
QInputEventPtr QKeyEvent Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QKeyEvent Methods toQInputEvent :: QKeyEvent -> QInputEvent Source # |
data QInputEventConst Source #
Instances
data QInputEvent Source #
Instances
castConst :: QInputEventConstPtr this => this -> QInputEventConst Source #
cast :: QInputEventPtr this => this -> QInputEvent Source #
downCastConst :: QInputEventSuperConst a => a -> QInputEventConst Source #
downCast :: QInputEventSuper a => a -> QInputEvent Source #
modifiers :: QInputEventValue arg'1 => arg'1 -> IO QtKeyboardModifiers Source #
Orphan instances
SceneEvent QInputEvent Source # | |
Methods onSceneEvent :: QGraphicsItemPtr this => this -> (QInputEvent -> IO Bool) -> IO SceneEventRegistration Source # | |
Event QInputEvent Source # | |
Methods onEvent :: QObjectPtr this => this -> (QInputEvent -> IO Bool) -> IO EventRegistration Source # |