NAME
Qt::Core::QEventLoop
PUBLIC METHODS
- QEventLoop(QObject * parent)
- QEventLoop(QObject * parent = 0)
- ~QEventLoop()
- int exec(QFlags<QEventLoop::ProcessEventsFlag> flags)
- int exec(QFlags<QEventLoop::ProcessEventsFlag> flags = QEventLoop::AllEvents)
- void exit(int returnCode)
- void exit(int returnCode = 0)
- bool isRunning()
- bool processEvents(QFlags<QEventLoop::ProcessEventsFlag> flags)
- bool processEvents(QFlags<QEventLoop::ProcessEventsFlag> flags = QEventLoop::AllEvents)
- void processEvents(QFlags<QEventLoop::ProcessEventsFlag> flags, int maximumTime)
- void quit()
- void wakeUp()
ENUM VALUES
- AllEvents
- ExcludeUserInputEvents
- ExcludeSocketNotifiers
- WaitForMoreEvents
- X11ExcludeTimers
- DeferredDeletion
- EventLoopExec
- DialogExec
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.