?? chinesedisplayapp.h
字號:
/*
* ============================================================================
* Name : CChineseDisplayApp from CChineseDisplayApp.h
* Part of : CChineseDisplayApp
* Created : 18.3.2003 by Forum Nokia
* Implementation notes:
* Version :
* Copyright: Nokia Corporation, 2003
* ============================================================================
*/
#ifndef CHINESE_DISPLAY_APP_APP_H
#define CHINESE_DISPLAY_APP_APP_H
#include <aknapp.h>
// UID of the application
const TUid KUidChineseDisplay = { 0x01EF0029 };
/**
* CChineseDisplayAppApp application class.
* Provides factory to create concrete document object.
*
*/
class CChineseDisplayApp : public CAknApplication
{
public: // Functions from base classes
private:
/**
* From CApaApplication, creates CChineseDisplayAppDocument document object.
* @return A pointer to the created document object.
*/
CApaDocument* CreateDocumentL();
/**
* From CApaApplication, returns application's UID (KUidCChineseDisplayApp).
* @return The value of KUidCChineseDisplayApp.
*/
TUid AppDllUid() const;
};
#endif
// End of File
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -