⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 viewserverapplication.cpp

📁 一个用户视图创建的程序
💻 CPP
字号:
/* ====================================================================
 * File: ViewServerApplication.cpp
 * Created: 07/04/05
 * Author: 
 * Copyright (c): , All rights reserved
 * ==================================================================== */

#include "ViewServerDocument.h"
#include "ViewServerApplication.h"
#include "Settings.h"

CApaDocument* CViewServerApplication::CreateDocumentL() {  
  // Create an ViewServer document, and return a pointer to it
  CApaDocument* document = CViewServerDocument::NewL(*this);
  return document;
}

TUid CViewServerApplication::AppDllUid() const {
  // Return the UID for the ViewServer application
  return KUidViewServerApp;
}

⌨️ 快捷键说明

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