?? disc.h
字號:
// Disc.h: interface for the Disc class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DISC_H__FC809DEE_914B_4868_B78E_370F0BA81E33__INCLUDED_)
#define AFX_DISC_H__FC809DEE_914B_4868_B78E_370F0BA81E33__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Tower.h"
class Disc : public CObject
{
public:
Disc& operator =(Disc &d);
COLORREF m_DiscColor;
void SetCerterBottomPoint(Tower &T);
CRect GetDisc();
CSize m_sizeDisc;
CPoint m_pointCenterBottom; //繪圖相關
int m_nDiscCurrentTower;
int m_nDiscCurrentLayer;
int m_nDiscSerialNum; //位置相關
Disc();
virtual ~Disc();
};
#endif // !defined(AFX_DISC_H__FC809DEE_914B_4868_B78E_370F0BA81E33__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -