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

📄 helloblankappview.cpp

📁 在symbian os 上运行
💻 CPP
字号:
/* Copyright (c) 2003, Symbian Software Ltd. All rights reserved */

#include <coemain.h>

#include "HelloBlankAppView.h"

void CBlankAppView::ConstructL(const TRect& aRect)
    {
    // Create a window for this application view
    CreateWindowL();
    // Set the window's size
    SetRect(aRect);
    // Make it a Blank control
    SetBlank();
    // Activate the window, which makes it ready to be drawn
    ActivateL();
    }

⌨️ 快捷键说明

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