TNB Library
Toggle main menu visibility
総合概要
諸情報
モジュール
名前空間
名前空間一覧
名前空間メンバ
全て
a
b
c
d
e
g
h
i
l
m
o
p
r
s
t
u
v
z
関数
a
b
c
d
e
g
h
i
l
m
o
p
r
s
t
u
v
z
型定義
b
c
e
i
列挙型
列挙値
クラス
クラス一覧
クラス階層
クラスメンバ
全て
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
関数
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
変数
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
型定義
c
d
e
i
p
t
列挙型
e
列挙値
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
関連関数
ファイル
ファイル一覧
ファイルメンバ
全て
_
c
e
i
l
m
p
r
s
t
列挙型
列挙値
i
r
マクロ定義
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