メインページ   名前空間一覧   クラス階層   アルファベット順一覧   構成   ファイル一覧   名前空間メンバ   構成メンバ   ファイルメンバ  

クラス テンプレートKSCL::C_DRAW< type_EventData > の解説

C_DRAW. より詳しく...

KSCL::C_DRAWに対する継承グラフ

Inheritance graph
[凡例]
KSCL::C_DRAW< type_EventData >のコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

公開型

typedef type_This T_DRAW

公開メンバ

 C_DRAW (CEventChain< type_EventData > *const p_pcNext) throw ()

保護メンバ

virtual void ON_DRAW (type_const_CEventData_Ref p_rcData, HDC p_hDC, const PAINTSTRUCT &p_rstPaintSt)=0 throw ()

非公開型

typedef C_DRAW< type_EventData > type_This
 自分の型の型定義です。. より詳しく...

typedef CEventChain< type_EventData > type_Parent
enum  { c_iMsg = WM_PAINT }

非公開メンバ

virtual long CallHandler (const type_EventData &p_rcData, bool &p_rbIsHandled) throw ()
 チェーンから呼ばれます。. より詳しく...

 C_DRAW (type_This &) throw ()

解説

template<class type_EventData = CEventData>
class KSCL::C_DRAW< type_EventData >

C_DRAW.

WM_PAINT のイベントハンドラです。
使い方に関しては EventHandler.h ファイルのドキュメントをご覧ください。
このクラスは MFC の OnDraw() ハンドラに近い機能を提供します。

引数:
type_EventData  イベントデータを入れるクラス。デフォルトは CEventData


メンバ型定義の解説

template<class type_EventData = CEventData>
typedef C_DRAW< type_EventData > KSCL::C_DRAW< type_EventData >::type_This [private]
 

自分の型の型定義です。.

KSCL::CEventChain< type_EventData >を再定義しています。

template<class type_EventData = CEventData>
typedef CEventChain< type_EventData > KSCL::C_DRAW< type_EventData >::type_Parent [private]
 

template<class type_EventData = CEventData>
typedef type_This KSCL::C_DRAW< type_EventData >::T_DRAW
 


メンバ列挙型の解説

template<class type_EventData = CEventData>
anonymous enum [private]
 

列挙型値:
c_iMsg 


コンストラクタとデストラクタの解説

template<class type_EventData = CEventData>
KSCL::C_DRAW< type_EventData >::C_DRAW CEventChain< type_EventData > *const    p_pcNext throw () [inline]
 

template<class type_EventData = CEventData>
KSCL::C_DRAW< type_EventData >::C_DRAW type_This   throw () [inline, private]
 


メンバ関数の解説

template<class type_EventData = CEventData>
virtual long KSCL::C_DRAW< type_EventData >::CallHandler const type_EventData &    p_rcData,
bool &    p_rbIsHandled
throw () [inline, private, virtual]
 

チェーンから呼ばれます。.

 メッセージが一致すれば仮想関数のイベントハンドラを呼び出します。
 戻り値等については親クラスの方を参照してください。
 この中で BeginPaing() 等の処理をします。

KSCL::CEventChain< type_EventData >を実装しています.

template<class type_EventData = CEventData>
virtual void KSCL::C_DRAW< type_EventData >::ON_DRAW type_const_CEventData_Ref    p_rcData,
HDC    p_hDC,
const PAINTSTRUCT &    p_rstPaintSt
throw () [protected, pure virtual]
 


KSCL(KAB-studioClassLibrary)に対してThu Jun 12 09:55:11 2003に生成されました。 doxygen1.2.15