📄 iapplication.h
字号:
//IApplication.h
/*
* Copyright (c) 2005 Alexey Shalnov
* All Rights Reserved
*
* http://home.arcor.de/alexeyshalnov/home/
*/
// Interface to hosted MFC Application from extern Framework
#pragma once
#include "IFramework.h"
class IApplication
{
public:
// get Framework main window handle
virtual BOOL AttachApplication(IFramework* framework)=0;
virtual BOOL DetachApplication()=0;
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -