#include <qeventloopproto.h>
|
| QEventLoopProto (QObject *parent) |
|
Q_INVOKABLE int | exec (QEventLoop::ProcessEventsFlags flags=QEventLoop::AllEvents) |
|
Q_INVOKABLE void | exit (int returnCode=0) |
|
Q_INVOKABLE bool | isRunning () const |
|
Q_INVOKABLE void | wakeUp () |
|
◆ QEventLoopProto()
QEventLoopProto::QEventLoopProto |
( |
QObject * | parent | ) |
|
◆ exec()
int QEventLoopProto::exec |
( |
QEventLoop::ProcessEventsFlags | flags = QEventLoop::AllEvents | ) |
|
◆ exit()
void QEventLoopProto::exit |
( |
int | returnCode = 0 | ) |
|
◆ isRunning()
bool QEventLoopProto::isRunning |
( |
| ) |
const |
◆ wakeUp()
void QEventLoopProto::wakeUp |
( |
| ) |
|
The documentation for this class was generated from the following files:
- qeventloopproto.h
- qeventloopproto.cpp