polytubeappui.h

来自「手机 GAME c++ 版」· C头文件 代码 · 共 51 行

H
51
字号
////////////////////////////////////////////////////////////////////////
//
// PolyTubeAppUi.h
//
// Copyright (c) 2003 Nokia Phones Ltd  All rights reserved.
//
////////////////////////////////////////////////////////////////////////

#ifndef __POLYTUBEAPPUI_H__
#define __POLYTUBEAPPUI_H__

////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////

#include <aknappui.h>

////////////////////////////////////////////////////////////////////////

class CPolyTubeAppView;

class CPolyTubeAppUi : public CAknAppUi
    {
public:

    void ConstructL();
    CPolyTubeAppUi();
    ~CPolyTubeAppUi();

public: 
	
	// from CEikAppUi
    void HandleCommandL(TInt aCommand);
	void DynInitMenuPaneL(TInt aResourceId, CEikMenuPane* aMenuPane);

	void HandleForegroundEventL(TBool aForeground);

private:

	CPolyTubeAppView* iAppView;
    
	};

////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////

#endif 

////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

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