?? exerciseapplication.h
字號:
/*
========================================================================
Name : ExerciseApplication.h
Author :
Copyright : Your copyright notice
Description :
========================================================================
*/
#ifndef EXERCISEAPPLICATION_H
#define EXERCISEAPPLICATION_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 KUidExerciseApplication = { 0xED40B882 };
// ]]] end generated region [Generated Constants]
/**
*
* @class CExerciseApplication ExerciseApplication.h
* @brief A CAknApplication-derived class is required by the S60 application
* framework. It is subclassed to create the application's document
* object.
*/
class CExerciseApplication : public CAknApplication
{
private:
TUid AppDllUid() const;
CApaDocument* CreateDocumentL();
};
#endif // EXERCISEAPPLICATION_H
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -