QEventLoop
#include <QtCore/QEventLoop>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QEventLoop
Overview
Public Types Index
enum ProcessEventsFlagAllEvents 0x00, ExcludeUserInputEvents 0x01, ExcludeSocketNotifiers 0x02, WaitForMoreEvents 0x04, X11ExcludeTimers 0x08, EventLoopExec 0x20, DialogExec 0x40 |
Public Functions Index
QEventLoop (QObject *parent=0) | |
~QEventLoop () | |
int | exec (ProcessEventsFlags flags=AllEvents) |
void | exit (int returnCode=0) |
bool | isRunning () const |
bool | processEvents (ProcessEventsFlags flags=AllEvents) |
void | processEvents (ProcessEventsFlags flags, int maximumTime) |
void | wakeUp () |
Public Slots Index
void | quit () |
Public Types
- AllEvents 0x00
- ExcludeUserInputEvents 0x01
- ExcludeSocketNotifiers 0x02
- WaitForMoreEvents 0x04
- X11ExcludeTimers 0x08
- EventLoopExec 0x20
- DialogExec 0x40
Public Functions
Destructor.
int
void
bool
bool
void
void
Public Slots
void
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy