(转)doc类,view类,frame类之间互相调用 作者:Fansy2000 (顶顶)

(转)doc类,view类,frame类之间互相调用
作者:Fansy2000   (顶顶)  


 访问应用程序的其它类   
    
 获得CWinApp:  
  -在CMainFrame,CChildFrame,CDocument,CView中直接调用AfxGetApp()或用theApp  
  -在其它类中只能用AfxGetApp()  
   
  获得CMainFrame:  
  -在CMinApp中用AfxGetMainWnd()或者m_pMainWnd  
  -在CChildFrame中可用GetParentFrame()  
  -在其它类中用AfxGetMainWnd()  
   
  获得CChildFrame:  
  -在CView中用GetParentFrame()  
  -在CMainFrame中用MDIGetActive()或GetActiveFrame()  
  -在其它类中用AfxGetMainWnd()->MDIGetActive()或AfxGetMainWnd()->GetActiveFrame()  
   
  获得CDocument:  
  -在CView中用GetDocument()  
  -在CChildFrame中用GetActiveView()->GetDocument()  
  -在CMainFrame中用  
  -if   SDI:GetActiveView()->GetDocument()  
  -if   MDI:MDIGetActive()->GetActiveView()->GetDocument()  
  -在其它类中  
  -if   SDI:AfxGetMainWnd()->GetActiveView()->GetDocument()  
  -if   MDI:AfxGetMainWnd()->MDIGetActive()->GetActiveView()->GetDocument()  
   
  获得CView:  
  -在CDocument中   POSITION   pos   =   GetFirstViewPosition();GetNextView(pos)  
  -在CChildFrame中   GetActiveView()  
  -在CMainFrame中  
  -if   SDI:GetActiveView()  
  -if   MDI:MDIGetActive()->GetActiveView()  
  -在其它类中  
  -if   SDI:AfxGetMainWnd()->GetActiveView()  
  -if   MDI:AfxGetMainWnd()->MDIGetActive()->GetActiveView() 

posted on 2011-07-30 20:09 tiger7 阅读(380) 评论(0)  编辑 收藏 引用 所属分类: VC


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理


<2024年11月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
1234567

导航

统计

公告

welcome to tiger's blog.

常用链接

留言簿

文章分类

文章档案

搜索

最新评论