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

📄 classfg__radiobutton.html

📁 《道法自然》书的源码FishGUI,一个跨平台的界面库
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<p>改变选中状态后,需要重画本控件 <dl compact><dt><b>参数:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign=top><em>bChecked</em>&nbsp;</td><td>选中或取消选中 true 选中<br> false 未选中</td></tr>  </table></dl><p>在文件<a class="el" href="FG__RadioButton_8h-source.html">FG_RadioButton.h</a>第<a class="el" href="FG__RadioButton_8h-source.html#l00077">77</a>行定义。<p>参考 <a class="el" href="FG__Object_8cpp-source.html#l00239">FG_Object::RequestDraw()</a>.<p>参考自 <a class="el" href="MainWindow_8cpp-source.html#l00095">MainWindow::MainWindow()</a>及<a class="el" href="Win2_8cpp-source.html#l00081">Win2::Win2()</a>.    </td>  </tr></table><p>Here is the call graph for this function:<p><center><img src="classFG__RadioButton_a2_cgraph.png" border="0" usemap="#classFG__RadioButton_a2_cgraph_map" alt=""></center><map name="classFG__RadioButton_a2_cgraph_map"><area href="classFG__Object.html#b4" shape="rect" coords="249,57,407,84" alt=""><area href="classFG__Object.html#a20" shape="rect" coords="456,57,587,84" alt=""><area href="group__OSAdaptor.html#ga1" shape="rect" coords="687,7,785,33" alt=""><area href="structFG__MSGMAP.html#a0" shape="rect" coords="636,57,836,84" alt=""><area href="classFG__Object.html#b5" shape="rect" coords="647,108,825,135" alt=""></map><a class="anchor" name="d0" doxytag="FG_RadioButton::UncheckGroup" ></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_RadioButton::UncheckGroup </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">void&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap><code> [private]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>把本组的其他收音机按钮取消选中 <p>取消选中时需要重画和发送通知消息<a class="el" href="group__Utility.html#gga16a42">FRN_UNCHECKED</a> <p>在文件<a class="el" href="FG__RadioButton_8cpp-source.html">FG_RadioButton.cpp</a>第<a class="el" href="FG__RadioButton_8cpp-source.html#l00117">117</a>行定义。<p>参考 <a class="el" href="group__Utility.html#gga16a42">FRN_UNCHECKED</a>、<a class="el" href="FG__RadioButton_8h-source.html#l00102">m_bChecked</a>、<a class="el" href="FG__RadioButton_8h-source.html#l00105">m_pNext</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>.<p>参考自 <a class="el" href="FG__RadioButton_8cpp-source.html#l00092">OnKeyDown()</a>及<a class="el" href="FG__RadioButton_8cpp-source.html#l00107">OnLButtonDown()</a>.    </td>  </tr></table><p>Here is the call graph for this function:<p><center><img src="classFG__RadioButton_d0_cgraph.png" border="0" usemap="#classFG__RadioButton_d0_cgraph_map" alt=""></center><map name="classFG__RadioButton_d0_cgraph_map"><area href="classFG__Object.html#b3" shape="rect" coords="269,7,419,33" alt=""><area href="classFG__Object.html#b4" shape="rect" coords="265,57,423,84" alt=""><area href="classFG__Object.html#a10" shape="rect" coords="492,7,583,33" alt=""><area href="classFG__Object.html#a20" shape="rect" coords="472,57,603,84" alt=""><area href="group__OSAdaptor.html#ga1" shape="rect" coords="703,7,801,33" alt=""><area href="structFG__MSGMAP.html#a0" shape="rect" coords="652,57,852,84" alt=""><area href="classFG__Object.html#b5" shape="rect" coords="663,108,841,135" alt=""></map><hr><h2>成员数据文档</h2><a class="anchor" name="p0" doxytag="FG_RadioButton::m_bChecked" ></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 <a class="el" href="classFG__RadioButton.html#p0">FG_RadioButton::m_bChecked</a><code> [protected]</code>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>收音机按钮是否被选中,true代表被选中,false代表未被选中. <p><p>在文件<a class="el" href="FG__RadioButton_8h-source.html">FG_RadioButton.h</a>第<a class="el" href="FG__RadioButton_8h-source.html#l00102">102</a>行定义。<p>参考自 <a class="el" href="FG__RadioButton_8cpp-source.html#l00117">UncheckGroup()</a>.    </td>  </tr></table><a class="anchor" name="v0" doxytag="FG_RadioButton::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__RadioButton.html#v0">FG_RadioButton::m_MsgEntries</a><code> [static, private]</code>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </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>)&amp;  <a class="code" href="classFG__RadioButton.html#b0">FG_RadioButton::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>)&amp;  <a class="code" href="classFG__RadioButton.html#b1">FG_RadioButton::OnKeyDown</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>)&amp;  <a class="code" href="classFG__RadioButton.html#b2">FG_RadioButton::OnLButtonDown</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="FG__RadioButton_8cpp-source.html">FG_RadioButton.cpp</a>第<a class="el" href="FG__RadioButton_8cpp-source.html#l00043">43</a>行定义。    </td>  </tr></table><a class="anchor" name="t0" doxytag="FG_RadioButton::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__RadioButton.html#t0">FG_RadioButton::m_MsgMap</a> = { &amp; <a class="el" href="classFG__TextWidget.html">FG_TextWidget</a> ::<a class="el" href="classFG__RadioButton.html#t0">m_MsgMap</a>, &amp; <a class="el" href="classFG__RadioButton.html">FG_RadioButton</a> ::<a class="el" href="classFG__RadioButton.html#v0">m_MsgEntries</a>[0] }<code> [static, protected]</code>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>本类的消息映射表 <p><p>重载<a class="el" href="classFG__TextWidget.html#t0">FG_TextWidget</a>。<p>在文件<a class="el" href="FG__RadioButton_8cpp-source.html">FG_RadioButton.cpp</a>第<a class="el" href="FG__RadioButton_8cpp-source.html#l00043">43</a>行定义。    </td>  </tr></table><a class="anchor" name="p1" doxytag="FG_RadioButton::m_pNext" ></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"> <a class="el" href="classFG__RadioButton.html">FG_RadioButton</a>* <a class="el" href="classFG__RadioButton.html#p1">FG_RadioButton::m_pNext</a><code> [protected]</code>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>本组中的下一个收音机按钮 <p><p>在文件<a class="el" href="FG__RadioButton_8h-source.html">FG_RadioButton.h</a>第<a class="el" href="FG__RadioButton_8h-source.html#l00105">105</a>行定义。<p>参考自 <a class="el" href="FG__RadioButton_8cpp-source.html#l00049">FG_RadioButton()</a>及<a class="el" href="FG__RadioButton_8cpp-source.html#l00117">UncheckGroup()</a>.    </td>  </tr></table><hr>该类的文档由以下文件生成:<ul><li><a class="el" href="FG__RadioButton_8h-source.html">FG_RadioButton.h</a><li><a class="el" href="FG__RadioButton_8cpp-source.html">FG_RadioButton.cpp</a></ul><hr><center>由 DoxyGen 1.3.6 于 Wed Jun 9 22:37:26 2004 生成<br>版权所有 (C) 2003,2004 王咏武</body></html>

⌨️ 快捷键说明

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