cactivehellodocument.cpp
来自「symbian活动对象的例子」· C++ 代码 · 共 20 行
CPP
20 行
// CActiveHelloDocument.cpp
//
// Copyright (c) 2002 Symbian Ltd. All rights reserved.
#include "cactivehellodocument.h"
#include "cactivehelloappui.h"
// document
CActiveHelloDocument::CActiveHelloDocument(CEikApplication& aApp)
: CQikDocument(aApp)
{
}
CEikAppUi* CActiveHelloDocument::CreateAppUiL()
{
return new(ELeave) CActiveHelloAppUi;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?