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

📄 group__msghandler__type.html

📁 《道法自然》书的源码FishGUI,一个跨平台的界面库
💻 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: 消息处理函数类型</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>消息处理函数类型<br><small>[<a class="el" href="group__Framework.html">框架层</a>]</small></h1><p><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>typedef void(FG_Object::*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__MsgHandler__Type.html#ga0">FG_PMSG_vv</a> )(void)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">参数为void,返回值为void的消息处理函数。<br>  <a href="#ga0"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>typedef void(FG_Object::*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__MsgHandler__Type.html#ga1">FG_PMSG_vd</a> )(<a class="el" href="classFG__OSAdaptor.html">FG_OSAdaptor</a> *pAdaptor)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">参数为<a class="el" href="classFG__OSAdaptor.html">FG_OSAdaptor</a> *,返回值为void的消息处理函数。<br>  <a href="#ga1"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>typedef void(FG_Object::*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__MsgHandler__Type.html#ga2">FG_PMSG_vm</a> )(<a class="el" href="structFG__Message.html">FG_Message</a> *pMsg)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">参数为<a class="el" href="classFG__OSAdaptor.html">FG_OSAdaptor</a> *,返回值为void的消息处理函数。<br>  <a href="#ga2"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>typedef bool(FG_Object::*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__MsgHandler__Type.html#ga3">FG_PMSG_bm</a> )(<a class="el" href="structFG__Message.html">FG_Message</a> *pMsg)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">参数为<a class="el" href="classFG__OSAdaptor.html">FG_OSAdaptor</a> *,返回值为void的消息处理函数。<br>  <a href="#ga3"></a><br><br></td></tr></table><hr><h2>类型定义文档</h2><a class="anchor" name="ga3" doxytag="FG_MsgMap.h::FG_PMSG_bm" ></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"> typedef bool(FG_Object::*  <a class="el" href="group__MsgHandler__Type.html#ga3">FG_PMSG_bm</a>)(<a class="el" href="structFG__Message.html">FG_Message</a> * pMsg)      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>参数为<a class="el" href="classFG__OSAdaptor.html">FG_OSAdaptor</a> *,返回值为void的消息处理函数。<br> <p>用于以下消息:<ul><li><a class="el" href="group__Utility.html#gga12a20">FG_MSG_KEY</a></li><li><a class="el" href="group__Utility.html#gga12a20">FG_MSG_KEY</a>, <a class="el" href="group__Utility.html#gga13a29">FKS_DOWN</a></li><li><a class="el" href="group__Utility.html#gga12a20">FG_MSG_KEY</a>, <a class="el" href="group__Utility.html#gga13a30">FKS_UP</a></li><li><a class="el" href="group__Utility.html#gga12a21">FG_MSG_MOUSE</a></li><li><a class="el" href="group__Utility.html#gga12a21">FG_MSG_MOUSE</a>, <a class="el" href="group__Utility.html#gga14a32">FMS_LBUTTONDOWN</a></li><li><a class="el" href="group__Utility.html#gga12a21">FG_MSG_MOUSE</a>, <a class="el" href="group__Utility.html#gga14a33">FMS_LBUTTONUP</a> </li></ul><p>在文件<a class="el" href="FG__MsgMap_8h-source.html">FG_MsgMap.h</a>第<a class="el" href="FG__MsgMap_8h-source.html#l00177">177</a>行定义。<p>参考自 <a class="el" href="FG__Object_8cpp-source.html#l00170">FG_Object::Message()</a>.    </td>  </tr></table><a class="anchor" name="ga1" doxytag="FG_MsgMap.h::FG_PMSG_vd" ></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"> typedef void(FG_Object::*  <a class="el" href="group__MsgHandler__Type.html#ga1">FG_PMSG_vd</a>)(<a class="el" href="classFG__OSAdaptor.html">FG_OSAdaptor</a> * pAdaptor)      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>参数为<a class="el" href="classFG__OSAdaptor.html">FG_OSAdaptor</a> *,返回值为void的消息处理函数。<br> <p>用于以下消息:<ul><li><a class="el" href="group__Utility.html#gga12a19">FG_MSG_DRAW</a> </li></ul><p>在文件<a class="el" href="FG__MsgMap_8h-source.html">FG_MsgMap.h</a>第<a class="el" href="FG__MsgMap_8h-source.html#l00154">154</a>行定义。<p>参考自 <a class="el" href="FG__Object_8cpp-source.html#l00170">FG_Object::Message()</a>.    </td>  </tr></table><a class="anchor" name="ga2" doxytag="FG_MsgMap.h::FG_PMSG_vm" ></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"> typedef void(FG_Object::*  <a class="el" href="group__MsgHandler__Type.html#ga2">FG_PMSG_vm</a>)(<a class="el" href="structFG__Message.html">FG_Message</a> * pMsg)      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>参数为<a class="el" href="classFG__OSAdaptor.html">FG_OSAdaptor</a> *,返回值为void的消息处理函数。<br> <p>用于以下消息:<ul><li><a class="el" href="group__Utility.html#gga12a24">FG_MSG_DRAW_REQUEST</a></li><li><a class="el" href="group__Utility.html#gga12a25">FG_MSG_FOCUS</a></li><li><a class="el" href="group__Utility.html#gga12a26">FG_MSG_NOTIFY</a>, notifyID </li></ul><p>在文件<a class="el" href="FG__MsgMap_8h-source.html">FG_MsgMap.h</a>第<a class="el" href="FG__MsgMap_8h-source.html#l00164">164</a>行定义。<p>参考自 <a class="el" href="FG__Object_8cpp-source.html#l00170">FG_Object::Message()</a>.    </td>  </tr></table><a class="anchor" name="ga0" doxytag="FG_MsgMap.h::FG_PMSG_vv" ></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"> typedef void(FG_Object::*  <a class="el" href="group__MsgHandler__Type.html#ga0">FG_PMSG_vv</a>)(void)      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>参数为void,返回值为void的消息处理函数。<br> <p>用于以下消息:<ul><li><a class="el" href="group__Utility.html#gga12a22">FG_MSG_TIMER</a></li><li><a class="el" href="group__Utility.html#gga12a26">FG_MSG_NOTIFY</a>, <a class="el" href="group__Utility.html#ga16">FG_NOTIFY_ID</a>, id</li><li><a class="el" href="group__Utility.html#gga12a27">FG_MSG_UPDATE_VIEW</a> </li></ul><p>在文件<a class="el" href="FG__MsgMap_8h-source.html">FG_MsgMap.h</a>第<a class="el" href="FG__MsgMap_8h-source.html#l00146">146</a>行定义。    </td>  </tr></table><hr><center>由 DoxyGen 1.3.6 于 Wed Jun 9 22:39:15 2004 生成<br>版权所有 (C) 2003,2004 王咏武</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -