⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 puttyapp.h

📁 大名鼎鼎的远程登录软件putty的Symbian版源码
💻 H
字号:
/*    puttyapp.h * * Putty UI Application class * * Copyright 2003 Sergei Khloupnov * Copyright 2002 Petteri Kangaslampi * * See license.txt for full copyright and license information.*/#ifndef __PUTTYAPP_H__#define __PUTTYAPP_H__#include <aknapp.h>#include <akndoc.h>/** * PuTTY UI Application class. Does very little, just creates the document. */class CPuttyApplication : public CAknApplication {private:    CApaDocument* CreateDocumentL();    TUid AppDllUid() const;    };#endif

⌨️ 快捷键说明

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