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