📄 guiclock8_application.cpp__.htm
字号:
<html><head><title>Exercise_GUIClock.rar GUIClock8_application.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_application.cpp</p><!-- saved from http://www.pudn.com -->
<script src="/inc/gg_read1.js"></script><BR>
<pre name="code" class="cpp">
//
// Copyright (c) 2000 Symbian Ltd. All rights reserved.
//
////////////////////////////////////////////////////////////////////////
//
// Source file for the implementation of the
// application class - CExampleApplication
//
////////////////////////////////////////////////////////////////////////
#include "GUIClock8.h"
const TUid KUidGUIClock = { 0X10008AD4 };
// The function is called by the UI framework to ask for the
// application's UID. The returned value is defined by the
// constant KUidGUIClocke and must match the second value
// defined in the project definition file.
//
TUid CGUIClockApplication::AppDllUid() const
{
return KUidGUIClock;
}
// This function is called by the UI framework at
// application start-up. It creates an instance of the
// document class.
//
CApaDocument* CGUIClockApplication::CreateDocumentL()
{
return (static_cast<CApaDocument*>(CGUIClockDocument::NewL(*this)));
}</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 + -