eggclockapplication.h
来自「symbian s60环境一个鸡蛋型图像钟表源代码」· C头文件 代码 · 共 31 行
H
31 行
/*
============================================================================
Name : EggClockApplication.h
Author : Michele Berionne
Version :
Copyright :
Description : Main application class
============================================================================
*/
#ifndef __EGGCLOCKAPPLICATION_H__
#define __EGGCLOCKAPPLICATION_H__
// INCLUDES
#include <aknapp.h>
// CLASS DECLARATION
class CEggClockApplication : public CAknApplication
{
public: // Functions from base classes
TUid AppDllUid() const;
protected: // Functions from base classes
CApaDocument* CreateDocumentL();
};
#endif // __EGGCLOCKAPPLICATION_H__
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?