Solution46
CWndPane.h ファイル

ペインウィンドウクラスヘッダファイル [詳解]

#include <CWndBase.h>
#include <CJsonConfig.h>
CWndPane.h の依存先関係図:
被依存関係図:

[ソースコード]

クラス

struct  LibWindow::SChildPaneInfo
 子ペインウィンドウ情報構造体 [詳解]
 
class  LibWindow::CWndPane
 ペインウィンドウクラス [詳解]
 

名前空間

 LibWindow
 ウィンドウライブラリ名前空間
 

列挙型

enum  LibWindow::EPartitionPos {
  LibWindow::EPartitionPos::Invalid, LibWindow::EPartitionPos::Left, LibWindow::EPartitionPos::Top, LibWindow::EPartitionPos::Right,
  LibWindow::EPartitionPos::Bottom, LibWindow::EPartitionPos::Size
}
 パーティション配置位置種別列挙体 [詳解]
 

変数

constexpr UINT const LibWindow::WM_NOTIFY_CHILD_SET_FOCUS = ( WM_APP + 1 )
 子ウィンドウフォーカス取得通知 [詳解]
 
constexpr UINT const LibWindow::WM_NOTIFY_CHILD_KILL_FOCUS = ( WM_APP + 2 )
 子ウィンドウフォーカス喪失通知 [詳解]
 
constexpr UINT const LibWindow::WM_NOTIFY_CHILD_LBUTTONDOWN = ( WM_APP + 3 )
 子ウィンドウ左ボタンダウン通知 [詳解]
 
constexpr UINT const LibWindow::WM_NOTIFY_CHILD_LBUTTONUP = ( WM_APP + 4 )
 子ウィンドウ左ボタンアップ通知 [詳解]
 
constexpr UINT const LibWindow::WM_NOTIFY_CHILD_COMMAND = ( WM_APP + 5 )
 子ウィンドウコマンド実行通知 [詳解]
 

詳解

ペインウィンドウクラスヘッダファイル

ペインウィンドウクラスヘッダファイルです。

Id
CWndPane.h 245 2019-03-20 15:03:41Z admin
Date
2019-03-21 00:03:41 +0900 (2019/03/21 (木))
Author
admin
注意
なし

CWndPane.h に定義があります。