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

📄 flipcloseview.h

📁 手机文件浏览器 Here are the sources to SMan v1.2c 1.2 is a major jump from v1.1. You will see this from the
💻 H
字号:
#include <eikgted.h>		// CEikGlobalTextEditor
#include <eikimage.h>		// CEikImage
#include <eikhkeyt.h>		// CEikHotKeyTable
#include <eikmover.h>		// CEikMover

#include "bjackicon.h"
#include "dialogs.h"
#include "viewbase.h"

#if !defined(__FLIPCLOSEVIEW_H__)
#define __FLIPCLOSEVIEW_H__

/*************************************************************
*
* Flip closed view
*
**************************************************************/

class CSMan2FlipCloseView : public CViewBase, public MCoeControlObserver, public MCoeView
{
protected:		// implements MCoeView
	virtual void ViewDeactivated();
	virtual void ViewActivatedL(const TVwsViewId& /*aPrevViewId*/, TUid /*aCustomMessageId*/, const TDesC8& /*aCustomMessage*/);
public:
	virtual TVwsViewId ViewId() const;
	virtual TVwsViewIdAndMessage ViewScreenDeviceChangedL();
	virtual TBool ViewScreenModeCompatible(TInt aScreenMode);
	
public:
	CSMan2FlipCloseView(CConfig *cData);
	~CSMan2FlipCloseView();
	void HandleControlEventL(CCoeControl* aControl, TCoeEvent aEventType);
	void ConstructL(const TRect& aRect);
	CEikGlobalTextEditor *bluejackLog;
	
private:
	TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent, TEventCode aType);
	TKeyResponse HandleKey(TInt iScanCode);
	CEikMover *iTitleBar;
};

#endif

⌨️ 快捷键说明

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