📄 classfg__button.html
字号:
</tr></table><p>Here is the call graph for this function:<p><center><img src="classFG__Button_b3_cgraph.png" border="0" usemap="#classFG__Button_b3_cgraph_map" alt=""></center><map name="classFG__Button_b3_cgraph_map"><area href="classFG__Object.html#a14" shape="rect" coords="244,7,391,33" alt=""><area href="classFG__Object.html#b4" shape="rect" coords="239,57,396,84" alt=""><area href="classFG__Object.html#b0" shape="rect" coords="248,108,387,135" alt=""><area href="classFG__Object.html#a20" shape="rect" coords="471,57,601,84" alt=""><area href="group__Framework.html#ga0" shape="rect" coords="468,108,604,135" alt=""><area href="classFG__TimerManager.html#a0" shape="rect" coords="444,159,628,185" alt=""></map><a class="anchor" name="b4" doxytag="FG_Button::OnLButtonUp" ></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"> bool FG_Button::OnLButtonUp </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top"><a class="el" href="structFG__Message.html">FG_Message</a> * </td> <td class="mdname1" valign="top" nowrap> <em>pMsg</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [protected]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>鼠标左键弹起消息(<a class="el" href="group__Utility.html#gga12a21">FG_MSG_MOUSE</a>,<a class="el" href="group__Utility.html#gga14a33">FMS_LBUTTONUP</a>)的处理函数. <p><dl compact><dt><b>参数:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign=top><em>pMsg</em> </td><td>指向鼠标消息结构的指针 </td></tr> </table></dl><p>在文件<a class="el" href="FG__Button_8cpp-source.html">FG_Button.cpp</a>第<a class="el" href="FG__Button_8cpp-source.html#l00121">121</a>行定义。<p>参考 <a class="el" href="group__Utility.html#gga16a38">FBN_PRESSED</a>、<a class="el" href="FG__Object_8h-source.html#l00179">FG_Object::FrameStyle()</a>、<a class="el" href="FG__Common_8h-source.html#l00115">FS_RAISED</a>、<a class="el" href="FG__Common_8h-source.html#l00116">FS_RECESSED</a>、<a class="el" href="FG__Object_8h-source.html#l00254">FG_Object::KillTimer()</a>、<a class="el" href="FG__Object_8cpp-source.html#l00230">FG_Object::NotifyParent()</a>、<a class="el" href="FG__Object_8cpp-source.html#l00239">FG_Object::RequestDraw()</a>及<a class="el" href="classFG__Button.html#y1y0">TIMERID_UP</a>. </td> </tr></table><p>Here is the call graph for this function:<p><center><img src="classFG__Button_b4_cgraph.png" border="0" usemap="#classFG__Button_b4_cgraph_map" alt=""></center><map name="classFG__Button_b4_cgraph_map"><area href="classFG__Object.html#a14" shape="rect" coords="228,57,375,84" alt=""><area href="classFG__Object.html#b1" shape="rect" coords="236,108,367,135" alt=""><area href="classFG__Object.html#b3" shape="rect" coords="227,159,376,185" alt=""><area href="classFG__Object.html#b4" shape="rect" coords="223,209,380,236" alt=""><area href="group__Framework.html#ga0" shape="rect" coords="448,32,584,59" alt=""><area href="classFG__TimerManager.html#a1" shape="rect" coords="429,108,603,135" alt=""><area href="classFG__TimerManager.html#e0" shape="rect" coords="652,7,879,33" alt=""><area href="group__Utility.html#ga10" shape="rect" coords="719,57,812,84" alt=""><area href="classFG__SList.html#a2" shape="rect" coords="717,108,813,135" alt=""><area href="classFG__SList.html#a3" shape="rect" coords="707,159,824,185" alt=""><area href="classFG__Object.html#a10" shape="rect" coords="471,159,561,185" alt=""><area href="classFG__Object.html#a20" shape="rect" coords="451,209,581,236" alt=""><area href="group__OSAdaptor.html#ga1" shape="rect" coords="716,209,815,236" alt=""><area href="structFG__MSGMAP.html#a0" shape="rect" coords="665,260,865,287" alt=""><area href="classFG__Object.html#b5" shape="rect" coords="676,311,855,337" alt=""></map><a class="anchor" name="b5" doxytag="FG_Button::OnTimerUp" ></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"> void FG_Button::OnTimerUp </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">void </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [protected]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>保证按钮控件总能弹起的定时器消息(<a class="el" href="classFG__Button.html#y1y0">TIMERID_UP</a>)的处理函数 <p><ul><li>设置按钮为凸起状态</li><li>要求重画</li><li>删除定时器</li><li>发送通知消息 </li></ul><p>在文件<a class="el" href="FG__Button_8cpp-source.html">FG_Button.cpp</a>第<a class="el" href="FG__Button_8cpp-source.html#l00134">134</a>行定义。<p>参考 <a class="el" href="group__Utility.html#gga16a38">FBN_PRESSED</a>、<a class="el" href="FG__Object_8h-source.html#l00179">FG_Object::FrameStyle()</a>、<a class="el" href="FG__Common_8h-source.html#l00115">FS_RAISED</a>、<a class="el" href="FG__Object_8h-source.html#l00254">FG_Object::KillTimer()</a>、<a class="el" href="FG__Object_8cpp-source.html#l00230">FG_Object::NotifyParent()</a>、<a class="el" href="FG__Object_8cpp-source.html#l00239">FG_Object::RequestDraw()</a>及<a class="el" href="classFG__Button.html#y1y0">TIMERID_UP</a>. </td> </tr></table><p>Here is the call graph for this function:<p><center><img src="classFG__Button_b5_cgraph.png" border="0" usemap="#classFG__Button_b5_cgraph_map" alt=""></center><map name="classFG__Button_b5_cgraph_map"><area href="classFG__Object.html#a14" shape="rect" coords="214,57,361,84" alt=""><area href="classFG__Object.html#b1" shape="rect" coords="222,108,353,135" alt=""><area href="classFG__Object.html#b3" shape="rect" coords="213,159,362,185" alt=""><area href="classFG__Object.html#b4" shape="rect" coords="209,209,366,236" alt=""><area href="group__Framework.html#ga0" shape="rect" coords="434,32,570,59" alt=""><area href="classFG__TimerManager.html#a1" shape="rect" coords="416,108,589,135" alt=""><area href="classFG__TimerManager.html#e0" shape="rect" coords="638,7,865,33" alt=""><area href="group__Utility.html#ga10" shape="rect" coords="705,57,798,84" alt=""><area href="classFG__SList.html#a2" shape="rect" coords="704,108,800,135" alt=""><area href="classFG__SList.html#a3" shape="rect" coords="693,159,810,185" alt=""><area href="classFG__Object.html#a10" shape="rect" coords="457,159,548,185" alt=""><area href="classFG__Object.html#a20" shape="rect" coords="437,209,568,236" alt=""><area href="group__OSAdaptor.html#ga1" shape="rect" coords="702,209,801,236" alt=""><area href="structFG__MSGMAP.html#a0" shape="rect" coords="652,260,852,287" alt=""><area href="classFG__Object.html#b5" shape="rect" coords="662,311,841,337" alt=""></map><hr><h2>成员数据文档</h2><a class="anchor" name="v0" doxytag="FG_Button::m_MsgEntries" ></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="classFG__Button.html#v0">FG_Button::m_MsgEntries</a><code> [static, private]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><b>初始化序列:</b><div class="fragment"><pre> { { <a class="code" href="group__Utility.html#gga12a19">FG_MSG_DRAW</a>, 0, 0, (<a class="code" href="group__MsgHandler__Type.html#ga0">FG_PMSG_vv</a>)(<a class="code" href="group__MsgHandler__Type.html#ga1">FG_PMSG_vd</a>)& <a class="code" href="classFG__Button.html#b0">FG_Button::OnDraw</a> }, { <a class="code" href="group__Utility.html#gga12a20">FG_MSG_KEY</a>, <a class="code" href="group__Utility.html#gga13a29">FKS_DOWN</a>, 0, (<a class="code" href="group__MsgHandler__Type.html#ga0">FG_PMSG_vv</a>)(<a class="code" href="group__MsgHandler__Type.html#ga3">FG_PMSG_bm</a>)& <a class="code" href="classFG__Button.html#b1">FG_Button::OnKeyDown</a> }, { <a class="code" href="group__Utility.html#gga12a20">FG_MSG_KEY</a>, <a class="code" href="group__Utility.html#gga13a30">FKS_UP</a>, 0, (<a class="code" href="group__MsgHandler__Type.html#ga0">FG_PMSG_vv</a>)(<a class="code" href="group__MsgHandler__Type.html#ga3">FG_PMSG_bm</a>)& <a class="code" href="classFG__Button.html#b2">FG_Button::OnKeyUp</a> }, { <a class="code" href="group__Utility.html#gga12a21">FG_MSG_MOUSE</a>, <a class="code" href="group__Utility.html#gga14a32">FMS_LBUTTONDOWN</a>, 0, (<a class="code" href="group__MsgHandler__Type.html#ga0">FG_PMSG_vv</a>)(<a class="code" href="group__MsgHandler__Type.html#ga3">FG_PMSG_bm</a>)& <a class="code" href="classFG__Button.html#b3">FG_Button::OnLButtonDown</a> }, { <a class="code" href="group__Utility.html#gga12a21">FG_MSG_MOUSE</a>, <a class="code" href="group__Utility.html#gga14a33">FMS_LBUTTONUP</a>, 0, (<a class="code" href="group__MsgHandler__Type.html#ga0">FG_PMSG_vv</a>)(<a class="code" href="group__MsgHandler__Type.html#ga3">FG_PMSG_bm</a>)& <a class="code" href="classFG__Button.html#b4">FG_Button::OnLButtonUp</a> }, { <a class="code" href="group__Utility.html#gga12a22">FG_MSG_TIMER</a>, <a class="code" href="classFG__Button.html#y1y0">FG_Button::TIMERID_UP</a> , 0, (<a class="code" href="group__MsgHandler__Type.html#ga0">FG_PMSG_vv</a>)& <a class="code" href="classFG__Button.html#b5">FG_Button::OnTimerUp</a> },{ 0, 0, 0, (<a class="code" href="group__MsgHandler__Type.html#ga0">FG_PMSG_vv</a>) 0 } }</pre></div>消息映射表项数组. <p><p>重载<a class="el" href="classFG__TextWidget.html#v0">FG_TextWidget</a>。<p>被<a class="el" href="classMyButton.html#v0">MyButton</a>重载。<p>在文件<a class="el" href="FG__Button_8cpp-source.html">FG_Button.cpp</a>第<a class="el" href="FG__Button_8cpp-source.html#l00043">43</a>行定义。 </td> </tr></table><a class="anchor" name="t0" doxytag="FG_Button::m_MsgMap" ></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="classFG__Button.html#t0">FG_Button::m_MsgMap</a> = { & <a class="el" href="classFG__TextWidget.html">FG_TextWidget</a> ::<a class="el" href="classFG__Button.html#t0">m_MsgMap</a>, & <a class="el" href="classFG__Button.html">FG_Button</a> ::<a class="el" href="classFG__Button.html#v0">m_MsgEntries</a>[0] }<code> [static, protected]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>本类的消息映射表 <p><p>重载<a class="el" href="classFG__TextWidget.html#t0">FG_TextWidget</a>。<p>被<a class="el" href="classMyButton.html#t0">MyButton</a>重载。<p>在文件<a class="el" href="FG__Button_8cpp-source.html">FG_Button.cpp</a>第<a class="el" href="FG__Button_8cpp-source.html#l00043">43</a>行定义。 </td> </tr></table><hr>该类的文档由以下文件生成:<ul><li><a class="el" href="FG__Button_8h-source.html">FG_Button.h</a><li><a class="el" href="FG__Button_8cpp-source.html">FG_Button.cpp</a></ul><hr><center>由 DoxyGen 1.3.6 于 Wed Jun 9 22:39:11 2004 生成<br>版权所有 (C) 2003,2004 王咏武</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -