FepSetupDialog.h
资源名称:Symbian.zip [点击查看]
上传用户:tjsjht
上传日期:2021-01-13
资源大小:25k
文件大小:1k
源码类别:
输入法编程
开发平台:
Visual C++
- /*
- * ============================================================================
- * 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