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

📄 fepsetupdialog.h

📁 运行EXE实例的一个实例
💻 H
字号:
/*
* ============================================================================
*  Name     : CFepSetupDialog from FepSetupDialog.h
*  Part of  : FepSetup
*  Created  : 02/22/2003 by Chiam Poh Guan
*  Description:
*     Declares dialog for application.
*  Version  :
*  Copyright: Forum Nokia
* ============================================================================
*/

#ifndef FEPSETUPDIALOG_H
#define FEPSETUPDIALOG_H

// INCLUDES
#include <eikdialg.h>
//#include <coecntrl.h>
//#include <eiklbo.h>

#include <fepbase.h> 


// FORWARD DECLARATIONS

// CLASS DECLARATION

/**
* CFepSetupDialog dialog class
* 
*/
class CFepSetupDialog : public CEikDialog
    {

    public: // Constructors and destructor
        /**
        * Destructor.
        */
        ~CFepSetupDialog();

    public: // New functions

    public: // Functions from base classes
		void DisplayListOfFepsL();

    protected:  // New functions

    protected:  // Functions from base classes

        /**
        * From ?base_class ?member_description
        */
        void PreLayoutDynInitL();


        /**
        * From ?base_class ?member_description
        */
        TBool OkToExitL( TInt aButtonId );

    private: //data
		CFepGenericGlobalSettings* iFepSetting;
		MDesCArray*	iFileNamesOfAvailableFeps;
		CDesCArray* iNamesOfAvailableFeps;

    };

#endif

// End of File

⌨️ 快捷键说明

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