?? helloblankappview.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 + -