?? oandxapplication.h
字號:
// Copyright (c) 2004 - 2006, Symbian Software Ltd. All rights reserved.
#ifndef OANDXAPPLICATION_H
#define OANDXAPPLICATION_H
#include <aknapp.h>
#include <eikstart.h>
/** Application UID should correspond to UID3 (SECUREID) in the MMP file. */
const TUid KUidOandXApp = {0xE04E4143}; // e0 'N' 'A' 'C'
class COandXApplication : public CAknApplication
/**
Standard application class tells the application framework
this app's UID and creates the document object.
*/
{
public:
// implement CApaApplication
virtual TUid AppDllUid() const;
// implement CApaApplication, override CEikApplication
virtual CApaDocument* CreateDocumentL();
};
#endif // OANDXAPPLICATION_H
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -