?? digclockctrl.h__.htm
字號:
<html><head><title>Exercise_GUIClock.rar DigClockCtrl.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> > DigClockCtrl.h</p><!-- saved from http://www.pudn.com -->
<script src="/inc/gg_read1.js"></script><BR>
<pre name="code" class="h">
// DigClockCtrl.h: interface for the CDigClockCtrl class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DIGCLOCKCTRL_H__61105DB3_7944_4F1E_8480_B22A3BA69409__INCLUDED_)
#define AFX_DIGCLOCKCTRL_H__61105DB3_7944_4F1E_8480_B22A3BA69409__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include <coecntrl.h>
class CDigClockCtrl : public CCoeControl
{
public:
CDigClockCtrl();
~CDigClockCtrl();
void ConstructL();
void SetTime(TDateTime aTime) { iTime = aTime;}
void SetSelected(TBool aSelected){iSelected = aSelected;}
protected:
private:
void Draw(const TRect& /*aRect*/) const;
void DrawClock(CWindowGc& aGc,const TRect & aRect,TInt aHour/*<=12*/,TInt aMin,TInt aSec) const;
private:
TDateTime iTime;
TBool iSelected;
};
#endif // !defined(AFX_DIGCLOCKCTRL_H__61105DB3_7944_4F1E_8480_B22A3BA69408__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 + -