www.pudn.com > QQandSample.rar > DrawClass.h


// DrawClass.h: interface for the CDrawClass class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_DRAWCLASS_H__941FC159_CA25_4E77_9733_3E458C52DE8E__INCLUDED_) 
#define AFX_DRAWCLASS_H__941FC159_CA25_4E77_9733_3E458C52DE8E__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
#include "SigStruct.h" 
#include "Caculate.h" 
class CDrawClass   
{ 
public: 
	void DrawHoloSpectrum(CDC *pDC); 
	void DrawFFT(CDC *pDC,SignalType *pSignal,BOOL flag); 
	void DrawWave(CDC *pDC,SignalType *pSignal); 
	CDrawClass(); 
	virtual ~CDrawClass(); 
public: 
	CCaculate m_caculate; 
 
}; 
 
#endif // !defined(AFX_DRAWCLASS_H__941FC159_CA25_4E77_9733_3E458C52DE8E__INCLUDED_)