📄 celliddetectordocument.h
字号:
/*
========================================================================
Name : CellidDetectorDocument.h
Author : Hatma Suryotrisongko
Copyright : www.hatma.info
Description :
========================================================================
*/
#ifndef CELLIDDETECTORDOCUMENT_H
#define CELLIDDETECTORDOCUMENT_H
#include <akndoc.h>
class CEikAppUi;
/**
* @class CCellidDetectorDocument CellidDetectorDocument.h
* @brief A CAknDocument-derived class is required by the S60 application
* framework. It is responsible for creating the AppUi object.
*/
class CCellidDetectorDocument : public CAknDocument
{
public:
// constructor
static CCellidDetectorDocument* NewL( CEikApplication& aApp );
private:
// constructors
CCellidDetectorDocument( CEikApplication& aApp );
void ConstructL();
public:
// from base class CEikDocument
CEikAppUi* CreateAppUiL();
};
#endif // CELLIDDETECTORDOCUMENT_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -