conslauncherapplication.h

来自「Symbian OS C++手机开发源码」· C头文件 代码 · 共 19 行

H
19
字号
/* Copyright (c) 2003 Symbian Software Ltd. All rights reserved */

#ifndef __CONSLAUNCHER_APPLICATION_H__
#define __CONSLAUNCHER_APPLICATION_H__

#include <eikapp.h>


class CConsLauncherApplication : public CEikApplication
    {
public:
    TUid AppDllUid() const;

protected:
    CApaDocument* CreateDocumentL();
    };

#endif // __CONSLAUNCHER_APPLICATION_H__

⌨️ 快捷键说明

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