Solution46
LibWindow::SChildPaneInfo 構造体

子ペインウィンドウ情報構造体 [詳解]

#include "CWndPane.h"

LibWindow::SChildPaneInfo 連携図
Collaboration graph

公開変数類

int m_nCount
 子ウィンドウ数 [詳解]
 
int m_nShow
 表示状態子ウィンドウ数 [詳解]
 
int m_nHide
 非表示状態子ウィンドウ数 [詳解]
 
int m_nHideable
 非表示可能子ウィンドウ数 [詳解]
 
int m_nDeletable
 削除可能子ウィンドウ数 [詳解]
 

詳解

子ペインウィンドウ情報構造体

子ペインウィンドウ情報構造体です。

注意
なし

CWndPane.h43 行目に定義があります。

メンバ詳解

int LibWindow::SChildPaneInfo::m_nCount

子ウィンドウ数

CWndPane.h44 行目に定義があります。

参照元 LibWindow::CWndPane::GetChildCount().

int LibWindow::SChildPaneInfo::m_nShow

表示状態子ウィンドウ数

CWndPane.h45 行目に定義があります。

参照元 LibWindow::CWndPane::GetShowChildCount().

int LibWindow::SChildPaneInfo::m_nHide

非表示状態子ウィンドウ数

CWndPane.h46 行目に定義があります。

参照元 LibWindow::CWndPane::GetHideChildCount().

int LibWindow::SChildPaneInfo::m_nHideable

非表示可能子ウィンドウ数

CWndPane.h47 行目に定義があります。

参照元 LibWindow::CWndPane::GetHideableChildCount().

int LibWindow::SChildPaneInfo::m_nDeletable

削除可能子ウィンドウ数

CWndPane.h48 行目に定義があります。

参照元 LibWindow::CWndPane::GetDeletableChildCount().


この構造体詳解は次のファイルから抽出されました: