欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

globalmfchelperfunc.h

vc++网络程序设计实例详解 人民邮电出版社1-2章源码
H
字号:
#ifndef GLOBALMFCHELPERFUNC_H
#define GLOBALMFCHELPERFUNC_H

class CRemoteAdminDoc;
class CRemoteAdminView;
class CMachineView;
class CMainFrame;
class CRemoteAdminApp;

namespace MFC_DocView
{
	CRemoteAdminDoc*  GetAppDocument();     // Get the application's document class pointer derived from CDocument
	CRemoteAdminView* GetRemoteAdminView(); // Get the pointer to the view in which processes are shown. 
	CMachineView*     GetMachineView();     // Get the pointer to the tree view in which connected machines are visible  
	CMainFrame*       GetMainFrame();       // Get the pointer to the main outer window  
	CRemoteAdminApp*   GetApp();			// Helps in removing the casting problem while using AfxGetApp()
}

#endif // GLOBALMFCHELPERFUNC_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -