globalmfchelperfunc.h

来自「TransferFiles_demo对话框程序」· C头文件 代码 · 共 19 行

H
19
字号
#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 + =
减小字号Ctrl + -
显示快捷键?