simpleex_doc.cpp

来自「Developing.Software.for.Symbian.OS 书籍配套源」· C++ 代码 · 共 20 行

CPP
20
字号

/*=================================================================

      File: simpleEx_doc.cpp

      This file contains the application document class for SimpleEx.

==================================================================*/

#include "SimpleEx.h"

CEikAppUi* CSimpleExDocument::CreateAppUiL()
    {
    // Create the application user interface, and return a pointer to it;
    // the framework takes ownership of this object

       return new (ELeave) CSimpleExAppUi; 
    }

⌨️ 快捷键说明

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