📄 ddbouncingball_application.h
字号:
// DDBouncingBall_Applicaton.h
// ---------------------------
//
// Copyright (c) 2002 Symbian Ltd. All rights reserved.
//
////////////////////////////////////////////////////////////////////
//
// class CDDBouncingBallApplication
//
// Derives from CAknApplication, part of the AVKON Framework.
//
// CAknApplication differs from CEikApplication in that .ini files
// are not supported, however this does not matter in this instance,
// as we are not making use of this feature.
//
////////////////////////////////////////////////////////////////////
#ifndef __DDBOUNCINGBALL_APPLICATION_H__
#define __DDBOUNCINGBALL_APPLICATION_H__
#include <aknapp.h>
class CDDBouncingBallApplication : public CAknApplication
{
public:
// from CEikApplication
TUid AppDllUid() const;
protected:
// from CEikApplication
CApaDocument* CreateDocumentL();
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -