hwrmtestappapp.h
来自「平台symbian。 功能:获取系统信息。」· C头文件 代码 · 共 58 行
H
58 行
/*
* ==============================================================================
* Name : HWRMTestAppApp.h
* Part of : HWRMTestApp
* Interface :
* Description : Declares main application class.
* Version :
*
* Copyright (c) 2002-2006 Nokia Corporation.
* This material, including documentation and any related
* computer programs, is protected by copyright controlled by
* Nokia Corporation.
* ==============================================================================
*/
#ifndef HWRMTESTAPPAPP_H
#define HWRMTESTAPPAPP_H
// INCLUDES
#include <aknapp.h>
// CONSTANTS
// UID of the application
const TUid KUidHWRMTestApp = { 0xA0000185 };
// CLASS DECLARATION
/**
* CHWRMTestAppApp application class.
* Provides factory to create concrete document object.
*
* @lib HWRMTestApp.exe
* @since Series S60 3.0
*/
class CHWRMTestAppApp : public CAknApplication
{
public: // Functions from base classes
private:
/**
* From CApaApplication, creates CHWRMTestAppDocument document object.
* @return A pointer to the created document object.
*/
CApaDocument* CreateDocumentL();
/**
* From CApaApplication, returns application's UID (KUidHWRMTestApp).
* @return The value of KUidHWRMTestApp.
*/
TUid AppDllUid() const;
};
#endif
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?