📄 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 + -