📄 structfg__msgmap.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=gb2312"><title>FishGUI: FG_MSGMAP struct Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- 制作者 Doxygen 1.3.6 --><div class="qindex"><a class="qindex" href="main.html">首页</a> | <a class="qindex" href="modules.html">模块</a> | <a class="qindex" href="hierarchy.html">类继承关系</a> | <a class="qindex" href="classes.html">按字典顺序排序的列表</a> | <a class="qindex" href="annotated.html">组合类型列表</a> | <a class="qindex" href="files.html">文件列表</a> | <a class="qindex" href="functions.html">组合类型成员</a> | <a class="qindex" href="globals.html">文件成员</a></div><h1>FG_MSGMAP结构参考<br><small>[<a class="el" href="group__Framework.html">框架层</a>]</small></h1><code>#include <<a class="el" href="FG__MsgMap_8h-source.html">FG_MsgMap.h</a>></code><p>FG_MSGMAP合作图:<p><center><img src="structFG__MSGMAP__coll__graph.png" border="0" usemap="#FG__MSGMAP__coll__map" alt="Collaboration graph"></center><map name="FG__MSGMAP__coll__map"><area href="structFG__MSGMAP__ENTRY.html" shape="rect" coords="6,17,148,145" alt=""></map><center><font size="2">[<a target="top" href="graph_legend.html">图例</a>]</font></center><a href="structFG__MSGMAP-members.html">所有成员的列表。</a><hr><a name="_details"></a><h2>详细描述</h2>消息映射表结构. <p>包含消息映射表项的数组以及指向基类的消息映射表的指针 <p><p>在文件<a class="el" href="FG__MsgMap_8h-source.html">FG_MsgMap.h</a>第<a class="el" href="FG__MsgMap_8h-source.html#l00210">210</a>行定义。<table border=0 cellpadding=0 cellspacing=0><tr><td></td></tr><tr><td colspan=2><br><h2>公有成员</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="structFG__MSGMAP__ENTRY.html">FG_MSGMAP_ENTRY</a> * </td><td class="memItemRight" valign=bottom><a class="el" href="structFG__MSGMAP.html#a0">FindMsgCallback</a> (const <a class="el" href="group__Utility.html#ga1">WORD</a> type, const <a class="el" href="group__Utility.html#ga1">WORD</a> data, const <a class="el" href="group__Utility.html#ga1">WORD</a> id) const </td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">在本类的消息映射表中查找消息. <a href="#a0"></a><br><br></td></tr><tr><td colspan=2><br><h2>公有属性</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="structFG__MSGMAP.html">FG_MSGMAP</a> * </td><td class="memItemRight" valign=bottom><a class="el" href="structFG__MSGMAP.html#o0">m_pBaseMsgMap</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">指向基类的消息映射表的指针. <a href="#o0"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="structFG__MSGMAP__ENTRY.html">FG_MSGMAP_ENTRY</a> * </td><td class="memItemRight" valign=bottom><a class="el" href="structFG__MSGMAP.html#o1">m_pEntry</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">本类的消息映射表的指针 <a href="#o1"></a><br><br></td></tr></table><hr><h2>成员函数文档</h2><a class="anchor" name="a0" doxytag="FG_MSGMAP::FindMsgCallback" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> const <a class="el" href="structFG__MSGMAP__ENTRY.html">FG_MSGMAP_ENTRY</a> * FG_MSGMAP::FindMsgCallback </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">const <a class="el" href="group__Utility.html#ga1">WORD</a> </td> <td class="mdname" nowrap> <em>type</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>const <a class="el" href="group__Utility.html#ga1">WORD</a> </td> <td class="mdname" nowrap> <em>data</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>const <a class="el" href="group__Utility.html#ga1">WORD</a> </td> <td class="mdname" nowrap> <em>id</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"> const</td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>在本类的消息映射表中查找消息. <p>为0的参数表示该项不须查找 <dl compact><dt><b>参数:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign=top><em>type</em> </td><td>要查找的消息类型<a class="el" href="group__Utility.html#ga12">FG_MSG_TYPE</a> </td></tr> <tr><td valign=top><em>data</em> </td><td>要查找的消息的消息的<a class="el" href="group__Utility.html#ga1">WORD</a>型数据 </td></tr> <tr><td valign=top><em>id</em> </td><td>发送通知消息的控件ID </td></tr> </table></dl><dl compact><dt><b>返回:</b></dt><dd>FG_MSGMAP_ENTRY* 查找到的消息映射表项,<a class="el" href="group__Utility.html#ga11">NULL</a>表示没有找到 </dd></dl><p>在文件<a class="el" href="FG__MsgMap_8cpp-source.html">FG_MsgMap.cpp</a>第<a class="el" href="FG__MsgMap_8cpp-source.html#l00043">43</a>行定义。<p>参考 <a class="el" href="FG__MsgMap_8h-source.html#l00202">FG_MSGMAP_ENTRY::m_Callback</a>、<a class="el" href="FG__MsgMap_8h-source.html#l00189">FG_MSGMAP_ENTRY::m_MsgType</a>、<a class="el" href="FG__MsgMap_8h-source.html#l00215">m_pEntry</a>、<a class="el" href="FG__MsgMap_8h-source.html#l00196">FG_MSGMAP_ENTRY::m_wData</a>、<a class="el" href="FG__MsgMap_8h-source.html#l00199">FG_MSGMAP_ENTRY::m_wID</a>、<a class="el" href="FG__Common_8h-source.html#l00046">NULL</a>及<a class="el" href="FG__Common_8h-source.html#l00055">WORD</a>.<p>参考自 <a class="el" href="FG__Object_8cpp-source.html#l00170">FG_Object::Message()</a>. </td> </tr></table><hr><h2>成员数据文档</h2><a class="anchor" name="o0" doxytag="FG_MSGMAP::m_pBaseMsgMap" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> const <a class="el" href="structFG__MSGMAP.html">FG_MSGMAP</a>* <a class="el" href="structFG__MSGMAP.html#o0">FG_MSGMAP::m_pBaseMsgMap</a> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>指向基类的消息映射表的指针. <p><p>在文件<a class="el" href="FG__MsgMap_8h-source.html">FG_MsgMap.h</a>第<a class="el" href="FG__MsgMap_8h-source.html#l00213">213</a>行定义。<p>参考自 <a class="el" href="FG__Object_8cpp-source.html#l00170">FG_Object::Message()</a>. </td> </tr></table><a class="anchor" name="o1" doxytag="FG_MSGMAP::m_pEntry" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> const <a class="el" href="structFG__MSGMAP__ENTRY.html">FG_MSGMAP_ENTRY</a>* <a class="el" href="structFG__MSGMAP.html#o1">FG_MSGMAP::m_pEntry</a> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>本类的消息映射表的指针 <p><p>在文件<a class="el" href="FG__MsgMap_8h-source.html">FG_MsgMap.h</a>第<a class="el" href="FG__MsgMap_8h-source.html#l00215">215</a>行定义。<p>参考自 <a class="el" href="FG__MsgMap_8cpp-source.html#l00043">FindMsgCallback()</a>. </td> </tr></table><hr>该结构的文档由以下文件生成:<ul><li><a class="el" href="FG__MsgMap_8h-source.html">FG_MsgMap.h</a><li><a class="el" href="FG__MsgMap_8cpp-source.html">FG_MsgMap.cpp</a></ul><hr><center>由 DoxyGen 1.3.6 于 Wed Jun 9 22:37:43 2004 生成<br>版权所有 (C) 2003,2004 王咏武</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -