📄 classfg__container.html
字号:
true 成功<br> false 失败 </dd></dl><p>在文件<a class="el" href="FG__Container_8cpp-source.html">FG_Container.cpp</a>第<a class="el" href="FG__Container_8cpp-source.html#l00059">59</a>行定义。<p>参考 <a class="el" href="FG__List_8h-source.html#l00720">FG_BList< ITEM >::Add()</a>、<a class="el" href="FG__Container_8h-source.html#l00122">m_ObjectList</a>及<a class="el" href="FG__Object_8h-source.html#l00153">FG_Object::Parent()</a>.<p>参考自 <a class="el" href="FG__Window_8cpp-source.html#l00063">FG_Window::AddWidget()</a>及<a class="el" href="FG__Screen_8cpp-source.html#l00119">FG_Screen::AddWindow()</a>. </td> </tr></table><p>Here is the call graph for this function:<p><center><img src="classFG__Container_b0_cgraph.png" border="0" usemap="#classFG__Container_b0_cgraph_map" alt=""></center><map name="classFG__Container_b0_cgraph_map"><area href="classFG__BList.html#a6" shape="rect" coords="227,6,320,33" alt=""><area href="classFG__Object.html#a11" shape="rect" coords="215,57,332,84" alt=""></map><a class="anchor" name="a3" doxytag="FG_Container::GetChild" ></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__Object.html">FG_Object</a> * FG_Container::GetChild </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">const <a class="el" href="group__Utility.html#ga1">WORD</a> </td> <td class="mdname1" valign="top" nowrap> <em>wID</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap> const</td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>得到标识为wID的子窗口元素的指针 <p><dl compact><dt><b>参数:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign=top><em>wID</em> </td><td>要查找的子窗口元素的唯一标识 </td></tr> </table></dl><dl compact><dt><b>返回:</b></dt><dd>找到的子窗口元素的指针,<a class="el" href="group__Utility.html#ga11">NULL</a>表示未找到 </dd></dl><p>在文件<a class="el" href="FG__Container_8cpp-source.html">FG_Container.cpp</a>第<a class="el" href="FG__Container_8cpp-source.html#l00047">47</a>行定义。<p>参考 <a class="el" href="FG__List_8h-source.html#l00866">FG_ListFind_If()</a>、<a class="el" href="FG__List_8h-source.html#l00693">FG_BList< ITEM >::First()</a>、<a class="el" href="FG__Container_8h-source.html#l00122">m_ObjectList</a>、<a class="el" href="FG__Common_8h-source.html#l00046">NULL</a>及<a class="el" href="FG__Common_8h-source.html#l00055">WORD</a>.<p>参考自 <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>及<a class="el" href="FG__Window_8cpp-source.html#l00126">FG_Window::RegisterKey()</a>. </td> </tr></table><p>Here is the call graph for this function:<p><center><img src="classFG__Container_a3_cgraph.png" border="0" usemap="#classFG__Container_a3_cgraph_map" alt=""></center><map name="classFG__Container_a3_cgraph_map"><area href="group__Utility.html#ga10" shape="rect" coords="214,6,308,33" alt=""><area href="classFG__BList.html#a3" shape="rect" coords="213,57,309,84" alt=""><area href="classFG__ListCheck.html#a0" shape="rect" coords="358,6,489,33" alt=""></map><a class="anchor" name="b3" doxytag="FG_Container::GetMessageMap" ></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> * FG_Container::GetMessageMap </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap> const<code> [protected, virtual]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>得到本类的消息映射表指针 <p>虚函数,派生类覆盖该函数,来返回自己的消息映射表指针,通过宏<a class="el" href="group__MsgMap__Define.html#ga1">BEGIN_MESSAGE_MAP</a>生成 <dl compact><dt><b>返回:</b></dt><dd>本类的消息映射表指针 </dd></dl><p>重载<a class="el" href="classFG__Object.html#b5">FG_Object</a>。<p>被<a class="el" href="classMainWindow.html#b7">MainWindow</a>、<a class="el" href="classWin1.html#b5">Win1</a>、<a class="el" href="classWin2.html#b2">Win2</a>、<a class="el" href="classFG__Screen.html#b5">FG_Screen</a>及<a class="el" href="classFG__Window.html#b5">FG_Window</a>重载。<p>在文件<a class="el" href="FG__Container_8cpp-source.html">FG_Container.cpp</a>第<a class="el" href="FG__Container_8cpp-source.html#l00043">43</a>行定义。 </td> </tr></table><a class="anchor" name="b2" doxytag="FG_Container::RemoveAllChild" ></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_Container::RemoveAllChild </td> <td class="md" valign="top">( </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>删除所有的子窗口元素. <p><p>在文件<a class="el" href="FG__Container_8cpp-source.html">FG_Container.cpp</a>第<a class="el" href="FG__Container_8cpp-source.html#l00076">76</a>行定义。<p>参考 <a class="el" href="FG__List_8h-source.html#l00693">FG_BList< ITEM >::First()</a>、<a class="el" href="FG__Container_8h-source.html#l00122">m_ObjectList</a>及<a class="el" href="FG__List_8h-source.html#l00792">FG_BList< ITEM >::RemoveAll()</a>.<p>参考自 <a class="el" href="FG__Container_8h-source.html#l00080">~FG_Container()</a>. </td> </tr></table><p>Here is the call graph for this function:<p><center><img src="classFG__Container_b2_cgraph.png" border="0" usemap="#classFG__Container_b2_cgraph_map" alt=""></center><map name="classFG__Container_b2_cgraph_map"><area href="classFG__BList.html#a3" shape="rect" coords="270,6,366,33" alt=""><area href="classFG__BList.html#a8" shape="rect" coords="253,57,384,84" alt=""></map><a class="anchor" name="b1" doxytag="FG_Container::RemoveChild" ></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_Container::RemoveChild </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top"><a class="el" href="classFG__Object.html">FG_Object</a> *const </td> <td class="mdname1" valign="top" nowrap> <em>pChild</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>删除一个子窗口元素. <p><dl compact><dt><b>参数:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign=top><em>pChild</em> </td><td>要删除的子窗口元素的指针 </td></tr> </table></dl><dl compact><dt><b>返回:</b></dt><dd>bool 删除操作是否成功<br> true 成功<br> false 失败 </dd></dl><p>在文件<a class="el" href="FG__Container_8cpp-source.html">FG_Container.cpp</a>第<a class="el" href="FG__Container_8cpp-source.html#l00068">68</a>行定义。<p>参考 <a class="el" href="FG__Container_8h-source.html#l00122">m_ObjectList</a>及<a class="el" href="FG__List_8h-source.html#l00710">FG_BList< ITEM >::Remove()</a>.<p>参考自 <a class="el" href="FG__Window_8cpp-source.html#l00078">FG_Window::RemoveWidget()</a>及<a class="el" href="FG__Screen_8cpp-source.html#l00140">FG_Screen::RemoveWindow()</a>. </td> </tr></table><p>Here is the call graph for this function:<p><center><img src="classFG__Container_b1_cgraph.png" border="0" usemap="#classFG__Container_b1_cgraph_map" alt=""></center><map name="classFG__Container_b1_cgraph_map"><area href="classFG__BList.html#a5" shape="rect" coords="236,7,353,33" alt=""></map><hr><h2>成员数据文档</h2><a class="anchor" name="v0" doxytag="FG_Container::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__Container.html#v0">FG_Container::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__Object.html#v0">FG_Object</a>。<p>被<a class="el" href="classMainWindow.html#v0">MainWindow</a>、<a class="el" href="classWin1.html#v0">Win1</a>、<a class="el" href="classWin2.html#v0">Win2</a>、<a class="el" href="classFG__Screen.html#v1">FG_Screen</a>及<a class="el" href="classFG__Window.html#v0">FG_Window</a>重载。<p>在文件<a class="el" href="FG__Container_8cpp-source.html">FG_Container.cpp</a>第<a class="el" href="FG__Container_8cpp-source.html#l00043">43</a>行定义。 </td> </tr></table><a class="anchor" name="t0" doxytag="FG_Container::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__Container.html#t0">FG_Container::m_MsgMap</a> = { & <a class="el" href="classFG__Object.html">FG_Object</a> ::<a class="el" href="classFG__Container.html#t0">m_MsgMap</a>, & <a class="el" href="classFG__Container.html">FG_Container</a> ::<a class="el" href="classFG__Container.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__Object.html#t0">FG_Object</a>。<p>被<a class="el" href="classMainWindow.html#t0">MainWindow</a>、<a class="el" href="classWin1.html#t0">Win1</a>、<a class="el" href="classWin2.html#t0">Win2</a>、<a class="el" href="classFG__Screen.html#t0">FG_Screen</a>及<a class="el" href="classFG__Window.html#t0">FG_Window</a>重载。<p>在文件<a class="el" href="FG__Container_8cpp-source.html">FG_Container.cpp</a>第<a class="el" href="FG__Container_8cpp-source.html#l00043">43</a>行定义。 </td> </tr></table><a class="anchor" name="p0" doxytag="FG_Container::m_ObjectList" ></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__BList.html">FG_OBJECTLIST</a> <a class="el" href="classFG__Container.html#p0">FG_Container::m_ObjectList</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__Container_8h-source.html">FG_Container.h</a>第<a class="el" href="FG__Container_8h-source.html#l00122">122</a>行定义。<p>参考自 <a class="el" href="FG__Container_8cpp-source.html#l00059">AddChild()</a>、<a class="el" href="FG__Container_8cpp-source.html#l00047">GetChild()</a>、<a class="el" href="FG__Container_8cpp-source.html#l00076">RemoveAllChild()</a>及<a class="el" href="FG__Container_8cpp-source.html#l00068">RemoveChild()</a>. </td> </tr></table><hr>该类的文档由以下文件生成:<ul><li><a class="el" href="FG__Container_8h-source.html">FG_Container.h</a><li><a class="el" href="FG__Container_8cpp-source.html">FG_Container.cpp</a></ul><hr><center>由 DoxyGen 1.3.6 于 Wed Jun 9 22:38:26 2004 生成<br>版权所有 (C) 2003,2004 王咏武</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -