?? redview.h
字號:
/* Copyright (c) 2007, Nokia. All rights reserved */
#ifndef __FREESMS_RedVIEW_H__
#define __FREESMS_RedVIEW_H__
#include <aknview.h>
class CRedContainer;
class CRedView : public CAknView
{
public:
//new info
static CRedView* NewL();
static CRedView* NewLC();
~CRedView();
// from CCoeControl
TUid Id() const;
void HandleCommandL(TInt aCommand);
void HandleClientRectChange();
private:
CRedView();
void ConstructL();
void DoActivateL(const TVwsViewId&,TUid,const TDesC8&);
void DoDeactivate();
private:
CRedContainer* m_pAppContainer;
};
#endif // __FREESMS_RedVIEW_H__
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -