Qtc.Core.QState

Contents

Documentation

class QqState x1 where #

Methods

qState :: x1 -> IO (QState ()) #

Instances
QqState () # 
Instance details

Defined in Qtc.Core.QState

Methods

qState :: () -> IO (QState ()) #

QqState ChildMode # 
Instance details

Defined in Qtc.Core.QState

Methods

qState :: ChildMode -> IO (QState ()) #

QqState (QState t1) # 
Instance details

Defined in Qtc.Core.QState

Methods

qState :: QState t1 -> IO (QState ()) #

QqState (ChildMode, QState t2) # 
Instance details

Defined in Qtc.Core.QState

Methods

qState :: (ChildMode, QState t2) -> IO (QState ()) #

class QaddTransition x1 xr | x1 -> xr where #

Methods

addTransition :: QState a -> x1 -> xr #

Instances
QaddTransition (QAbstractTransition t1) (IO ()) # 
Instance details

Defined in Qtc.Core.QState

Methods

addTransition :: QState a -> QAbstractTransition t1 -> IO () #

QaddTransition (QAbstractState t1) (IO (QAbstractTransition ())) # 
Instance details

Defined in Qtc.Core.QState

QaddTransition (QObject t1, String, QAbstractState t3) (IO (QSignalTransition ())) # 
Instance details

Defined in Qtc.Core.QState

Methods

addTransition :: QState a -> (QObject t1, String, QAbstractState t3) -> IO (QSignalTransition ()) #

assignProperty :: QState a -> (QObject t1, String, QVariant t3) -> IO () #

childMode :: QState a -> () -> IO ChildMode #

errorState :: QState a -> () -> IO (QAbstractState ()) #

initialState :: QState a -> () -> IO (QAbstractState ()) #

setChildMode :: QState a -> ChildMode -> IO () #

setErrorState :: QState a -> QAbstractState t1 -> IO () #

class QqStateTrUtf8 x1 where #

Methods

qStateTrUtf8 :: x1 -> IO String #

Instances
QqStateTrUtf8 String # 
Instance details

Defined in Qtc.Core.QState

Methods

qStateTrUtf8 :: String -> IO String #

QqStateTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Core.QState

Methods

qStateTrUtf8 :: (String, String) -> IO String #

QqStateTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Core.QState

Methods

qStateTrUtf8 :: (String, String, Int) -> IO String #

qState_delete :: QState a -> IO () #

Orphan instances

QsenderSignalIndex (QState ()) () # 
Instance details

Methods

senderSignalIndex :: QState () -> () -> IO Int #

QsenderSignalIndex (QStateSc a) () # 
Instance details

Methods

senderSignalIndex :: QStateSc a -> () -> IO Int #

Qsender (QState ()) () # 
Instance details

Methods

sender :: QState () -> () -> IO (QObject ()) #

Qsender (QStateSc a) () # 
Instance details

Methods

sender :: QStateSc a -> () -> IO (QObject ()) #

Qreceivers (QState ()) String # 
Instance details

Methods

receivers :: QState () -> String -> IO Int #

Qreceivers (QStateSc a) String # 
Instance details

Methods

receivers :: QStateSc a -> String -> IO Int #

Qproperty (QState ()) String (IO (QVariant ())) # 
Instance details

Methods

property :: QState () -> String -> IO (QVariant ()) #

Qproperty (QStateSc a) String (IO (QVariant ())) # 
Instance details

Methods

property :: QStateSc a -> String -> IO (QVariant ()) #

Qparent (QState ()) () (IO (QObject ())) # 
Instance details

Methods

parent :: QState () -> () -> IO (QObject ()) #

Qparent (QStateSc a) () (IO (QObject ())) # 
Instance details

Methods

parent :: QStateSc a -> () -> IO (QObject ()) #

QuserMethod (QState ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

Qtransitions (QState a) () (IO [QAbstractTransition ()]) # 
Instance details

Methods

transitions :: QState a -> () -> IO [QAbstractTransition ()] #

QtimerEvent (QState ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QState () -> QTimerEvent t1 -> IO () #

QtimerEvent (QStateSc a) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QStateSc a -> QTimerEvent t1 -> IO () #

QsetInitialState (QState a) (QAbstractState t1) # 
Instance details

Methods

setInitialState :: QState a -> QAbstractState t1 -> IO () #

QisSignalConnected (QState ()) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QState () -> QMetaMethod t1 -> IO Bool #

QisSignalConnected (QStateSc a) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QStateSc a -> QMetaMethod t1 -> IO Bool #

QdisconnectNotify (QState ()) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QState () -> QMetaMethod t1 -> IO () #

QdisconnectNotify (QStateSc a) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QStateSc a -> QMetaMethod t1 -> IO () #

QcustomEvent (QState ()) (QEvent t1) # 
Instance details

Methods

customEvent :: QState () -> QEvent t1 -> IO () #

QcustomEvent (QStateSc a) (QEvent t1) # 
Instance details

Methods

customEvent :: QStateSc a -> QEvent t1 -> IO () #

QconnectNotify (QState ()) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QState () -> QMetaMethod t1 -> IO () #

QconnectNotify (QStateSc a) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QStateSc a -> QMetaMethod t1 -> IO () #

QchildEvent (QState ()) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QState () -> QChildEvent t1 -> IO () #

QchildEvent (QStateSc a) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QStateSc a -> QChildEvent t1 -> IO () #

QonExit (QState ()) (QEvent t1) # 
Instance details

Methods

onExit :: QState () -> QEvent t1 -> IO () #

QonExit (QStateSc a) (QEvent t1) # 
Instance details

Methods

onExit :: QStateSc a -> QEvent t1 -> IO () #

QonEntry (QState ()) (QEvent t1) # 
Instance details

Methods

onEntry :: QState () -> QEvent t1 -> IO () #

QonEntry (QStateSc a) (QEvent t1) # 
Instance details

Methods

onEntry :: QStateSc a -> QEvent t1 -> IO () #

Qevent (QState ()) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QState () -> QEvent t1 -> IO Bool #

Qevent (QStateSc a) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QStateSc a -> QEvent t1 -> IO Bool #

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

Methods

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

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

Methods

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

QeventFilter (QState ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QState () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter (QStateSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QStateSc a -> (QObject t1, QEvent t2) -> IO Bool #