📄 classfg__textwidget.html
字号:
重载<a class="el" href="classFG__Widget.html#b0">FG_Widget</a>。<p>被<a class="el" href="classMyButton.html#b1">MyButton</a>、<a class="el" href="classFG__Bitmap.html#b1">FG_Bitmap</a>、<a class="el" href="classFG__Button.html#b6">FG_Button</a>、<a class="el" href="classFG__CheckBox.html#b3">FG_CheckBox</a>、<a class="el" href="classFG__Edit.html#b5">FG_Edit</a>、<a class="el" href="classFG__Group.html#b1">FG_Group</a>、<a class="el" href="classFG__Label.html#b1">FG_Label</a>及<a class="el" href="classFG__RadioButton.html#b3">FG_RadioButton</a>重载。<p>在文件<a class="el" href="FG__TextWidget_8cpp-source.html">FG_TextWidget.cpp</a>第<a class="el" href="FG__TextWidget_8cpp-source.html#l00042">42</a>行定义。 </td> </tr></table><a class="anchor" name="a1" doxytag="FG_TextWidget::GetText" ></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"> char* FG_TextWidget::GetText </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> const<code> [inline]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>得到该控件的文本 <p><dl compact><dt><b>返回:</b></dt><dd>该控件的文本 </dd></dl><p>在文件<a class="el" href="FG__TextWidget_8h-source.html">FG_TextWidget.h</a>第<a class="el" href="FG__TextWidget_8h-source.html#l00069">69</a>行定义。<p>参考 <a class="el" href="FG__String_8h-source.html#l00082">FG_String::DataGet()</a>及<a class="el" href="FG__TextWidget_8h-source.html#l00097">m_Text</a>.<p>参考自 <a class="el" href="FG__Edit_8cpp-source.html#l00191">FG_Edit::DeleteChar()</a>、<a class="el" href="FG__TextWidget_8cpp-source.html#l00046">DrawTextFocus()</a>、<a class="el" href="FG__Edit_8cpp-source.html#l00174">FG_Edit::InsertChar()</a>、<a class="el" href="MyButton_8cpp-source.html#l00047">MyButton::OnDraw()</a>、<a class="el" href="FG__RadioButton_8cpp-source.html#l00064">FG_RadioButton::OnDraw()</a>、<a class="el" href="FG__Label_8cpp-source.html#l00047">FG_Label::OnDraw()</a>、<a class="el" href="FG__Group_8cpp-source.html#l00047">FG_Group::OnDraw()</a>、<a class="el" href="FG__Edit_8cpp-source.html#l00073">FG_Edit::OnDraw()</a>、<a class="el" href="FG__CheckBox_8cpp-source.html#l00049">FG_CheckBox::OnDraw()</a>、<a class="el" href="FG__Button_8cpp-source.html#l00053">FG_Button::OnDraw()</a>及<a class="el" href="FG__Bitmap_8cpp-source.html#l00047">FG_Bitmap::OnDraw()</a>. </td> </tr></table><p>Here is the call graph for this function:<p><center><img src="classFG__TextWidget_a1_cgraph.png" border="0" usemap="#classFG__TextWidget_a1_cgraph_map" alt=""></center><map name="classFG__TextWidget_a1_cgraph_map"><area href="classFG__String.html#a4" shape="rect" coords="217,7,340,33" alt=""></map><a class="anchor" name="a2" doxytag="FG_TextWidget::SetText" ></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_TextWidget::SetText </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">char *const </td> <td class="mdname1" valign="top" nowrap> <em>Text</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>设置该控件的文本. <p>需要重画该控件 <dl compact><dt><b>参数:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign=top><em>Text</em> </td><td>要设置的文本 </td></tr> </table></dl><p>在文件<a class="el" href="FG__TextWidget_8h-source.html">FG_TextWidget.h</a>第<a class="el" href="FG__TextWidget_8h-source.html#l00077">77</a>行定义。<p>参考 <a class="el" href="FG__String_8cpp-source.html#l00086">FG_String::DataSet()</a>、<a class="el" href="FG__TextWidget_8h-source.html#l00097">m_Text</a>及<a class="el" href="FG__Object_8cpp-source.html#l00239">FG_Object::RequestDraw()</a>.<p>参考自 <a class="el" href="FG__Edit_8cpp-source.html#l00174">FG_Edit::InsertChar()</a>、<a class="el" href="MainWindow_8cpp-source.html#l00153">MainWindow::OnCheckChanged()</a>、<a class="el" href="MainWindow_8cpp-source.html#l00202">MainWindow::OnFactory()</a>、<a class="el" href="MainWindow_8cpp-source.html#l00142">MainWindow::OnRadioChecked()</a>、<a class="el" href="Win1_8cpp-source.html#l00126">Win1::OnTimer()</a>及<a class="el" href="MainWindow_8cpp-source.html#l00235">MainWindow::OnTimer()</a>. </td> </tr></table><p>Here is the call graph for this function:<p><center><img src="classFG__TextWidget_a2_cgraph.png" border="0" usemap="#classFG__TextWidget_a2_cgraph_map" alt=""></center><map name="classFG__TextWidget_a2_cgraph_map"><area href="classFG__String.html#a3" shape="rect" coords="235,7,357,33" alt=""><area href="classFG__Object.html#b4" shape="rect" coords="217,57,375,84" alt=""><area href="classFG__Object.html#a20" shape="rect" coords="424,57,555,84" alt=""><area href="group__OSAdaptor.html#ga1" shape="rect" coords="655,7,753,33" alt=""><area href="structFG__MSGMAP.html#a0" shape="rect" coords="604,57,804,84" alt=""><area href="classFG__Object.html#b5" shape="rect" coords="615,108,793,135" alt=""></map><a class="anchor" name="a3" doxytag="FG_TextWidget::TextLength" ></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="group__Utility.html#ga1">WORD</a> FG_TextWidget::TextLength </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> const<code> [inline]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>得到该控件的文本的长度 <p><dl compact><dt><b>返回:</b></dt><dd>该控件的文本的长度 </dd></dl><p>在文件<a class="el" href="FG__TextWidget_8h-source.html">FG_TextWidget.h</a>第<a class="el" href="FG__TextWidget_8h-source.html#l00084">84</a>行定义。<p>参考 <a class="el" href="FG__String_8h-source.html#l00089">FG_String::Length()</a>、<a class="el" href="FG__TextWidget_8h-source.html#l00097">m_Text</a>及<a class="el" href="FG__Common_8h-source.html#l00055">WORD</a>.<p>参考自 <a class="el" href="FG__Edit_8cpp-source.html#l00191">FG_Edit::DeleteChar()</a>、<a class="el" href="FG__Edit_8cpp-source.html#l00174">FG_Edit::InsertChar()</a>、<a class="el" href="MyButton_8cpp-source.html#l00047">MyButton::OnDraw()</a>、<a class="el" href="FG__RadioButton_8cpp-source.html#l00064">FG_RadioButton::OnDraw()</a>、<a class="el" href="FG__Label_8cpp-source.html#l00047">FG_Label::OnDraw()</a>、<a class="el" href="FG__Group_8cpp-source.html#l00047">FG_Group::OnDraw()</a>、<a class="el" href="FG__CheckBox_8cpp-source.html#l00049">FG_CheckBox::OnDraw()</a>、<a class="el" href="FG__Button_8cpp-source.html#l00053">FG_Button::OnDraw()</a>、<a class="el" href="FG__Bitmap_8cpp-source.html#l00047">FG_Bitmap::OnDraw()</a>及<a class="el" href="FG__Edit_8cpp-source.html#l00108">FG_Edit::OnKeyDown()</a>. </td> </tr></table><p>Here is the call graph for this function:<p><center><img src="classFG__TextWidget_a3_cgraph.png" border="0" usemap="#classFG__TextWidget_a3_cgraph_map" alt=""></center><map name="classFG__TextWidget_a3_cgraph_map"><area href="classFG__String.html#a5" shape="rect" coords="236,7,351,33" alt=""></map><hr><h2>成员数据文档</h2><a class="anchor" name="v0" doxytag="FG_TextWidget::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__TextWidget.html#v0">FG_TextWidget::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> {{ 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__Widget.html#v0">FG_Widget</a>。<p>被<a class="el" href="classMyButton.html#v0">MyButton</a>、<a class="el" href="classFG__Bitmap.html#v0">FG_Bitmap</a>、<a class="el" href="classFG__Button.html#v0">FG_Button</a>、<a class="el" href="classFG__CheckBox.html#v0">FG_CheckBox</a>、<a class="el" href="classFG__Edit.html#v0">FG_Edit</a>、<a class="el" href="classFG__Group.html#v0">FG_Group</a>、<a class="el" href="classFG__Label.html#v0">FG_Label</a>及<a class="el" href="classFG__RadioButton.html#v0">FG_RadioButton</a>重载。<p>在文件<a class="el" href="FG__TextWidget_8cpp-source.html">FG_TextWidget.cpp</a>第<a class="el" href="FG__TextWidget_8cpp-source.html#l00042">42</a>行定义。 </td> </tr></table><a class="anchor" name="t0" doxytag="FG_TextWidget::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__TextWidget.html#t0">FG_TextWidget::m_MsgMap</a> = { & <a class="el" href="classFG__Widget.html">FG_Widget</a> ::<a class="el" href="classFG__TextWidget.html#t0">m_MsgMap</a>, & <a class="el" href="classFG__TextWidget.html">FG_TextWidget</a> ::<a class="el" href="classFG__TextWidget.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__Widget.html#t0">FG_Widget</a>。<p>被<a class="el" href="classMyButton.html#t0">MyButton</a>、<a class="el" href="classFG__Bitmap.html#t0">FG_Bitmap</a>、<a class="el" href="classFG__Button.html#t0">FG_Button</a>、<a class="el" href="classFG__CheckBox.html#t0">FG_CheckBox</a>、<a class="el" href="classFG__Edit.html#t0">FG_Edit</a>、<a class="el" href="classFG__Group.html#t0">FG_Group</a>、<a class="el" href="classFG__Label.html#t0">FG_Label</a>及<a class="el" href="classFG__RadioButton.html#t0">FG_RadioButton</a>重载。<p>在文件<a class="el" href="FG__TextWidget_8cpp-source.html">FG_TextWidget.cpp</a>第<a class="el" href="FG__TextWidget_8cpp-source.html#l00042">42</a>行定义。 </td> </tr></table><a class="anchor" name="p0" doxytag="FG_TextWidget::m_Text" ></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__String.html">FG_String</a> <a class="el" href="classFG__TextWidget.html#p0">FG_TextWidget::m_Text</a><code> [protected]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>该控件中保存的文本 <p><p>在文件<a class="el" href="FG__TextWidget_8h-source.html">FG_TextWidget.h</a>第<a class="el" href="FG__TextWidget_8h-source.html#l00097">97</a>行定义。<p>参考自 <a class="el" href="FG__TextWidget_8h-source.html#l00060">FG_TextWidget()</a>、<a class="el" href="FG__TextWidget_8h-source.html#l00069">GetText()</a>、<a class="el" href="FG__TextWidget_8h-source.html#l00077">SetText()</a>及<a class="el" href="FG__TextWidget_8h-source.html#l00084">TextLength()</a>. </td> </tr></table><hr>该类的文档由以下文件生成:<ul><li><a class="el" href="FG__TextWidget_8h-source.html">FG_TextWidget.h</a><li><a class="el" href="FG__TextWidget_8cpp-source.html">FG_TextWidget.cpp</a></ul><hr><center>由 DoxyGen 1.3.6 于 Wed Jun 9 22:37:02 2004 生成<br>版权所有 (C) 2003,2004 王咏武</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -