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

📄 aolabtextflashappui.h

📁 symbian os s60 3rd 活动对象的使用
💻 H
字号:
// Copyright (c) 2006 Nokia Corporation.

#ifndef __AOLABTEXTFLASHAPPUI_h__
#define __AOLABTEXTFLASHAPPUI_h__

#include <aknappui.h>

class CAOLabTextFlashContainer;

// CAOLabTextFlashAppUi application UI class.
// Interacts with the user through the UI and request 
// message processing from the handler class
class CAOLabTextFlashAppUi : public CAknAppUi
    {
    public: // Constructors and destructor

        void ConstructL();
        CAOLabTextFlashAppUi();
        virtual ~CAOLabTextFlashAppUi();

    private:  // Functions from base classes

        // From CEikAppUi
        void HandleCommandL( TInt aCommand );

		// From MEikStatusPaneObserver
		void HandleStatusPaneSizeChange();
		
		void DynInitMenuPaneL(TInt aResourceId, CEikMenuPane* aMenuPane);
        
    private: // Data

        CAOLabTextFlashContainer* iAppContainer; 
    };

#endif // __AOLABTEXTFLASHAPPUI_h__

// End of File

⌨️ 快捷键说明

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