?? setting.h__.htm
字號:
<html><head><title>Exercise_GUIClock.rar Setting.h</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> > Setting.h</p><!-- saved from http://www.pudn.com -->
<script src="/inc/gg_read1.js"></script><BR>
<pre name="code" class="h">
// Setting.h: interface for the TSetting class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SETTING_H__CDC27DBE_4357_4F62_9768_C01BB0A970C5__INCLUDED_)
#define AFX_SETTING_H__CDC27DBE_4357_4F62_9768_C01BB0A970C5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "e32std.h"
class RWriteStream;
class RReadStream;
class TSetting
{
public:
TSetting();
virtual ~TSetting();
void ExternalizeL (RWriteStream &aStream) const ;
void InternalizeL (RReadStream &aStream) ;
TTime Time(){return iTime;};
void SetTime(TTime aTime){iTime = aTime;};
private:
TTime iTime;
};
#endif // !defined(AFX_SETTING_H__CDC27DBE_4357_4F62_9768_C01BB0A970C5__INCLUDED_)
</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 + -