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

📄 orcfuncontainer.h

📁 同样自己做的 还不错哦 Symbian的 上面没找到分类
💻 H
字号:
#ifndef __ORCFunCONTAINER_H__
#define __ORCFunCONTAINER_H__

// INCLUDES
#include <aknview.h>

class CRichTextEditorRichTextEditor;						//Martin

class CORCFunContainer : public CCoeControl
{
public: // Constructors and destructor

 	CORCFunContainer();	

	static CORCFunContainer* NewL(const TRect& aRect);		//Martin

	static CORCFunContainer* NewLC(const TRect& aRect);		//Martin

	virtual ~CORCFunContainer();

	void ConstructL(const TRect& aRect);

	TKeyResponse OfferKeyEventL( const TKeyEvent& aKeyEvent, TEventCode aType );

	TInt nAlmond;
private: // Functions from base classes

    void SizeChanged();

    TInt CountComponentControls() const;


    CCoeControl* ComponentControl( TInt aIndex ) const;

    void Draw( const TRect& aRect ) const;
//Martin
	void AddExplainEditorL();						

	CRichTextEditorRichTextEditor * m_pExplain;		//
};

#endif      // __ORCFunCONTAINER_H__
// End of File





















⌨️ 快捷键说明

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