14 #pragma managed( push, off )    69         inline virtual wchar_t const* 
GetSectionName() const noexcept
 override { 
return L
"ドッキングパーティションウィンドウ"; }
    80         inline virtual HWND 
GetSizeBar() const noexcept
 override { 
return m_hSizeBar; }
   115         inline virtual bool SetPartitionSize( 
int nSize ) noexcept 
override { m_nPartitionSize = nSize; 
return true; }
   132         virtual bool Create( HWND hParent = 
nullptr, HMENU hMenu = 
nullptr ) noexcept 
override;
   145         virtual bool InitConfig( 
CJsonConfig& rcConfig ) noexcept 
override;
   158         virtual bool SaveConfig( 
CJsonConfig& rcConfig ) noexcept 
override;
   173         virtual bool ExecMenuCommand( WORD wId, WORD wCode, HWND hCtrl ) noexcept 
override;
   186         virtual bool AppendDebugMenu( HMENU hMenu ) noexcept 
override;
   217 #pragma managed( pop ) virtual int GetPartitionSize() const  noexcept override
パーティションサイズ取得関数 
virtual bool SetPartitionSize(int nSize) noexcept override
パーティションサイズ設定関数 
static CWndElement * CreateDockingWindow() noexcept
ドッキングウィンドウ作成関数 
HWND m_hSizeBar
サイズバーコントロールハンドル 
#define LIB_WINDOW_API
ダイナミックライブラリインポート宣言 
int m_nPartitionSize
パーティションサイズ 
EPartitionPos
パーティション配置位置種別列挙体 
virtual EPartitionPos GetPartitionPos() const  noexcept override
パーティション配置位置取得関数 
virtual wchar_t const * GetSectionName() const  noexcept override
セクション名取得関数 
EPartitionPos m_ePartitionPos
パーティション配置位置種別 
virtual HWND GetSizeBar() const  noexcept override
サイズバーコントロール取得関数