fepsetupdialog.h

来自「运行EXE实例的一个实例」· C头文件 代码 · 共 71 行

H
71
字号
/*
* ============================================================================
*  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 + =
减小字号Ctrl + -
显示快捷键?