?? 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 + -