camerawrapperexampledocument.h
来自「This Symbian C++ code example demonstrat」· C头文件 代码 · 共 41 行
H
41 行
/*
* Copyright (c) 2009 Nokia Corporation.
*/
#ifndef __CAMERAWRAPPEREXAMPLEDOCUMENT_h__
#define __CAMERAWRAPPEREXAMPLEDOCUMENT_h__
// INCLUDES
#include <akndoc.h>
// FORWARD DECLARATIONS
class CCameraWrapperExampleAppUi;
class CEikApplication;
// CLASS DECLARATION
class CCameraWrapperExampleDocument : public CAknDocument
{
public:
// Constructors and destructor
static CCameraWrapperExampleDocument* NewL (CEikApplication& aApp );
static CCameraWrapperExampleDocument* NewLC (CEikApplication& aApp );
virtual ~CCameraWrapperExampleDocument ();
public:
// Functions from base classes
CEikAppUi* CreateAppUiL ();
private:
// Constructors
void ConstructL ();
CCameraWrapperExampleDocument (CEikApplication& aApp );
private:
// Data
};
#endif // __CAMERAWRAPPEREXAMPLEDOCUMENT_h__
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?