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

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

・ IDCANCEL. より詳しく...

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

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

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

公開型

typedef type_This T_IDCANCEL
 サブクラスから使用するための型定義。. より詳しく...


公開メンバ

 C_IDCANCEL (CEventChain< type_EventData > *const p_pcNext) throw ()
 コンストラクタ。. より詳しく...


保護メンバ

virtual void ON_IDCANCEL (type_const_CEventData_Ref p_rcData) throw ()
 イベントハンドラ。. より詳しく...


非公開型

typedef C_IDCANCEL type_This
 自クラスの型定義。. より詳しく...

typedef CEventChain< type_EventData > type_Parent
 親クラスの型定義。. より詳しく...

enum  { c_iMsg = IDCANCEL }
 メッセージ定数。. より詳しく...


非公開メンバ

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


解説

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

・ IDCANCEL.

IDCANCEL ボタンが押されたときのメッセージのイベントハンドラです。
使い方に関しては EventHandler.h ファイルのドキュメントをご覧ください。
デフォルトの機能として「ダイアログを閉じる」機能があるため、それで十分な場合には オーバーライドする必要はありません。

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


メンバ型定義の解説

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

自クラスの型定義。.

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

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

親クラスの型定義。.

template<class type_EventData = CEventData>
typedef type_This KSCL::C_IDCANCEL< type_EventData >::T_IDCANCEL
 

サブクラスから使用するための型定義。.


メンバ列挙型の解説

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

メッセージ定数。.

列挙型値:
c_iMsg 


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

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

コンストラクタ。.

引数:
p_pcNext  次のイベントハンドラへのポインタ。


メンバ関数の解説

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

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

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

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

template<class type_EventData = CEventData>
virtual void KSCL::C_IDCANCEL< type_EventData >::ON_IDCANCEL type_const_CEventData_Ref    p_rcData throw () [inline, protected, virtual]
 

イベントハンドラ。.

 メッセージが送られてきたときに呼ばれます。
 このメンバ関数をオーバーライドして、その中に独自機能を実装してください。
 オーバーライドしない場合にはデフォルトの処理を行います。

引数:
p_rcData  イベントのデータ。


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