Qtc.Qwt.QwtEventPattern

Contents

Documentation

class QqwtEventPattern x1 where #

Methods

qwtEventPattern :: x1 -> IO (QwtEventPattern ()) #

Instances
QqwtEventPattern () # 
Instance details

Defined in Qtc.Qwt.QwtEventPattern

Methods

qwtEventPattern :: () -> IO (QwtEventPattern ()) #

QqwtEventPattern (QwtEventPattern t1) # 
Instance details

Defined in Qtc.Qwt.QwtEventPattern

class QqwtEventPattern_nf x1 where #

Methods

qwtEventPattern_nf :: x1 -> IO (QwtEventPattern ()) #

Instances
QqwtEventPattern_nf () # 
Instance details

Defined in Qtc.Qwt.QwtEventPattern

Methods

qwtEventPattern_nf :: () -> IO (QwtEventPattern ()) #

QqwtEventPattern_nf (QwtEventPattern t1) # 
Instance details

Defined in Qtc.Qwt.QwtEventPattern

initKeyPattern :: QwtEventPattern a -> () -> IO () #

initMousePattern :: QwtEventPattern a -> Int -> IO () #

class QkeyPattern x1 where #

Instances
QkeyPattern () # 
Instance details

Defined in Qtc.Qwt.QwtEventPattern

class QmousePattern x1 where #

Instances
QmousePattern () # 
Instance details

Defined in Qtc.Qwt.QwtEventPattern

class QsetKeyPattern x1 where #

Methods

setKeyPattern :: QwtEventPattern a -> x1 -> IO () #

Instances
QsetKeyPattern [QwtEventPattern_KeyPattern t1] # 
Instance details

Defined in Qtc.Qwt.QwtEventPattern

QsetKeyPattern (KeyPatternCode, Int) # 
Instance details

Defined in Qtc.Qwt.QwtEventPattern

Methods

setKeyPattern :: QwtEventPattern a -> (KeyPatternCode, Int) -> IO () #

QsetKeyPattern (KeyPatternCode, Int, KeyboardModifiers) # 
Instance details

Defined in Qtc.Qwt.QwtEventPattern

Orphan instances

QuserMethod (QwtEventPattern ()) () (IO ()) # 
Instance details

Methods

userMethod :: QwtEventPattern () -> Int -> () -> IO () #

QuserMethod (QwtEventPatternSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QwtEventPatternSc a -> Int -> () -> IO () #

QuserMethod (QwtEventPattern ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QwtEventPattern () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QwtEventPatternSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QwtEventPatternSc a -> Int -> QVariant () -> IO (QVariant ()) #

QmouseMatch (QwtEventPattern ()) (QwtEventPattern_MousePattern t1, QMouseEvent t2) # 
Instance details

QmouseMatch (QwtEventPattern a) (MousePatternCode, QMouseEvent t2) # 
Instance details

Methods

mouseMatch :: QwtEventPattern a -> (MousePatternCode, QMouseEvent t2) -> IO Bool #

QmouseMatch (QwtEventPatternSc a) (QwtEventPattern_MousePattern t1, QMouseEvent t2) # 
Instance details

QkeyMatch (QwtEventPattern ()) (QwtEventPattern_KeyPattern t1, QKeyEvent t2) # 
Instance details

Methods

keyMatch :: QwtEventPattern () -> (QwtEventPattern_KeyPattern t1, QKeyEvent t2) -> IO Bool #

QkeyMatch (QwtEventPattern a) (KeyPatternCode, QKeyEvent t2) # 
Instance details

Methods

keyMatch :: QwtEventPattern a -> (KeyPatternCode, QKeyEvent t2) -> IO Bool #

QkeyMatch (QwtEventPatternSc a) (QwtEventPattern_KeyPattern t1, QKeyEvent t2) # 
Instance details