📄 globalmfchelperfunc.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 + -