公開メンバ | 
|   | CEventData ()  throw () | 
|   | ・コンストラクタ。. より詳しく...
 
  | 
|   | CEventData (HWND p_hWnd, UINT p_uiMsg, WPARAM p_wParam, LPARAM p_lParam)  throw () | 
|   | ・コンストラクタ。. より詳しく...
 
  | 
| virtual  | ~CEventData ()  throw () | 
|   | ・デストラクタ。. より詳しく...
 
  | 
| void  | SetData (HWND p_hWnd, UINT p_uiMsg, WPARAM p_wParam, LPARAM p_lParam)  throw () | 
|   | ・各データのセット。. より詳しく...
 
  | 
| HWND  | GetHwnd () const  throw () | 
|   | ・メンバ変数の値を返します。. より詳しく...
 
  | 
| UINT  | GetMsg () const  throw () | 
| WPARAM  | GetWParam () const  throw () | 
| LPARAM  | GetLParam () const  throw () | 
| WORD  | GetLoWParam () const  throw () | 
|   | ・ WPARAM の下位ワードを返します。. より詳しく...
 
  | 
| WORD  | GetHiWParam () const  throw () | 
|   | ・ WPARAM の上位ワードを返します。. より詳しく...
 
  | 
| WORD  | GetLoLParam () const  throw () | 
|   | ・ LPARAM の下位ワードを返します。. より詳しく...
 
  | 
| WORD  | GetHiLParam () const  throw () | 
|   | ・ LPARAM の上位ワードを返します。. より詳しく...
 
  | 
| template<class type_Data> void  | GetFromWParam (type_Data &p_rcData) const | 
|   | ・ WPARAM から1変数へ。. より詳しく...
 
  | 
| template<class type_DataLo, class type_DataHi> void  | GetFromWParam (type_DataLo &p_rcDataLo, type_DataHi &p_rcDataHi) const | 
|   | ・ WPARAM から LOWORD と HIWORD へ。. より詳しく...
 
  | 
| template<class type_Data> void  | GetFromLParam (type_Data &p_rcData) const | 
|   | ・ LPARAM から1変数へ。. より詳しく...
 
  | 
| template<class type_DataLo, class type_DataHi> void  | GetFromLParam (type_DataLo &p_rcDataLo, type_DataHi &p_rcDataHi) const | 
|   | ・ LPARAM から LOWORD と HIWORD へ。. より詳しく...
 
  | 
 公開属性 | 
| HWND  | m_hWnd | 
|   | ウィンドウハンドル。. より詳しく...
 
  | 
| UINT  | m_uiMsg | 
|   | メッセージ。. より詳しく...
 
  | 
| WPARAM  | m_wParam | 
|   | WPARAM 。. より詳しく...
 
  | 
| LPARAM  | m_lParam | 
|   | LPARAM 。. より詳しく...
 
  | 
 非公開型 | 
| typedef CEventUtil  | type_EventUtil | 
|   | イベントユーティリティクラスの型定義。. より詳しく...
 
  |