📄 guiclock8_main.cpp__.htm
字号:
<html><head><title>Exercise_GUIClock.rar GUIClock8_main.cpp</title>
<LINK href="/inc/read_style.css" type=text/css rel=stylesheet></head>
<body>
<p><a href=http://www.pudn.com>www.pudn.com</a> > <a href="http://www.pudn.com/downloads91/sourcecode/comm/symbian/detail348522.html">Exercise_GUIClock.rar</a> > GUIClock8_main.cpp</p><!-- saved from http://www.pudn.com -->
<script src="/inc/gg_read1.js"></script><BR>
<pre name="code" class="cpp">
// GUIClock_Main.cpp
// -------------------
//
// Copyright (c) 2000 Symbian Ltd. All rights reserved.
//
////////////////////////////////////////////////////////////////////////
//
// GUIClock
// ----------
//
//
// The example is a simple application containing a single view with
// the text "Hello World !" drawn on it.
//
// The example includes code for displaying a very simple menu.
//
// ---------------------------------------------------------------------
//
// This source file contains the single exported function required by
// all UI applications and the E32Dll function which is also required
// but is not used here.
//
////////////////////////////////////////////////////////////////////////
#include "GUIClock8.h"
// The entry point for the application code. It creates
// an instance of the CApaApplication derived
// class, CExampleApplication.
//
EXPORT_C CApaApplication* NewApplication()
{
return new CGUIClockApplication;
}
// This function is required by all Symbian OS DLLs. In this
// example, it does nothing.
//
GLDEF_C TInt E32Dll(TDllReason)
{
return KErrNone;
}
</pre>
<script src="/inc/gg_read2.js"></script><BR>
<script src="http://s117.cnzz.com/stat.php?id=1236358&web_id=1236358&show=pic" language="JavaScript" charset="gb2312"></script>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -