qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Gui.QWheelEvent

Contents

Documentation

class QWheelEventValue a where Source #

Minimal complete definition

withQWheelEventPtr

Methods

withQWheelEventPtr :: a -> (QWheelEventConst -> IO b) -> IO b Source #

class (QWheelEventConstPtr this, QInputEventPtr this) => QWheelEventPtr this where Source #

Minimal complete definition

toQWheelEvent

Methods

toQWheelEvent :: this -> QWheelEvent Source #

data QWheelEventConst Source #

Instances
Eq QWheelEventConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

Ord QWheelEventConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

Show QWheelEventConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

CppPtr QWheelEventConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

Deletable QWheelEventConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

QEventConstPtr QWheelEventConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

QInputEventConstPtr QWheelEventConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

QWheelEventConstPtr QWheelEventConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

data QWheelEvent Source #

Instances
Eq QWheelEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

Ord QWheelEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

Show QWheelEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

CppPtr QWheelEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

Deletable QWheelEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

QEventPtr QWheelEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

QEventConstPtr QWheelEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

QInputEventPtr QWheelEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

QInputEventConstPtr QWheelEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

QWheelEventPtr QWheelEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

QWheelEventConstPtr QWheelEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

SceneEvent QWheelEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Gui.QWheelEvent

Event QWheelEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Gui.QWheelEvent

Methods

onEvent :: QObjectPtr this => this -> (QWheelEvent -> IO Bool) -> IO EventRegistration Source #

Assignable (Ptr (Ptr QWheelEvent)) QWheelEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

Methods

assign :: Ptr (Ptr QWheelEvent) -> QWheelEvent -> IO () #

Decodable (Ptr (Ptr QWheelEvent)) QWheelEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QWheelEvent

downCastConst :: QWheelEventSuperConst a => a -> QWheelEventConst Source #

downCast :: QWheelEventSuper a => a -> QWheelEvent Source #

new :: (QPointFValue arg'1, QPointFValue arg'2, QPointValue arg'3, QPointValue arg'4, IsQtMouseButtons arg'7, IsQtKeyboardModifiers arg'8) => arg'1 -> arg'2 -> arg'3 -> arg'4 -> Int -> QtOrientation -> arg'7 -> arg'8 -> IO QWheelEvent Source #

newWithPhase :: (QPointFValue arg'1, QPointFValue arg'2, QPointValue arg'3, QPointValue arg'4, IsQtMouseButtons arg'7, IsQtKeyboardModifiers arg'8) => arg'1 -> arg'2 -> arg'3 -> arg'4 -> Int -> QtOrientation -> arg'7 -> arg'8 -> QtScrollPhase -> IO QWheelEvent Source #

globalX :: QWheelEventValue arg'1 => arg'1 -> IO Int Source #

globalY :: QWheelEventValue arg'1 => arg'1 -> IO Int Source #

pos :: QWheelEventValue arg'1 => arg'1 -> IO HPoint Source #

posF :: QWheelEventValue arg'1 => arg'1 -> IO HPointF Source #

x :: QWheelEventValue arg'1 => arg'1 -> IO Int Source #

y :: QWheelEventValue arg'1 => arg'1 -> IO Int Source #

Orphan instances

SceneEvent QWheelEvent Source # 
Instance details

Event QWheelEvent Source # 
Instance details

Methods

onEvent :: QObjectPtr this => this -> (QWheelEvent -> IO Bool) -> IO EventRegistration Source #