?? retroappui.h
字號:
// ------------
// RetroAppUi.h
// ------------
//
// Copyright (c) 2003 Nokia Phones Ltd All rights reserved.
//
#ifndef __RETROAPPUI_H__
#define __RETROAPPUI_H__
#include <aknappui.h>
//class CRetroAppViewOld;
class CRetroAppView;
class CRetroAppUi : public CAknAppUi
{
public:
void ConstructL();
CRetroAppUi();
~CRetroAppUi();
public:
// from CEikAppUi
void HandleCommandL(TInt aCommand);
void DynInitMenuPaneL(TInt aResourceId, CEikMenuPane* aMenuPane);
private:
// CRetroAppViewOld* iAppView;
CRetroAppView* iAppView;
};
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -