GUI::WinMessage Class Reference

Wrap a windows message. More...

#include <WinMessage.h>

List of all members.

Public Member Functions

HWND getHWnd () const
 Return the window handle.
UINT getMessageId () const
 Return the message id.
WPARAM getWParam () const
 Return additional message information wParam.
LPARAM getLParam () const
 Return additional message information lParam.
LRESULT callSystemHandler ()
 Call default window procedure for the message.


Detailed Description

Wrap a windows message.


Member Function Documentation

LRESULT GUI::WinMessage::callSystemHandler (  ) 

Call default window procedure for the message.

Returns:
window procedure return value

HWND GUI::WinMessage::getHWnd (  )  const [inline]

Return the window handle.

Returns:
the window handle

LPARAM GUI::WinMessage::getLParam (  )  const [inline]

Return additional message information lParam.

Returns:
attitional message information

UINT GUI::WinMessage::getMessageId (  )  const [inline]

Return the message id.

Returns:
the message id

WPARAM GUI::WinMessage::getWParam (  )  const [inline]

Return additional message information wParam.

Returns:
attitional message information


The documentation for this class was generated from the following files:
Generated on Wed Nov 15 22:21:10 2006 for Win32 by  doxygen 1.4.7