📄 bluetoothpmpexampledocument.h
字号:
/*
* ============================================================================
* Name : CBluetoothPMPExampleDocument from BluetoothPMPExampleDocument.h
* Part of : BluetoothPMPExample
* Created : 06.06.2006 by Forum Nokia
* Description:
* Declares document for application.
* Version :
* Copyright: Nokia Corporation
* ============================================================================
*/
#ifndef BLUETOOTHPMPEXAMPLEDOCUMENT_H
#define BLUETOOTHPMPEXAMPLEDOCUMENT_H
// INCLUDES
#include <akndoc.h>
// CONSTANTS
// FORWARD DECLARATIONS
class CEikAppUi;
// CLASS DECLARATION
/**
* CBluetoothPMPExampleDocument application class.
*/
class CBluetoothPMPExampleDocument : public CAknDocument
{
public: // Constructors and destructor
/**
* Two-phased constructor.
*/
static CBluetoothPMPExampleDocument* NewL(CEikApplication& aApp);
/**
* Destructor.
*/
virtual ~CBluetoothPMPExampleDocument();
public: // New functions
protected: // New functions
protected: // Functions from base classes
private:
/**
* EPOC default constructor.
*/
CBluetoothPMPExampleDocument(CEikApplication& aApp);
void ConstructL();
private:
/**
* From CEikDocument, create CBluetoothPMPExampleAppUi "App UI" object.
*/
CEikAppUi* CreateAppUiL();
};
#endif
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -