?? audio1ui.h
字號:
/* Copyright (c) 2004, Symbian Software Ltd. All rights reserved */
#ifndef __AUDIO1APPUI_H__
#define __AUDIO1APPUI_H__
#include <aknappui.h>
#include <akndialog.h>
class CAudio1View;
class CAudio1Engine;
class CAudio1Ui : public CAknAppUi
{
public:
void ConstructL();
CAudio1Ui();
~CAudio1Ui();
public: // from CEikAppUi
void HandleCommandL(TInt aCommand);
virtual TKeyResponse HandleKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType);
void DynInitMenuPaneL(TInt aMenuId, CEikMenuPane* aMenuPane);
void UpdateViewL();
private:
void CommandHandlerL(TInt aCommand);
void ToneDialogL();
private:
CAudio1View* iAppView;
CAudio1Engine *iEngine;
};
#endif // __AUDIO1APPUI_H__
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -