📄 classwgui_1_1cmessageclient.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>wGui::CMessageClient class Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.2.18 --><center><a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="classes.html">Alphabetical List</a> <a class="qindex" href="annotated.html">Data Structures</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Data Fields</a> </center><hr><h1>wGui::CMessageClient Class Reference</h1><code>#include <<a class="el" href="wg__message__client_8h-source.html">wg_message_client.h</a>></code><p><p>Inheritance diagram for wGui::CMessageClient:<p><center><img src="classwGui_1_1CMessageClient.png" usemap="#wGui::CMessageClient_map" border="0" alt=""></center><map name="wGui::CMessageClient_map"><area href="classwGui_1_1CApplication.html" alt="wGui::CApplication" shape="rect" coords="0,56,138,80"><area href="classwGui_1_1CTimer.html" alt="wGui::CTimer" shape="rect" coords="148,56,286,80"><area href="classwGui_1_1CWindow.html" alt="wGui::CWindow" shape="rect" coords="296,56,434,80"><area href="classwGui_1_1CButton.html" alt="wGui::CButton" shape="rect" coords="444,112,582,136"><area href="classwGui_1_1CCheckBox.html" alt="wGui::CCheckBox" shape="rect" coords="444,168,582,192"><area href="classwGui_1_1CDropDown.html" alt="wGui::CDropDown" shape="rect" coords="444,224,582,248"><area href="classwGui_1_1CEditBox.html" alt="wGui::CEditBox" shape="rect" coords="444,280,582,304"><area href="classwGui_1_1CFrame.html" alt="wGui::CFrame" shape="rect" coords="444,336,582,360"><area href="classwGui_1_1CGroupBox.html" alt="wGui::CGroupBox" shape="rect" coords="444,392,582,416"><area href="classwGui_1_1CLabel.html" alt="wGui::CLabel" shape="rect" coords="444,448,582,472"><area href="classwGui_1_1CListBox.html" alt="wGui::CListBox" shape="rect" coords="444,504,582,528"><area href="classwGui_1_1CMenuBase.html" alt="wGui::CMenuBase" shape="rect" coords="444,560,582,584"><area href="classwGui_1_1CPicture.html" alt="wGui::CPicture" shape="rect" coords="444,616,582,640"><area href="classwGui_1_1CProgress.html" alt="wGui::CProgress" shape="rect" coords="444,672,582,696"><area href="classwGui_1_1CScrollBar.html" alt="wGui::CScrollBar" shape="rect" coords="444,728,582,752"><area href="classwGui_1_1CToolBar.html" alt="wGui::CToolBar" shape="rect" coords="444,784,582,808"><area href="classwGui_1_1CToolTip.html" alt="wGui::CToolTip" shape="rect" coords="444,840,582,864"><area href="classwGui_1_1CView.html" alt="wGui::CView" shape="rect" coords="444,896,582,920"></map><h2>Public Methods</h2><ul><li><a name="a0" doxytag="wGui::CMessageClient::CMessageClient"></a><a class="el" href="classwGui_1_1CMessageClient.html#a0">CMessageClient</a> (void)<dl class="el"><dd><font size=-1><em>Standard constructor.<br><br></em></font></dl><li><a name="a1" doxytag="wGui::CMessageClient::~CMessageClient"></a>virtual <a class="el" href="classwGui_1_1CMessageClient.html#a1">~CMessageClient</a> (void)<dl class="el"><dd><font size=-1><em>Standard destructor.<br><br></em></font></dl><li>virtual bool <a class="el" href="classwGui_1_1CMessageClient.html#a2">HandleMessage</a> (<a class="el" href="classwGui_1_1CMessage.html">CMessage</a> *pMessage)=0</ul><hr><a name="_details"></a><h2>Detailed Description</h2>An Abstract class for handling wGui messages <dl compact><dt><b>See also: </b></dt><dd><a class="el" href="classwGui_1_1CMessage.html">CMessage</a> <a class="el" href="classwGui_1_1CMessageServer.html">CMessageServer</a> </dl><p><p>Definition at line <a class="el" href="wg__message__client_8h-source.html#l00037">37</a> of file <a class="el" href="wg__message__client_8h-source.html">wg_message_client.h</a>.<hr><h2>Member Function Documentation</h2><a name="a2" doxytag="wGui::CMessageClient::HandleMessage"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> virtual bool wGui::CMessageClient::HandleMessage </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top"><a class="el" href="classwGui_1_1CMessage.html">CMessage</a> * </td> <td class="mdname1" valign="top" nowrap> <em>pMessage</em> </td> <td class="md" valign="top">) </td> <td class="md" nowrap><code> [pure virtual]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>This is the callback used by the Message Server to distribute messages The client must first register with the server and indicate any messages it wishes to recieve <dl compact><dt><b>See also: </b></dt><dd><a class="el" href="classwGui_1_1CMessageServer.html#a0">CMessageServer::RegisterMessageClient()</a> </dl><p>Implemented in <a class="el" href="classwGui_1_1CApplication.html#a20">wGui::CApplication</a>, <a class="el" href="classwGui_1_1CButton.html#a8">wGui::CButton</a>, <a class="el" href="classwGui_1_1CCheckBox.html#a7">wGui::CCheckBox</a>, <a class="el" href="classwGui_1_1CDropDown.html#a11">wGui::CDropDown</a>, <a class="el" href="classwGui_1_1CEditBox.html#a10">wGui::CEditBox</a>, <a class="el" href="classwGui_1_1CFrame.html#a13">wGui::CFrame</a>, <a class="el" href="classwGui_1_1CListBox.html#a17">wGui::CListBox</a>, <a class="el" href="classwGui_1_1CMenuBase.html#a9">wGui::CMenuBase</a>, <a class="el" href="classwGui_1_1CMenu.html#a5">wGui::CMenu</a>, <a class="el" href="classwGui_1_1CPopupMenu.html#a10">wGui::CPopupMenu</a>, <a class="el" href="classwGui_1_1CScrollBar.html#a11">wGui::CScrollBar</a>, <a class="el" href="classwGui_1_1CTimer.html#a8">wGui::CTimer</a>, <a class="el" href="classwGui_1_1CToolBar.html#a8">wGui::CToolBar</a>, <a class="el" href="classwGui_1_1CToolTip.html#a6">wGui::CToolTip</a>, <a class="el" href="classwGui_1_1CView.html#a7">wGui::CView</a>, and <a class="el" href="classwGui_1_1CWindow.html#a27">wGui::CWindow</a>. </td> </tr></table><hr>The documentation for this class was generated from the following files:<ul><li><a class="el" href="wg__message__client_8h-source.html">wg_message_client.h</a><li><a class="el" href="wg__message__client_8cpp-source.html">wg_message_client.cpp</a></ul><hr><address style="align: right;"><small>Generated on Sat Oct 25 12:43:28 2003 for wGui by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 width=110 height=53></a>1.2.18 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -