qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Gui.QShowEvent

Contents

Documentation

class QShowEventValue a where Source #

Minimal complete definition

withQShowEventPtr

Methods

withQShowEventPtr :: a -> (QShowEventConst -> IO b) -> IO b Source #

class (QShowEventConstPtr this, QEventPtr this) => QShowEventPtr this where Source #

Minimal complete definition

toQShowEvent

Methods

toQShowEvent :: this -> QShowEvent Source #

data QShowEventConst Source #

Instances
Eq QShowEventConst Source # 
Instance details

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

Ord QShowEventConst Source # 
Instance details

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

Show QShowEventConst Source # 
Instance details

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

CppPtr QShowEventConst Source # 
Instance details

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

Deletable QShowEventConst Source # 
Instance details

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

QEventConstPtr QShowEventConst Source # 
Instance details

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

QShowEventConstPtr QShowEventConst Source # 
Instance details

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

data QShowEvent Source #

Instances
Eq QShowEvent Source # 
Instance details

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

Ord QShowEvent Source # 
Instance details

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

Show QShowEvent Source # 
Instance details

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

CppPtr QShowEvent Source # 
Instance details

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

Deletable QShowEvent Source # 
Instance details

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

QEventPtr QShowEvent Source # 
Instance details

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

QEventConstPtr QShowEvent Source # 
Instance details

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

QShowEventPtr QShowEvent Source # 
Instance details

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

QShowEventConstPtr QShowEvent Source # 
Instance details

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

SceneEvent QShowEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Gui.QShowEvent

Event QShowEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Gui.QShowEvent

Methods

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

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

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

Methods

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

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

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

cast :: QShowEventPtr this => this -> QShowEvent Source #

downCastConst :: QShowEventSuperConst a => a -> QShowEventConst Source #

downCast :: QShowEventSuper a => a -> QShowEvent Source #

Orphan instances

SceneEvent QShowEvent Source # 
Instance details

Event QShowEvent Source # 
Instance details

Methods

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