simpleex_doc.cpp
来自「symbian下的几个小例子。。很值得学习」· C++ 代码 · 共 24 行
CPP
24 行
// simpleEx_doc.cpp
//
// Copyright (c) Symbian Software Ltd 1999 - 2007. All rights reserved.
//
/*=================================================================
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 + -
显示快捷键?