oandxapplication.h
来自「Symbian OS C++ 手机应用开发(第一卷)部分事例代码」· C头文件 代码 · 共 21 行
H
21 行
// Copyright (c) 2004, Symbian Software Ltd. All rights reserved.
#ifndef __OANDX_APPLICATION_H__
#define __OANDX_APPLICATION_H__
#include <aknapp.h>
// UID for the application; this should correspond to the uid defined in the mmp file
const TUid KUidOandXApp = {0x101ffabe};
class COandXApplication : public CAknApplication
{
public: // from CAknApplication
TUid AppDllUid() const;
protected: // from CAknApplication
CApaDocument* CreateDocumentL();
};
#endif // __OANDX_APPLICATION_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?