SkyGI::Message Class Reference

Inheritance diagram for SkyGI::Message:
[legend]
Collaboration diagram for SkyGI::Message:
[legend]
List of all members.

Public Member Functions

 Message (int iType, void *vpPara1, void *vpPara2, const Rect &rRect, Window *pWindow)
int Dispatch ()
bool Send (Window *pDestinationWindow, Window *pSourceWindow=NULL)
bool SendToThread (int iPid)
bool SendToForeignWindow (const ForeignWindow &pForeignWindow)

Public Attributes

int m_iType
void * m_vpPara1
void * m_vpPara2
Rect m_rRect
Windowm_pWindow

Detailed Description

Examples:

eventthread.cpp.


Constructor & Destructor Documentation

Message::Message ( int  iType,
void *  vpPara1,
void *  vpPara2,
const Rect rRect,
Window pWindow 
)


Member Function Documentation

int Message::Dispatch (  ) 

bool Message::Send ( Window pDestinationWindow,
Window pSourceWindow = NULL 
)

bool Message::SendToThread ( int  iPid  ) 

bool Message::SendToForeignWindow ( const ForeignWindow pForeignWindow  ) 


Member Data Documentation

int SkyGI::Message::m_iType

Examples:
eventthread.cpp.

void* SkyGI::Message::m_vpPara1

void* SkyGI::Message::m_vpPara2

Rect SkyGI::Message::m_rRect

Window* SkyGI::Message::m_pWindow


Generated on Thu Dec 13 18:14:34 2007 for SkyGI by  doxygen 1.5.1-p1