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

📄 chsgnewtextview.h

📁 Symbian工程 九宫格界面
💻 H
字号:
/* Copyright (c) 2007, Nokia. All rights reserved */

#ifndef __CHSGNEWTEXTEVIEW_H__
#define __CHSGNEWTEXTEVIEW_H__


#include <aknview.h>

/*! 
  @class CHsgNewTextView
  
  @discussion An instance of this class is the Application View object
  for the FreeSMS example application
  */
class CHsgNewTextContainer;
class CHsgNewTextView : public CAknView			 
{
public:
//new info
    static CHsgNewTextView* NewL();
    static CHsgNewTextView* NewLC();
    ~CHsgNewTextView();
// from CCoeControl
    TUid	Id() const;
    void	HandleCommandL(TInt aCommand);
    void	HandleClientRectChange();
private:
	CHsgNewTextView();
	void	ConstructL();
    void	DoActivateL(const TVwsViewId&,TUid,const TDesC8&);
    void	DoDeactivate();
private:
	CHsgNewTextContainer*	iContainer;
};


#endif // __FREESMS_EnterPageView_H__

⌨️ 快捷键说明

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