📄 classfg__radiobutton.html
字号:
</td> <td><p>收音机按钮是否被选中. <p><dl compact><dt><b>返回:</b></dt><dd>true 选中<br> false 未选中 </dd></dl><p>在文件<a class="el" href="FG__RadioButton_8h-source.html">FG_RadioButton.h</a>第<a class="el" href="FG__RadioButton_8h-source.html#l00067">67</a>行定义。 </td> </tr></table><a class="anchor" name="b0" doxytag="FG_RadioButton::OnDraw" ></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::OnDraw </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top"><a class="el" href="classFG__OSAdaptor.html">FG_OSAdaptor</a> * </td> <td class="mdname1" valign="top" nowrap> <em>pAdaptor</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#gga12a19">FG_MSG_DRAW</a>的处理函数. <p><dl compact><dt><b>参数:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign=top><em>pAdaptor</em> </td><td>指向操作系统适配器的指针 </td></tr> </table></dl><p>重载<a class="el" href="classFG__Object.html#b6">FG_Object</a>。<p>在文件<a class="el" href="FG__RadioButton_8cpp-source.html">FG_RadioButton.cpp</a>第<a class="el" href="FG__RadioButton_8cpp-source.html#l00064">64</a>行定义。<p>参考 <a class="el" href="FG__OSAdaptor_8cpp-source.html#l00113">FG_OSAdaptor::BeginDraw()</a>、<a class="el" href="FG__OSAdaptor_8cpp-source.html#l00166">FG_OSAdaptor::DrawBitmap()</a>、<a class="el" href="FG__OSAdaptor_8cpp-source.html#l00141">FG_OSAdaptor::DrawText()</a>、<a class="el" href="FG__TextWidget_8cpp-source.html#l00046">FG_TextWidget::DrawTextFocus()</a>、<a class="el" href="FG__OSAdaptor_8cpp-source.html#l00120">FG_OSAdaptor::EndDraw()</a>、<a class="el" href="FG__Object_8cpp-source.html#l00147">FG_Object::GetClientRect()</a>、<a class="el" href="FG__TextWidget_8h-source.html#l00069">FG_TextWidget::GetText()</a>、<a class="el" href="FG__OSAdaptor_8cpp-source.html#l00157">FG_OSAdaptor::GetTextHeight()</a>、<a class="el" href="FG__Object_8h-source.html#l00320">FG_Object::OnDraw()</a>、<a class="el" href="FG__TextWidget_8h-source.html#l00084">FG_TextWidget::TextLength()</a>、<a class="el" href="FG__Rect_8h-source.html#l00059">FG_Rect::wBottom</a>、<a class="el" href="FG__Rect_8h-source.html#l00053">FG_Rect::wLeft</a>、<a class="el" href="FG__Common_8h-source.html#l00055">WORD</a>及<a class="el" href="FG__Rect_8h-source.html#l00055">FG_Rect::wTop</a>. </td> </tr></table><p>Here is the call graph for this function:<p><center><img src="classFG__RadioButton_b0_cgraph.png" border="0" usemap="#classFG__RadioButton_b0_cgraph_map" alt=""></center><map name="classFG__RadioButton_b0_cgraph_map"><area href="classFG__OSAdaptor.html#a3" shape="rect" coords="239,7,407,33" alt=""><area href="classFG__OSAdaptor.html#a10" shape="rect" coords="236,57,409,84" alt=""><area href="classFG__OSAdaptor.html#a7" shape="rect" coords="244,108,401,135" alt=""><area href="classFG__TextWidget.html#a4" shape="rect" coords="225,209,420,236" alt=""><area href="classFG__TextWidget.html#a1" shape="rect" coords="487,184,636,211" alt=""><area href="classFG__OSAdaptor.html#a9" shape="rect" coords="468,247,655,273" alt=""><area href="classFG__OSAdaptor.html#a4" shape="rect" coords="244,311,401,337" alt=""><area href="classFG__Object.html#a3" shape="rect" coords="243,361,403,388" alt=""><area href="classFG__Object.html#b6" shape="rect" coords="260,412,385,439" alt=""><area href="classFG__TextWidget.html#a3" shape="rect" coords="239,463,407,489" alt=""></map><a class="anchor" name="b1" doxytag="FG_RadioButton::OnKeyDown" ></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_RadioButton::OnKeyDown </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#gga12a20">FG_MSG_KEY</a>,<a class="el" href="group__Utility.html#gga13a29">FKS_DOWN</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__RadioButton_8cpp-source.html">FG_RadioButton.cpp</a>第<a class="el" href="FG__RadioButton_8cpp-source.html#l00092">92</a>行定义。<p>参考 <a class="el" href="group__Utility.html#gga16a41">FRN_CHECKED</a>、<a class="el" href="FG__Message_8h-source.html#l00101">FVK_ENTER</a>、<a class="el" href="FG__Message_8h-source.html#l00200">FG_Message::lData</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="FG__RadioButton_8cpp-source.html#l00117">UncheckGroup()</a>. </td> </tr></table><p>Here is the call graph for this function:<p><center><img src="classFG__RadioButton_b1_cgraph.png" border="0" usemap="#classFG__RadioButton_b1_cgraph_map" alt=""></center><map name="classFG__RadioButton_b1_cgraph_map"><area href="classFG__Object.html#b3" shape="rect" coords="501,32,651,59" alt=""><area href="classFG__Object.html#b4" shape="rect" coords="497,83,655,109" alt=""><area href="classFG__RadioButton.html#d0" shape="rect" coords="251,57,448,84" alt=""><area href="classFG__Object.html#a10" shape="rect" coords="724,32,815,59" alt=""><area href="classFG__Object.html#a20" shape="rect" coords="704,83,835,109" alt=""></map><a class="anchor" name="b2" doxytag="FG_RadioButton::OnLButtonDown" ></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_RadioButton::OnLButtonDown </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#gga14a32">FMS_LBUTTONDOWN</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__RadioButton_8cpp-source.html">FG_RadioButton.cpp</a>第<a class="el" href="FG__RadioButton_8cpp-source.html#l00107">107</a>行定义。<p>参考 <a class="el" href="group__Utility.html#gga16a41">FRN_CHECKED</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="FG__RadioButton_8cpp-source.html#l00117">UncheckGroup()</a>. </td> </tr></table><p>Here is the call graph for this function:<p><center><img src="classFG__RadioButton_b2_cgraph.png" border="0" usemap="#classFG__RadioButton_b2_cgraph_map" alt=""></center><map name="classFG__RadioButton_b2_cgraph_map"><area href="classFG__Object.html#b3" shape="rect" coords="525,32,675,59" alt=""><area href="classFG__Object.html#b4" shape="rect" coords="521,83,679,109" alt=""><area href="classFG__RadioButton.html#d0" shape="rect" coords="275,57,472,84" alt=""><area href="classFG__Object.html#a10" shape="rect" coords="748,32,839,59" alt=""><area href="classFG__Object.html#a20" shape="rect" coords="728,83,859,109" alt=""></map><a class="anchor" name="a2" doxytag="FG_RadioButton::SetChecked" ></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::SetChecked </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">bool </td> <td class="mdname1" valign="top" nowrap> <em>bChecked</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [inline]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>改变收音机按钮的选择状态
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -