⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 classwgui_1_1cmessageserver.html

📁 一个小巧的嵌入式图形系统wGUI, 可以用VC编译
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<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"> void wGui::CMessageServer::DeregisterMessageClient </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="classwGui_1_1CMessageClient.html">CMessageClient</a> *&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>pClient</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap><a class="el" href="classwGui_1_1CMessage.html#s16">CMessage::EMessageType</a>&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>eMessageType</em></td>        </tr>        <tr>          <td></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Deregister a client for a certain message type <dl compact><dt><b>Parameters: </b></dt><dd><table border=0 cellspacing=2 cellpadding=0><tr><td valign=top><em>pClient</em>&nbsp;</td><td>A pointer to the message client to be deregistered </td></tr><tr><td valign=top><em>eMessageType</em>&nbsp;</td><td>The message type for which the client no longer should recieve messages </td></tr></table></dl><p>Definition at line <a class="el" href="wg__message__server_8cpp-source.html#l00072">72</a> of file <a class="el" href="wg__message__server_8cpp-source.html">wg_message_server.cpp</a>.<p>References <a class="el" href="wg__message__server_8h-source.html#l00109">m_MessageClients</a>.    </td>  </tr></table><a name="a4" doxytag="wGui::CMessageServer::QueueMessage"></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"> void wGui::CMessageServer::QueueMessage </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="classwGui_1_1CMessage.html">CMessage</a> *&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp; <em>pMessage</em>          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Adds a message to the message queue <dl compact><dt><b>Parameters: </b></dt><dd><table border=0 cellspacing=2 cellpadding=0><tr><td valign=top><em>pMessage</em>&nbsp;</td><td>A pointer to the message to be queued </td></tr></table></dl><p>Definition at line <a class="el" href="wg__message__server_8cpp-source.html#l00149">149</a> of file <a class="el" href="wg__message__server_8cpp-source.html">wg_message_server.cpp</a>.<p>References <a class="el" href="wg__message__server_8h-source.html#l00108">m_MessageQueue</a>.    </td>  </tr></table><a name="a0" doxytag="wGui::CMessageServer::RegisterMessageClient"></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"> void wGui::CMessageServer::RegisterMessageClient </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="classwGui_1_1CMessageClient.html">CMessageClient</a> *&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>pClient</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap><a class="el" href="classwGui_1_1CMessage.html#s16">CMessage::EMessageType</a>&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>eMessageType</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>unsigned char&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>Priority</em> = PRIORITY_NORMAL</td>        </tr>        <tr>          <td></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Register a client to recieve messages <dl compact><dt><b>Parameters: </b></dt><dd><table border=0 cellspacing=2 cellpadding=0><tr><td valign=top><em>pClient</em>&nbsp;</td><td>A pointer to the client which should recieve the messages </td></tr><tr><td valign=top><em>eMessageType</em>&nbsp;</td><td>The message type the client wishes to recieve </td></tr><tr><td valign=top><em>Priority</em>&nbsp;</td><td>The priority of the client for recieving the message </td></tr></table></dl><p>Definition at line <a class="el" href="wg__message__server_8cpp-source.html#l00066">66</a> of file <a class="el" href="wg__message__server_8cpp-source.html">wg_message_server.cpp</a>.<p>References <a class="el" href="wg__message__server_8h-source.html#l00109">m_MessageClients</a>.    </td>  </tr></table><hr>The documentation for this class was generated from the following files:<ul><li><a class="el" href="wg__message__server_8h-source.html">wg_message_server.h</a><li><a class="el" href="wg__message__server_8cpp-source.html">wg_message_server.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 + -