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 |
| Window * | m_pWindow |
| Message::Message | ( | int | iType, | |
| void * | vpPara1, | |||
| void * | vpPara2, | |||
| const Rect & | rRect, | |||
| Window * | pWindow | |||
| ) |
| int Message::Dispatch | ( | ) |
| bool Message::SendToThread | ( | int | iPid | ) |
| bool Message::SendToForeignWindow | ( | const ForeignWindow & | pForeignWindow | ) |
1.5.1-p1