📄 classfg__screen.html
字号:
</table><p>Here is the call graph for this function:<p><center><img src="classFG__Screen_b1_cgraph.png" border="0" usemap="#classFG__Screen_b1_cgraph_map" alt=""></center><map name="classFG__Screen_b1_cgraph_map"><area href="classFG__Screen.html#b2" shape="rect" coords="228,108,401,135" alt=""><area href="classFG__Object.html#b1" shape="rect" coords="249,209,380,236" alt=""><area href="classFG__OSAdaptor.html#a3" shape="rect" coords="453,7,621,33" alt=""><area href="classFG__OSAdaptor.html#a4" shape="rect" coords="458,57,616,84" alt=""><area href="group__OSAdaptor.html#ga1" shape="rect" coords="488,108,586,135" alt=""><area href="classFG__Object.html#b6" shape="rect" coords="474,159,600,185" alt=""><area href="group__Framework.html#ga0" shape="rect" coords="469,209,605,236" alt=""><area href="classFG__TimerManager.html#a1" shape="rect" coords="450,260,624,287" alt=""></map><a class="anchor" name="a2" doxytag="FG_Screen::OSMessage" ></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_Screen::OSMessage </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> [virtual]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>用于接收系统消息的接口. <p>注册为操作系统的接收者的对象通过该接口来接收系统消息 <p>Implements <a class="el" href="classFG__OSMsgObserver.html#a1">FG_OSMsgObserver</a>.<p>在文件<a class="el" href="FG__Screen_8cpp-source.html">FG_Screen.cpp</a>第<a class="el" href="FG__Screen_8cpp-source.html#l00159">159</a>行定义。<p>参考 <a class="el" href="FG__Screen_8cpp-source.html#l00195">DrawAllWindow()</a>、<a class="el" href="group__Utility.html#gga12a19">FG_MSG_DRAW</a>、<a class="el" href="group__Utility.html#gga12a20">FG_MSG_KEY</a>、<a class="el" href="group__Utility.html#gga12a21">FG_MSG_MOUSE</a>、<a class="el" href="FG__Message_8h-source.html#l00201">FG_Message::Point</a>及<a class="el" href="FG__Message_8h-source.html#l00192">FG_Message::wType</a>. </td> </tr></table><p>Here is the call graph for this function:<p><center><img src="classFG__Screen_a2_cgraph.png" border="0" usemap="#classFG__Screen_a2_cgraph_map" alt=""></center><map name="classFG__Screen_a2_cgraph_map"><area href="classFG__Screen.html#b2" shape="rect" coords="220,83,393,109" alt=""><area href="classFG__OSAdaptor.html#a3" shape="rect" coords="441,7,609,33" alt=""><area href="classFG__OSAdaptor.html#a4" shape="rect" coords="446,57,604,84" alt=""><area href="group__OSAdaptor.html#ga1" shape="rect" coords="476,108,574,135" alt=""><area href="classFG__Object.html#b6" shape="rect" coords="462,159,588,185" alt=""></map><a class="anchor" name="a1" doxytag="FG_Screen::RemoveWindow" ></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_Screen::RemoveWindow </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top"><a class="el" href="classFG__Window.html">FG_Window</a> * </td> <td class="mdname1" valign="top" nowrap> <em>pWindow</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>从屏幕上删除一个窗口 <p>代理调用<a class="el" href="classFG__Container.html#b1">FG_Container::RemoveChild</a>,需要发送焦点切换消息 <dl compact><dt><b>参数:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign=top><em>pWindow</em> </td><td>要删除的窗口对象的指针 </td></tr> </table></dl><dl compact><dt><b>返回:</b></dt><dd>删除操作是否成功 true 成功 false 失败 </dd></dl><p>在文件<a class="el" href="FG__Screen_8cpp-source.html">FG_Screen.cpp</a>第<a class="el" href="FG__Screen_8cpp-source.html#l00140">140</a>行定义。<p>参考 <a class="el" href="FG__Screen_8cpp-source.html#l00195">DrawAllWindow()</a>、<a class="el" href="group__Utility.html#gga15a35">FFS_GET</a>、<a class="el" href="group__Utility.html#gga12a25">FG_MSG_FOCUS</a>及<a class="el" href="FG__Container_8cpp-source.html#l00068">FG_Container::RemoveChild()</a>.<p>参考自 <a class="el" href="Win2_8cpp-source.html#l00122">Win2::OnCancel()</a>、<a class="el" href="Win1_8cpp-source.html#l00120">Win1::OnClose()</a>、<a class="el" href="MainWindow_8cpp-source.html#l00202">MainWindow::OnFactory()</a>及<a class="el" href="Win2_8cpp-source.html#l00116">Win2::OnOK()</a>. </td> </tr></table><p>Here is the call graph for this function:<p><center><img src="classFG__Screen_a1_cgraph.png" border="0" usemap="#classFG__Screen_a1_cgraph_map" alt=""></center><map name="classFG__Screen_a1_cgraph_map"><area href="classFG__Screen.html#b2" shape="rect" coords="241,108,415,134" alt=""><area href="classFG__Container.html#b1" shape="rect" coords="243,184,413,210" alt=""><area href="classFG__OSAdaptor.html#a3" shape="rect" coords="463,6,631,33" alt=""><area href="classFG__OSAdaptor.html#a4" shape="rect" coords="468,57,625,84" alt=""><area href="group__OSAdaptor.html#ga1" shape="rect" coords="497,108,596,134" alt=""><area href="classFG__Object.html#b6" shape="rect" coords="484,158,609,185" alt=""><area href="classFG__BList.html#a5" shape="rect" coords="488,209,605,236" alt=""></map><a class="anchor" name="a4" doxytag="FG_Screen::SetFactory" ></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_Screen::SetFactory </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top"><a class="el" href="classFG__Factory.html">FG_Factory</a> * </td> <td class="mdname1" valign="top" nowrap> <em>pFactory</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap></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>pFactory</em> </td><td>要设置的工厂对象的指针 </td></tr> </table></dl><p>在文件<a class="el" href="FG__Screen_8cpp-source.html">FG_Screen.cpp</a>第<a class="el" href="FG__Screen_8cpp-source.html#l00085">85</a>行定义。<p>参考 <a class="el" href="FG__Screen_8h-source.html#l00145">m_pFactory</a>.<p>参考自 <a class="el" href="FG__Screen_8cpp-source.html#l00069">FG_SetFactory()</a>. </td> </tr></table><hr><h2>成员数据文档</h2><a class="anchor" name="v1" doxytag="FG_Screen::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__Screen.html#v1">FG_Screen::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#gga12a24">FG_MSG_DRAW_REQUEST</a>, 0, 0, (<a class="code" href="group__MsgHandler__Type.html#ga0">FG_PMSG_vv</a>)(<a class="code" href="group__MsgHandler__Type.html#ga2">FG_PMSG_vm</a>)& <a class="code" href="classFG__Screen.html#b0">FG_Screen::OnDrawRequest</a> }, { <a class="code" href="group__Utility.html#gga12a22">FG_MSG_TIMER</a>, <a class="code" href="classFG__Screen.html#y1y0">TIMERID_DRAW</a> , 0, (<a class="code" href="group__MsgHandler__Type.html#ga0">FG_PMSG_vv</a>)& <a class="code" href="classFG__Screen.html#b1">FG_Screen::OnDrawTimer</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__Container.html#v0">FG_Container</a>。<p>在文件<a class="el" href="FG__Screen_8cpp-source.html">FG_Screen.cpp</a>第<a class="el" href="FG__Screen_8cpp-source.html#l00051">51</a>行定义。 </td> </tr></table><a class="anchor" name="t0" doxytag="FG_Screen::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__Screen.html#t0">FG_Screen::m_MsgMap</a> = { & <a class="el" href="classFG__Container.html">FG_Container</a> ::<a class="el" href="classFG__Screen.html#t0">m_MsgMap</a>, & <a class="el" href="classFG__Screen.html">FG_Screen</a> ::<a class="el" href="classFG__Screen.html#v1">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__Container.html#t0">FG_Container</a>。<p>在文件<a class="el" href="FG__Screen_8cpp-source.html">FG_Screen.cpp</a>第<a class="el" href="FG__Screen_8cpp-source.html#l00051">51</a>行定义。 </td> </tr></table><a class="anchor" name="p0" doxytag="FG_Screen::m_pFactory" ></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__Factory.html">FG_Factory</a>* <a class="el" href="classFG__Screen.html#p0">FG_Screen::m_pFactory</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__Screen_8h-source.html">FG_Screen.h</a>第<a class="el" href="FG__Screen_8h-source.html#l00145">145</a>行定义。<p>参考自 <a class="el" href="FG__Screen_8cpp-source.html#l00101">FG_Screen()</a>、<a class="el" href="FG__Screen_8h-source.html#l00099">GetFactory()</a>、<a class="el" href="FG__Screen_8cpp-source.html#l00085">SetFactory()</a>及<a class="el" href="FG__Screen_8cpp-source.html#l00113">~FG_Screen()</a>. </td> </tr></table><a class="anchor" name="v0" doxytag="FG_Screen::m_pScreen" ></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__Screen.html">FG_Screen</a> * <a class="el" href="classFG__Screen.html#v0">FG_Screen::m_pScreen</a> = 0<code> [static, private]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>指向唯一的屏幕类的实例对象的指针,用于实现单件类. <p><p>在文件<a class="el" href="FG__Screen_8cpp-source.html">FG_Screen.cpp</a>第<a class="el" href="FG__Screen_8cpp-source.html#l00057">57</a>行定义。<p>参考自 <a class="el" href="FG__Screen_8cpp-source.html#l00094">DeleteScreen()</a>及<a class="el" href="FG__Screen_8cpp-source.html#l00075">GetScreen()</a>. </td> </tr></table><hr>该类的文档由以下文件生成:<ul><li><a class="el" href="FG__Screen_8h-source.html">FG_Screen.h</a><li><a class="el" href="FG__Screen_8cpp-source.html">FG_Screen.cpp</a></ul><hr><center>由 DoxyGen 1.3.6 于 Wed Jun 9 22:37:20 2004 生成<br>版权所有 (C) 2003,2004 王咏武</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -