Documentation
class QclosingDown_h x0 x1 where #
closingDown_h :: x0 -> x1 -> IO () #
Instances
QclosingDown_h (QAbstractEventDispatcher ()) () # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h closingDown_h :: QAbstractEventDispatcher () -> () -> IO () # | |
QclosingDown_h (QAbstractEventDispatcherSc a) () # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h closingDown_h :: QAbstractEventDispatcherSc a -> () -> IO () # |
Instances
Qflush_h (QAbstractEventDispatcher ()) () # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h flush_h :: QAbstractEventDispatcher () -> () -> IO () # | |
Qflush_h (QAbstractEventDispatcherSc a) () # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h flush_h :: QAbstractEventDispatcherSc a -> () -> IO () # |
class QhasPendingEvents_h x0 x1 where #
hasPendingEvents_h :: x0 -> x1 -> IO Bool #
Instances
QhasPendingEvents_h (QAbstractEventDispatcher ()) () # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h hasPendingEvents_h :: QAbstractEventDispatcher () -> () -> IO Bool # | |
QhasPendingEvents_h (QAbstractEventDispatcherSc a) () # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h hasPendingEvents_h :: QAbstractEventDispatcherSc a -> () -> IO Bool # |
class Qinterrupt_h x0 x1 where #
interrupt_h :: x0 -> x1 -> IO () #
Instances
Qinterrupt_h (QAbstractEventDispatcher ()) () # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h interrupt_h :: QAbstractEventDispatcher () -> () -> IO () # | |
Qinterrupt_h (QAbstractEventDispatcherSc a) () # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h interrupt_h :: QAbstractEventDispatcherSc a -> () -> IO () # |
class QprocessEvents_h x0 x1 where #
processEvents_h :: x0 -> x1 -> IO Bool #
Instances
QprocessEvents_h (QAbstractEventDispatcher ()) ProcessEventsFlags # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h processEvents_h :: QAbstractEventDispatcher () -> ProcessEventsFlags -> IO Bool # | |
QprocessEvents_h (QAbstractEventDispatcherSc a) ProcessEventsFlags # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h processEvents_h :: QAbstractEventDispatcherSc a -> ProcessEventsFlags -> IO Bool # |
class QregisterSocketNotifier_h x0 x1 where #
registerSocketNotifier_h :: x0 -> x1 -> IO () #
Instances
QregisterSocketNotifier_h (QAbstractEventDispatcher ()) (QSocketNotifier t1) # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h registerSocketNotifier_h :: QAbstractEventDispatcher () -> QSocketNotifier t1 -> IO () # | |
QregisterSocketNotifier_h (QAbstractEventDispatcherSc a) (QSocketNotifier t1) # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h registerSocketNotifier_h :: QAbstractEventDispatcherSc a -> QSocketNotifier t1 -> IO () # |
registerTimer_h :: QAbstractEventDispatcher a -> (Int, Int, TimerType, QObject t4) -> IO () #
class QregisteredTimers_h x0 x1 where #
registeredTimers_h :: x0 -> x1 -> IO [QAbstractEventDispatcher_TimerInfo ()] #
Instances
QregisteredTimers_h (QAbstractEventDispatcher ()) (QObject t1) # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h registeredTimers_h :: QAbstractEventDispatcher () -> QObject t1 -> IO [QAbstractEventDispatcher_TimerInfo ()] # | |
QregisteredTimers_h (QAbstractEventDispatcherSc a) (QObject t1) # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h registeredTimers_h :: QAbstractEventDispatcherSc a -> QObject t1 -> IO [QAbstractEventDispatcher_TimerInfo ()] # |
class QremainingTime_h x0 x1 where #
remainingTime_h :: x0 -> x1 -> IO Int #
Instances
QremainingTime_h (QAbstractEventDispatcher ()) Int # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h remainingTime_h :: QAbstractEventDispatcher () -> Int -> IO Int # | |
QremainingTime_h (QAbstractEventDispatcherSc a) Int # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h remainingTime_h :: QAbstractEventDispatcherSc a -> Int -> IO Int # |
class QstartingUp_h x0 x1 where #
startingUp_h :: x0 -> x1 -> IO () #
Instances
QstartingUp_h (QAbstractEventDispatcher ()) () # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h startingUp_h :: QAbstractEventDispatcher () -> () -> IO () # | |
QstartingUp_h (QAbstractEventDispatcherSc a) () # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h startingUp_h :: QAbstractEventDispatcherSc a -> () -> IO () # |
class QunregisterSocketNotifier_h x0 x1 where #
unregisterSocketNotifier_h :: x0 -> x1 -> IO () #
Instances
QunregisterSocketNotifier_h (QAbstractEventDispatcher ()) (QSocketNotifier t1) # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h unregisterSocketNotifier_h :: QAbstractEventDispatcher () -> QSocketNotifier t1 -> IO () # | |
QunregisterSocketNotifier_h (QAbstractEventDispatcherSc a) (QSocketNotifier t1) # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h unregisterSocketNotifier_h :: QAbstractEventDispatcherSc a -> QSocketNotifier t1 -> IO () # |
class QunregisterTimer_h x0 x1 where #
unregisterTimer_h :: x0 -> x1 -> IO Bool #
Instances
QunregisterTimer_h (QAbstractEventDispatcher ()) Int # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h unregisterTimer_h :: QAbstractEventDispatcher () -> Int -> IO Bool # | |
QunregisterTimer_h (QAbstractEventDispatcherSc a) Int # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h unregisterTimer_h :: QAbstractEventDispatcherSc a -> Int -> IO Bool # |
class QunregisterTimers_h x0 x1 where #
unregisterTimers_h :: x0 -> x1 -> IO Bool #
Instances
QunregisterTimers_h (QAbstractEventDispatcher ()) (QObject t1) # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h unregisterTimers_h :: QAbstractEventDispatcher () -> QObject t1 -> IO Bool # | |
QunregisterTimers_h (QAbstractEventDispatcherSc a) (QObject t1) # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h unregisterTimers_h :: QAbstractEventDispatcherSc a -> QObject t1 -> IO Bool # |
Instances
QwakeUp_h (QAbstractEventDispatcher ()) () # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h wakeUp_h :: QAbstractEventDispatcher () -> () -> IO () # | |
QwakeUp_h (QAbstractEventDispatcherSc a) () # | |
Defined in Qtc.Core.QAbstractEventDispatcher_h wakeUp_h :: QAbstractEventDispatcherSc a -> () -> IO () # |