TNB Library
C:
Home
Private
TnbLibrary
TnbInc
TnbMfcWaitCursorEx.h
[詳解]
1
#pragma once
11
#include "
TnbMfcEditValue.h
"
12
#include <math.h>
13
#include <wchar.h>
14
15
16
17
//TNB Library
18
namespace
TNB
{
19
namespace
MFC {
20
21
22
33
class
CWaitCursorEx
:
CCopyImpossible
34
{
35
public
:
36
41
CWaitCursorEx
(
void
) : m_pCursor(new CWaitCursor)
42
{
43
}
44
49
~CWaitCursorEx
(
void
)
50
{
51
Restore
();
52
}
53
58
void
Change
(
void
)
59
{
60
Restore
();
61
m_pCursor =
new
CWaitCursor();
62
}
63
68
void
Restore
(
void
)
69
{
70
if
( m_pCursor != NULL )
71
{
72
delete
m_pCursor;
73
m_pCursor = NULL;
74
}
75
}
76
77
private
:
78
CWaitCursor* m_pCursor;
79
};
80
81
82
83
};
84
};
TnbMfcEditValue.h
数値専用入力Edit関係のヘッダ
TNB::CCopyImpossible
[ETC] コピー不可能スーパークラス.
Definition:
TnbDef.h:599
TNB::MFC::CWaitCursorEx
砂時計カーソル.
Definition:
TnbMfcWaitCursorEx.h:34
TNB::MFC::CWaitCursorEx::Change
void Change(void)
[設定] 変更.
Definition:
TnbMfcWaitCursorEx.h:58
TNB::MFC::CWaitCursorEx::Restore
void Restore(void)
[設定] 復元.
Definition:
TnbMfcWaitCursorEx.h:68
TNB::MFC::CWaitCursorEx::CWaitCursorEx
CWaitCursorEx(void)
コンストラクタ.
Definition:
TnbMfcWaitCursorEx.h:41
TNB::MFC::CWaitCursorEx::~CWaitCursorEx
~CWaitCursorEx(void)
デストラクタ.
Definition:
TnbMfcWaitCursorEx.h:49
TNB
TNB Library
Definition:
TnbDoxyTitle.txt:2
2023年02月05日(日) 07時21分32秒作成 - TNB Library / 構成:
1.9.3