Tianchi  v0.0.2 build 20130701
C++ library for Qt with VC & mingW
所有成员列表
TcCursorWait类 参考

等待光标的设置和自动恢复处理类 更多...

#include <tcguiutils.h>

类 TcCursorWait 继承关系图:
TcCursorCustom

额外继承的成员函数

- Public 成员函数 继承自 TcCursorCustom
void restore ()
 立即恢复最初的光标
 
- Protected 成员函数 继承自 TcCursorCustom
 TcCursorCustom (Qt::CursorShape shape)
 
- Protected 属性 继承自 TcCursorCustom
QWidget * m_parent
 
QCursor m_cursor
 

详细描述

等待光标的设置和自动恢复处理类

示例:
void myForm::onClick()
{
TcCursorWait wait; // 自动变成等待光标
... 处理代码 ...
} // 退出块时,wait 被释放,使光标自动恢复为原先的光标形态
参见
class CursorBusy
作者
圣域天子 Jonix.nosp@m.@qtc.nosp@m.n.org
日期
2013-04-15

该类的文档由以下文件生成: