⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 camdecodedlg.h

📁 PartiTekSDK.chm is for windows, Unix/Linux and WinCE/WinMobile platform. SDK_Manul_Symbian.pdf i
💻 H
字号:
/*
============================================================================
 Name        : CamDecodeDlg.h
 Author      : Augusta
 Version     :
 Copyright   : All rights reserved
 Description : CCamDecodeDlg declaration
============================================================================
*/

#ifndef CAMDECODEDLG_H
#define CAMDECODEDLG_H

// INCLUDES
#include <e32std.h>
#include <AknDialog.h>

// CLASS DECLARATION

class CEikDialog;
/**
*  CCamDecodeDlg
* 
*/
class CCamDecodeDlg : public CAknDialog
{
public: // Constructors and destructor

	/**
        * Destructor.
        */
	~CCamDecodeDlg();

        /**
        * Two-phased constructor.
        */
	static CCamDecodeDlg* NewL();

        /**
        * Two-phased constructor.
        */
	static CCamDecodeDlg* NewLC();

	TBool OkToExitL( TInt aButtonId );
	TBool RunDlgLD(char* info);
	void PreLayoutDynInitL();

private:

	/**
        * Constructor for performing 1st stage construction
        */
	CCamDecodeDlg();

	/**
        * EPOC default constructor for performing 2nd stage construction
        */
	void ConstructL();

private:
	 char* iInfo;

};

#endif // CAMDECODEDLG_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -