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

📄 audio1ui.h

📁 symbian,uiq 2.0以上平台运行
💻 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 + -