23#include <dtkcore_global.h>
31class DTimedLoopPrivate;
42 void setTimeDump(
bool flag =
true);
44 void exit(
int returnCode = 0);
50 int exec(QEventLoop::ProcessEventsFlags flags = QEventLoop::AllEvents);
51 int exec(
int durationMs, QEventLoop::ProcessEventsFlags flags = QEventLoop::AllEvents);
52 int exec(
const QString &executionName, QEventLoop::ProcessEventsFlags flags = QEventLoop::AllEvents);
53 int exec(
int durationMs,
const QString &executionName, QEventLoop::ProcessEventsFlags flags = QEventLoop::AllEvents);
一些宏的定义.
Definition: dobject.h:38
Definition: dtimedloop.h:32