Solution46
総合概要
名前空間
クラス
ファイル
ファイル一覧
ファイルメンバ
CWndToolDocument.cpp
[詳解]
1
//=============================================================================
2
/// @file
3
/// ツールドキュメントウィンドウクラス実装ファイル
4
///
5
/// ツールドキュメントウィンドウクラス実装ファイルです。
6
///
7
/// $Id: CWndToolDocument.cpp 245 2019-03-20 15:03:41Z admin $
8
/// $Date: 2019-03-21 00:03:41 +0900 (2019/03/21 (木)) $
9
/// $Author: admin $
10
///
11
/// @attention なし
12
13
#pragma managed( push, off )
14
15
//=============================================================================
16
// インクルードファイル
17
#include <
CWndToolDocument.h
>
18
19
//=============================================================================
20
// ウィンドウライブラリ名前空間
21
namespace
LibWindow
{
22
//=========================================================================
23
// ツールドキュメントウィンドウクラス
24
//=========================================================================
25
// 構築子と解体子
26
//-------------------------------------------------------------------------
27
// コンストラクタ
28
CWndToolDocument::CWndToolDocument
() noexcept
29
// 基底クラスコンストラクタ
30
:
CWndDocument
()
31
{}
32
}
33
34
#pragma managed( pop )
CWndToolDocument.h
ツールドキュメントウィンドウクラスヘッダファイル
LibWindow::CWndDocument
ドキュメントウィンドウクラス
Definition:
CWndDocument.h:30
LibWindow
ウィンドウライブラリ名前空間
Definition:
CommandIdDef.h:22
LibWindow::CWndToolDocument::CWndToolDocument
CWndToolDocument() noexcept
コンストラクタ
Definition:
CWndToolDocument.cpp:28
Source
Library
LibWindow
CWndToolDocument.cpp
2019年03月26日(火) 13時18分20秒作成 - Solution46 / 構成:
1.8.11