📄 iapconnect_v20app.h
字号:
/*
* ============================================================================
* Name : CIAPConnect_v20App from IAPConnect_v20App.h
* Part of : IAPConnect_v20
* Created : 30.09.2003 by Forum Nokia
* Description:
* Application class declaration
* Version :
* Copyright: Nokia Corporation
* ============================================================================
*/
#ifndef IAPCONNECT_V20APP_H
#define IAPCONNECT_V20APP_H
// INCLUDES
#include <aknapp.h>
// CONSTANTS
// UID of the application
const TUid KUidIAPConnect_v20 = { 0x02F53EE5 };
// CLASS DECLARATION
/**
* CIAPConnect_v20App application class.
* Provides factory to create concrete document object.
*
*/
class CIAPConnect_v20App : public CAknApplication
{
public: // Functions from base classes
private: // From CApaApplication
/*
* CreateDocumentL()
*
* Creates CIAPConnect_v20Document document object
*
* Returns:
* A pointer to the created document object
*
*/
CApaDocument* CreateDocumentL();
/*
* AppDllUid()
*
* Returns application's UID
*
* Returns:
* TUid The value of KUidIAPConnect_v20
*
*/
TUid AppDllUid() const;
};
#endif
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -