oplstartupdialog.h

来自「在手机操作系统symbina上使用的一个脚本扩展语言的代码实现,可以参考用于自己」· C头文件 代码 · 共 33 行

H
33
字号

#ifndef OPLRUNTIMEDIALOG_H
#define OPLRUNTIMEDIALOG_H

#include <eikdialg.h>
#if !defined(__UIQ__)
#include <aknlists.h>
#endif

#include "oplstartupdialog.hrh"

class COplRuntimeStartUpDialog : public CEikDialog
    {
    public: // Constructors and destructor
        /**
        * Destructor.
        */
        ~COplRuntimeStartUpDialog();

    public: // New functions.

    protected:  // Functions from base classes.
        void PreLayoutDynInitL();
        TBool OkToExitL(TInt aButtonId);

    private: // Data.
    };


#endif

// End of file.

⌨️ 快捷键说明

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