📄 stackapplication.h
字号:
/*
========================================================================
Name : StackApplication.h
Author :
Copyright : Your copyright notice
Description :
========================================================================
*/
#ifndef STACKAPPLICATION_H
#define STACKAPPLICATION_H
// [[[ begin generated region: do not modify [Generated Includes]
#include <aknapp.h>
// ]]] end generated region [Generated Includes]
// [[[ begin generated region: do not modify [Generated Constants]
const TUid KUidStackApplication = { 0xEEEE9600 };
// ]]] end generated region [Generated Constants]
/**
*
* @class CStackApplication StackApplication.h
* @brief A CAknApplication-derived class is required by the S60 application
* framework. It is subclassed to create the application's document
* object.
*/
class CStackApplication : public CAknApplication
{
private:
TUid AppDllUid() const;
CApaDocument* CreateDocumentL();
};
#endif // STACKAPPLICATION_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -