qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Core.QChildEvent

Contents

Documentation

class QChildEventValue a where Source #

Minimal complete definition

withQChildEventPtr

Methods

withQChildEventPtr :: a -> (QChildEventConst -> IO b) -> IO b Source #

class (QChildEventConstPtr this, QEventPtr this) => QChildEventPtr this where Source #

Minimal complete definition

toQChildEvent

Methods

toQChildEvent :: this -> QChildEvent Source #

data QChildEventConst Source #

Instances
Eq QChildEventConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QChildEvent

Ord QChildEventConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QChildEvent

Show QChildEventConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QChildEvent

CppPtr QChildEventConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QChildEvent

Deletable QChildEventConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QChildEvent

QEventConstPtr QChildEventConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QChildEvent

QChildEventConstPtr QChildEventConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QChildEvent

data QChildEvent Source #

Instances
Eq QChildEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QChildEvent

Ord QChildEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QChildEvent

Show QChildEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QChildEvent

CppPtr QChildEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QChildEvent

Deletable QChildEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QChildEvent

QEventPtr QChildEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QChildEvent

QEventConstPtr QChildEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QChildEvent

QChildEventPtr QChildEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QChildEvent

QChildEventConstPtr QChildEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QChildEvent

SceneEvent QChildEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Core.QChildEvent

Event QChildEvent Source # 
Instance details

Defined in Graphics.UI.Qtah.Core.QChildEvent

Methods

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

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

Defined in Graphics.UI.Qtah.Generated.Core.QChildEvent

Methods

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

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

Defined in Graphics.UI.Qtah.Generated.Core.QChildEvent

downCastConst :: QChildEventSuperConst a => a -> QChildEventConst Source #

downCast :: QChildEventSuper a => a -> QChildEvent Source #

new :: QObjectPtr arg'2 => QEventType -> arg'2 -> IO QChildEvent Source #

added :: QChildEventValue arg'1 => arg'1 -> IO Bool Source #

child :: QChildEventValue arg'1 => arg'1 -> IO QObject Source #

polished :: QChildEventValue arg'1 => arg'1 -> IO Bool Source #

removed :: QChildEventValue arg'1 => arg'1 -> IO Bool Source #

Orphan instances

SceneEvent QChildEvent Source # 
Instance details

Event QChildEvent Source # 
Instance details

Methods

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