1#ifndef DAWAITCURSORSCOPED_H
2#define DAWAITCURSORSCOPED_H
4#include "DACommonWidgetsAPI.h"
5#include "DACursorScoped.h"
19#ifndef DA_WAIT_CURSOR_SCOPED
20#define DA_WAIT_CURSOR_SCOPED() \
21 DAWaitCursorScoped __da__wait__cursor; \
22 Q_UNUSED(__da__wait__cursor)
25#ifndef DA_WAIT_CURSOR_SCOPED_NS
26#define DA_WAIT_CURSOR_SCOPED_NS() \
27 DA::DAWaitCursorScoped __da__wait__cursor; \
28 Q_UNUSED(__da__wait__cursor)
用于图标保护,防止异常导致图标无法恢复
Definition DACursorScoped.h:11
一个等待鼠标的保护类
Definition DAWaitCursorScoped.h:12
序列化类都是带异常的,使用中需要处理异常
Definition AppMainWindow.cpp:44