qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Gui.QActionEvent

Contents

Documentation

class QActionEventValue a where Source #

Minimal complete definition

withQActionEventPtr

Methods

withQActionEventPtr :: a -> (QActionEventConst -> IO b) -> IO b Source #

data QActionEventConst Source #

Instances
Eq QActionEventConst Source # 
Instance details

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

Ord QActionEventConst Source # 
Instance details

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

Show QActionEventConst Source # 
Instance details

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

CppPtr QActionEventConst Source # 
Instance details

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

Deletable QActionEventConst Source # 
Instance details

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

QEventConstPtr QActionEventConst Source # 
Instance details

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

QActionEventConstPtr QActionEventConst Source # 
Instance details

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

data QActionEvent Source #

Instances
Eq QActionEvent Source # 
Instance details

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

Ord QActionEvent Source # 
Instance details

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

Show QActionEvent Source # 
Instance details

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

CppPtr QActionEvent Source # 
Instance details

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

Deletable QActionEvent Source # 
Instance details

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

QEventPtr QActionEvent Source # 
Instance details

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

QEventConstPtr QActionEvent Source # 
Instance details

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

QActionEventPtr QActionEvent Source # 
Instance details

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

QActionEventConstPtr QActionEvent Source # 
Instance details

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

SceneEvent QActionEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Gui.QActionEvent

Event QActionEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Gui.QActionEvent

Methods

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

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

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

Methods

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

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

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

downCastConst :: QActionEventSuperConst a => a -> QActionEventConst Source #

downCast :: QActionEventSuper a => a -> QActionEvent Source #

new :: QActionPtr arg'2 => QEventType -> arg'2 -> IO QActionEvent Source #

action :: QActionEventValue arg'1 => arg'1 -> IO QAction Source #

before :: QActionEventValue arg'1 => arg'1 -> IO QAction Source #

Orphan instances

SceneEvent QActionEvent Source # 
Instance details

Event QActionEvent Source # 
Instance details

Methods

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