TNB Library
公開メンバ関数 | 限定公開メンバ関数 | 限定公開変数類 | 全メンバ一覧
CThemeStyleControlBaseT< TYP > クラステンプレート

テーマスタイルパーツ描画コントロールクラス [詳解]

#include <TnbMfcThemeStyleControlBase.h>

+ CThemeStyleControlBaseT< TYP > の継承関係図

公開メンバ関数

 CThemeStyleControlBaseT (void)
 コンストラクタ [詳解]
 

限定公開メンバ関数

virtual LRESULT WindowProc (UINT message, WPARAM wParam, LPARAM lParam)
 [通知] for processing Windows messages. [詳解]
 

限定公開変数類

CThemeStylePartsDrawer m_partsDrawer
 テーマパーツ描画 [詳解]
 

詳解

template<typename TYP>
class TNB::MFC::CThemeStyleControlBaseT< TYP >

テーマスタイルパーツ描画コントロールクラス

テーマスタイルパーツ描画するコントロールの作成をサポートする機能を持っています。
必要ファイル
TnbMfcThemeStyleControlBase.h
日付
08/02/04 新規作成

TnbMfcThemeStyleControlBase.h34 行目に定義があります。

構築子と解体子

◆ CThemeStyleControlBaseT()

コンストラクタ

TnbMfcThemeStyleControlBase.h58 行目に定義があります。

関数詳解

◆ WindowProc()

virtual LRESULT WindowProc ( UINT  message,
WPARAM  wParam,
LPARAM  lParam 
)
protectedvirtual

[通知] for processing Windows messages.

メッセージ受信したらコールされます。

覚え書き
CWndのメソッドをオーバーライドしています。
引数
messageメッセージ
wParamWPARAM
lParamLPARAM
戻り値
リザルト。

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

メンバ詳解

◆ m_partsDrawer

CThemeStylePartsDrawer m_partsDrawer
protected

テーマパーツ描画

TnbMfcThemeStyleControlBase.h37 行目に定義があります。