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

📄 celliddetectorcontainerview.h

📁 Cell Id detector. Detects cell ID. Symbian C++ source code and App. Used with carbide c++.
💻 H
字号:
/*
========================================================================
 Name        : CellidDetectorContainerView.h
 Author      : Hatma Suryotrisongko
 Copyright   : www.hatma.info
 Description : 
========================================================================
*/
#ifndef CELLIDDETECTORCONTAINERVIEW_H
#define CELLIDDETECTORCONTAINERVIEW_H

// [[[ begin generated region: do not modify [Generated Includes]
#include <aknview.h>
// ]]] end generated region [Generated Includes]


// [[[ begin [Event Handler Includes]
// ]]] end [Event Handler Includes]

// [[[ begin generated region: do not modify [Generated Forward Declarations]
class CCellidDetectorContainer;
// ]]] end generated region [Generated Forward Declarations]

// [[[ begin generated region: do not modify [Generated Constants]
// ]]] end generated region [Generated Constants]

/**
 * Avkon view class for CellidDetectorContainerView. It is register with the view server
 * by the AppUi. It owns the container control.
 * @class	CCellidDetectorContainerView CellidDetectorContainerView.h
 */
class CCellidDetectorContainerView : public CAknView
	{
public:
	// constructors and destructor
	CCellidDetectorContainerView();
	static CCellidDetectorContainerView* NewL();
	static CCellidDetectorContainerView* NewLC();        
	void ConstructL();
	virtual ~CCellidDetectorContainerView();

public:
	// from base class CAknView
	TUid Id() const;
	void HandleCommandL( TInt aCommand );

protected:
	// from base class CAknView
	void DoActivateL(
		const TVwsViewId& aPrevViewId,
		TUid aCustomMessageId,
		const TDesC8& aCustomMessage );
	void DoDeactivate();
	void HandleStatusPaneSizeChange();
	
private:
	void SetupStatusPaneL();
	void CleanupStatusPane();
	// [[[ begin [Public Section]public:	// [[[ begin generated region: do not modify [Generated Methods]	CCellidDetectorContainer* CreateContainerL();
	// ]]] end generated region [Generated Methods]
	
	
					// ]]] end [Public Section]					// [[[ begin [Protected Section]protected:	// [[[ begin [Overridden Methods]	// ]]] end [Overridden Methods]
	
	
	// [[[ begin [User Handlers]
protected: 
	TBool HandleStart_TourMenuItemSelectedL( TInt aCommand );
	// ]]] end [User Handlers]
	
	// ]]] end [Protected Section]	// [[[ begin [Private Section]private:	// [[[ begin generated region: do not modify [Generated Instance Variables]	CCellidDetectorContainer* iCellidDetectorContainer;
	// ]]] end generated region [Generated Instance Variables]	// [[[ begin generated region: do not modify [Generated Methods]
	// ]]] end generated region [Generated Methods]
	
	// ]]] end [Private Section]	
	};

#endif // CELLIDDETECTORCONTAINERVIEW_H			

⌨️ 快捷键说明

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